sfc_climo_gen
1.13.0
|
Defines the model grid. More...
Go to the source code of this file.
Modules | |
module | model_grid |
This module defines the model grid. | |
Functions/Subroutines | |
subroutine, public | model_grid::define_model_grid (localpet, npets) |
Define model grid. More... | |
subroutine | model_grid::get_model_info (orog_file, mask, land_frac, lat2d, lon2d, idim, jdim) |
Get model information. More... | |
subroutine, public | model_grid::model_grid_cleanup |
Model grid cleanup. More... | |
Variables | |
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::land_frac_field_mdl |
ESMF field object that holds the model land fraction. 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... | |