libsim Versione 7.2.6

◆ volgrid6d_var_new()

elemental type(volgrid6d_var) function, public 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 416 del file volgrid6d_var_class.F90.

418!> Convert a \a vol7d_var array object into a physically equivalent
419!! \a volgrid6d_var array object. This method converts a bufr-like
420!! array of physical variables \a vargrib, to an array of grib-like
421!! variables \a varbufr. Unlike the opposite method \a
422!! vargrib2varbufr, in this case the conversion is not uniqe and at
423!! the moment the first matching grib-like variable is chosen, without
424!! any control over the choice process. The output array must have
425!! enough room for the converted variables. The method additionally
426!! allocates a \a conv_func array object of the same size, which can
427!! successively be used to convert the numerical values of the fields
428!! associated to \a varbufr to the corresponding fields in the \a

Generated with Doxygen.