libsim  Versione6.3.0

◆ volgrid6d_var_new()

elemental type(volgrid6d_var) function, public volgrid6d_var_class::volgrid6d_var_new ( integer, intent(in), optional  centre,
integer, intent(in), optional  category,
integer, intent(in), optional  number,
integer, intent(in), optional  discipline,
character(len=*), intent(in), optional  description,
character(len=*), intent(in), optional  unit 
)
Parametri
[in]categorygrib2: category / grib1: grib table version number
[in]numberparameter number
[in]disciplinegrib2: discipline
[in]descriptiontextual description of the variable
[in]unittextual description of the variable's unit
Restituisce
object to be initialised

Definizione alla linea 439 del file volgrid6d_var_class.F90.

439 !! \a volgrid6d_var object. This method returns a grib-like
440 !! representation of type \a volgrid6d_var of the bufr-like input
441 !! physical variable \a varbufr. Unlike the opposite \a convert
442 !! method, in this case the conversion is not uniqe and at the moment
443 !! the first matching grib-like variable is chosen, without any
444 !! control over the choice process. The method optionally returns a
445 !! \a conv_func object which can successively be used to convert the
446 !! numerical values of the field associated to \a varbufr to the
447 !! corresponding fields in the grib-like representation. If the
448 !! conversion is not successful, the output variable is set to \a
449 !! volgrid6d_var_miss and the conversion function to \a

Generated with Doxygen.