libsim
Versione7.2.6
|
Initialize a volgrid6d_var object with the optional arguments provided. Continua...
Initialize a volgrid6d_var object with the optional arguments provided.
If an argument is not provided, the corresponding object member and those depending on it will be set to missing. For grib1-style variables, the discipline argument must be omitted, it will be set to 255 (grib missing value).
this | TYPE(volgrid6d_var),INTENT(INOUT) object to be initialized |
centre | INTEGER,INTENT(in),OPTIONAL centre |
category | INTEGER,INTENT(in),OPTIONAL grib2: category / grib1: grib table version number |
number | INTEGER,INTENT(in),OPTIONAL parameter number |
discipline | INTEGER,INTENT(in),OPTIONAL grib2: discipline / grib1: 255 |
description | CHARACTER(len=*),INTENT(in),OPTIONAL optional textual description of the variable |
unit | CHARACTER(len=*),INTENT(in),OPTIONAL optional textual description of the variable's unit |
Definizione alla linea 308 del file volgrid6d_var_class.F90.