next up previous contents
Next: clm_map Up: Routine/Function Prologues Previous: global_sum   Contents

Fortran: Module Interface clm_mapping (Source File: clm_mapping.F90)

   Initializes sub-grid mapping
USES:
   use shr_kind_mod, only: r8 => shr_kind_r8
 #if (defined COUP_CAM)
   use clmtype
 #endif
   use clm_varpar, only : lsmlon, lsmlat, maxpatch, maxpatch_pft
   use clm_varsur, only : numlon, landmask, area, latixy, longxy
PUBLIC TYPES:
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public clm_map   ! Initialize sub-grid mapping 
   public clm_map1d ! Initialize 1d mapping arrays
REVISION HISTORY:
   Created by Peter Thornton and Mariana Vertenstein



Subsections

Mariana Vertenstein 2003-01-14