|
type(esmf_field), public | model_grid::data_field_mdl |
| ESMF field object that holds the data interpolated to model grid. More...
|
|
type(esmf_grid), public | model_grid::grid_mdl |
| ESMF grid object for the model grid. More...
|
|
character(len=5), dimension(:), allocatable, public | model_grid::grid_tiles |
| Array of model grid tile names. More...
|
|
integer, public | model_grid::i_mdl |
| i dimension of model tile. More...
|
|
integer, public | model_grid::ij_mdl |
| Total number of points on a model tile. More...
|
|
integer, public | model_grid::j_mdl |
| j dimension of model tile. More...
|
|
type(esmf_field), public | model_grid::latitude_field_mdl |
| ESMF field object that holds the model grid latitude. More...
|
|
type(esmf_field), public | model_grid::longitude_field_mdl |
| ESMF field object that holds the model grid longitude. More...
|
|
type(esmf_field), public | model_grid::mask_field_mdl |
| ESMF field object that holds the model land mask. More...
|
|
real(kind=4), public | model_grid::missing = -999. |
| Value assigned to undefined points (i.e., ocean points for a land field). More...
|
|
integer, public | model_grid::num_tiles |
| Total number of model grid tiles. More...
|
|
type(esmf_field), public | model_grid::vegt_field_mdl |
| ESMF field object that holds the vegetation type on the model grid. More...
|
|
Defines the model grid.
- Author
- George Gayno
- Date
- 2018
Definition in file model_grid.F90.