next up previous contents
Next: clm_ptrs_compdown Up: Fortran: Module Interface initGridCellsMod Previous: Fortran: Module Interface initGridCellsMod   Contents

initGridcells


INTERFACE:

   subroutine initGridcells ()
DESCRIPTION:

Initialize sub-grid mapping and allocates space for derived type hierarchy. For each land gridcell determine landunit, column and pft properties.

!USES use clmtype , only : clm3, gridcell_type, landunit_type, & column_type, pft_type use domainMod , only : ldomain, adomain, gatm use decompMod , only : ldecomp, adecomp, get_proc_global, get_proc_bounds use clm_varcon , only : istsoil, istice, istwet, istdlak, isturb, istice_mec use clm_varctl , only : create_glacier_mec_landunit use clm_varcon , only : istcrop use subgridMod , only : subgrid_get_gcellinfo use shr_const_mod,only : SHR_CONST_PI use surfrdMod , only : crop_prog


ARGUMENTS:

     implicit none
REVISION HISTORY:
   Created by Peter Thornton and Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15