libsim  Versione6.3.0
subroutine, public volgrid6d_var_normalize ( type(volgrid6d_var), intent(inout)  this,
type(conv_func), intent(out)  c_func,
type(grid_id), intent(in)  grid_id_template 
)

Normalize a variable definition converting it to the format (grib edition) specified in the (grib) template provided.

This allows a basic grib1 <-> grib2 conversion provided that entries for both grib editions of the related variable are present in the static file vargrib2ufr.csv. If the c_func variable returned is not missing (i.e. /= conv_func_miss) the field value should be converted as well using the conv_func::compute method .

Parametri
[in,out]thisvariable to normalize
[out]c_funcconv_func object to convert data
[in]grid_id_templatea template (typically grib_api) to which data will be finally exported, it helps in improving variable conversion

Definizione alla linea 1260 del file volgrid6d_var_class.F90.


Generated with Doxygen.