|
libsim
Versione7.1.6
|
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... | |
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 218 del file grid_dim_class.F90.