libsim Versione 7.1.11

◆ 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 422 del file volgrid6d_var_class.F90.

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
429!! grib-like representation. \a c_func will have to be deallocated by
430!! the calling procedure. If a conversion is not successful, the
431!! corresponding output variable is set to \a volgrid6d_var_miss and
432!! the conversion function to \a conv_func_miss.
433SUBROUTINE varbufr2vargrib(varbufr, vargrib, c_func, grid_id_template)
434TYPE(vol7d_var),INTENT(in) :: varbufr(:)

Generated with Doxygen.