libsim  Versione 7.1.6
Attributi pubblici | Elenco di tutti i membri
Riferimenti per il tipo datogrid_dim

Derived type describing the extension of a grid and the geographical coordinates of each point. Continua...

Attributi pubblici

integer nx
 number of points along x dimension Continua...
 
integer ny
 number of points along y dimension Continua...
 
double precision, dimension(:,:), pointer lat
 array of geographical latitudes Continua...
 
double precision, dimension(:,:), pointer lon
 array of geographical longitudes Continua...
 

Descrizione dettagliata

Derived type describing the extension of a grid and the geographical coordinates of each point.

It is not used alone but rather as a subtype of a griddim_def type.

Definizione alla linea 227 del file grid_dim_class.F90.


Generated with Doxygen.