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