libsim  Versione 7.1.6

◆ vargrib2varbufr_convert()

type(vol7d_var) function vargrib2varbufr_convert ( type(volgrid6d_var), intent(in)  vargrib,
type(conv_func), intent(out), optional  c_func 
)

Convert a volgrid6d_var object into a physically equivalent vol7d_var object.

This method returns a physically based, bufr-like representation of type vol7d_var of the grib-like input physical variable vargrib. The method optionally returns a conv_func object which can successively be used to convert the numerical values of the field associated to vargrib to the corresponding fields in the bufr-like representation. If the conversion is not successful, the output variable is set to vol7d_var_miss and the conversion function to conv_func_miss.

Parametri
[in]vargribinput grib-like variable
[out]c_funccorresponding conv_func object

Definizione alla linea 1128 del file volgrid6d_var_class.F90.


Generated with Doxygen.