emcsfc_snow2mdl  1.13.0
model_grid.F90 File Reference

Read in data defining the model grid. More...

Go to the source code of this file.

Modules

module  model_grid
 Read in data defining the model grid.
 

Functions/Subroutines

subroutine model_grid::model_grid_cleanup
 Clean up allocatable arrays. More...
 
subroutine model_grid::read_mdl_grid_info
 Read mdl grid. More...
 

Variables

integer model_grid::grid_id_mdl
 grib id of model grid, 4-gaussian, 203-egrid More...
 
integer model_grid::ijmdl
 total number of model land points More...
 
integer model_grid::imdl
 i-dimension of model grid More...
 
integer, dimension(:), allocatable model_grid::ipts_mdl
 i index of point on full grid More...
 
integer model_grid::jmdl
 j-dimension of model grid More...
 
integer, dimension(:), allocatable model_grid::jpts_mdl
 j index of point on full grid More...
 
integer, dimension(200) model_grid::kgds_mdl
 holds grib gds info of model grid More...
 
real model_grid::lat11
 Corner point latitude (1,1) of model grid. More...
 
real model_grid::latlast
 Corner point latitude (imdl,jmdl) of model grid. More...
 
real, dimension(:), allocatable model_grid::lats_mdl
 Latitudes of model grid points. More...
 
real model_grid::lon11
 Corner point longitude (1,1) of model grid. More...
 
real model_grid::lonlast
 Corner point longitude (imdl,jmdl) of model grid. More...
 
real, dimension(:), allocatable model_grid::lons_mdl
 longitudes of model grid points More...
 
integer, dimension(:), allocatable model_grid::lonsperlat_mdl
 Number of longitudes (i-points) for each latitude (row). More...
 
real, dimension(:,:), allocatable model_grid::lsmask_mdl
 land mask of model grid (0 - non land, 1-land) for global grids run thinned, will contain a modified version of the original mask that has land at all points encompassed by a thinned point More...
 
real, dimension(:,:), allocatable model_grid::lsmask_mdl_sav
 saved copy of land mask of model grid (0 - non land, 1-land) only used for global thinned grids. More...
 
real model_grid::resol_mdl
 approximate model resolution in km. More...
 
logical model_grid::thinned
 When true, global grids will run thinned (number of i points decrease toward pole) More...
 

Detailed Description

Read in data defining the model grid.

Author
George Gayno org: w/np2
Date
2005-Dec-16

Definition in file model_grid.F90.