next up previous contents
Next: mkgrid_offline Up: Routine/Function Prologues Previous: mkglacier   Contents

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

   Routines to create land model grid
USES:
   use shr_kind_mod, only: r8 => shr_kind_r8
   use clm_varpar          
   use clm_varsur          
   use clm_varctl          
   use areaMod             
   use fileutils, only : getfil
   use spmdMod, only: masterproc
PUBLIC TYPES:
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
 #if (defined OFFLINE)
   public :: mkgrid_offline  ! Obtain land model grid when mode is offline 
 #else
   public :: mkgrid_cam      ! Generate land model grid when mode is CAM or CSM
 #endif
PRIVATE MEMBER FUNCTIONS:
 #if (defined OFFLINE)
   private :: read_grid_offline    ! Read land model grid when mode is offline.
   private :: create_grid_offline  ! Generate land model grid when mode is offline.
 #endif
REVISION HISTORY:
   Author: Mariana Vertenstein



Subsections

Mariana Vertenstein 2003-01-14