libsim Versione 7.2.6
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
 
integer ny
 number of points along y dimension
 
double precision, dimension(:,:), pointer lat
 array of geographical latitudes
 
double precision, dimension(:,:), pointer lon
 array of geographical longitudes
 

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 221 del file grid_dim_class.F90.


Generated with Doxygen.