|
◆ gridinfo_export()
subroutine gridinfo_export |
( |
type(gridinfo_def), intent(inout) |
this | ) |
|
Export gridinfo descriptors information into a message/band on file.
This method exports the contents of the descriptors of the gridinfo object this in the grid_id object thisgaid, previously set, for the successive write to a file. The information stored in the descriptors of gridinfo object this is inserted, when possible, in the grid_id object.
- Parametri
-
[in,out] | this | gridinfo object |
Definizione alla linea 985 del file gridinfo_class.F90.
986 call grib_get(gaid, 'centre',centre) 987 call grib_get(gaid, 'gribTablesVersionNo',category) 988 call grib_get(gaid, 'indicatorOfParameter',number) 990 call init(this, centre, category, number) 992 else if (editionnumber == 2) then 994 call grib_get(gaid, 'centre',centre) 995 call grib_get(gaid, 'discipline',discipline) 996 call grib_get(gaid, 'parameterCategory',category) 997 call grib_get(gaid, 'parameterNumber',number) 999 call init(this, centre, category, number, discipline) 1003 CALL l4f_log(l4f_error, 'GribEditionNumber '// t2c(editionnumber)// ' not supported') 1008 END SUBROUTINE var_import_gribapi 1011 SUBROUTINE var_export_gribapi(this, gaid) 1012 TYPE(volgrid6d_var), INTENT(in) :: this 1013 INTEGER, INTENT(in) :: gaid Functions that return a trimmed CHARACTER representation of the input variable.
Costruttori per le classi datetime e timedelta.
|