next up previous contents index
Next: initGridcells Up: ProTEX Source Code Documentation Previous: set_init_filename   Contents   Index


Module initGridcellsMod
(Source File: initGridCellsMod.F90)

   Initializes sub-grid mapping for each land grid cell
USES:
   use shr_kind_mod, only: r8 => shr_kind_r8
   use clmtype
   use clm_varpar, only : lsmlon, lsmlat, maxpatch, maxpatch_pft
   use clm_varsur, only : numlon, area, latixy, longxy, landfrac
 
   use shr_sys_mod, only : shr_sys_flush
   use spmdMod    , only : iam
   use abortutils, only : endrun
PUBLIC TYPES:
   implicit none
   private
   save
PUBLIC MEMBER FUNCTIONS:
   public initGridcells      ! Initialize sub-grid gridcell mapping
   !PIVATE MEMBER FUNCTIONS:
   private landunit_veg_compete
   private landunit_veg_noncompete
   private landunit_special
   private landunit_crop_noncompete
   private initGridcellsGlob  ! Initialize global part clmtype
                              ! (topological info)
REVISION HISTORY:
   Created by Mariana Vertenstein



Subsections

Mariana Vertenstein 2004-06-21