libsim Versione 7.2.6
Riferimenti per l'nterfacciainit

Initialize a volgrid6d_var object with the optional arguments provided. Continua...

Descrizione dettagliata

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).

Parametri
thisTYPE(volgrid6d_var),INTENT(INOUT) object to be initialized
centreINTEGER,INTENT(in),OPTIONAL centre
categoryINTEGER,INTENT(in),OPTIONAL grib2: category / grib1: grib table version number
numberINTEGER,INTENT(in),OPTIONAL parameter number
disciplineINTEGER,INTENT(in),OPTIONAL grib2: discipline / grib1: 255
descriptionCHARACTER(len=*),INTENT(in),OPTIONAL optional textual description of the variable
unitCHARACTER(len=*),INTENT(in),OPTIONAL optional textual description of the variable's unit

Definizione alla linea 298 del file volgrid6d_var_class.F90.


Generated with Doxygen.