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