libsim Versione 7.2.6
|
◆ volgrid6d_var_new()
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
|