libsim
Versione 7.1.8
|
◆ vargrib2varbufr()
Convert a volgrid6d_var array object into a physically equivalent vol7d_var array object. This method converts a grib-like array of physical variables vargrib, to an array of unique, physically based, bufr-like variables varbufr. The output array must have enough room for the converted variables. The method additionally allocates a conv_func array object of the same size, which can successively be used to convert the numerical values of the fields associated to vargrib to the corresponding fields in the bufr-like representation. c_func will have to be deallocated by the calling procedure. If a conversion is not successful, the corresponding output variable is set to vol7d_var_miss and the conversion function to conv_func_miss.
Definizione alla linea 1099 del file volgrid6d_var_class.F90. |