next up previous contents
Next: clm_init0 Up: Routine/Function Prologues Previous: clm_map2gcell   Contents

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

High level initial and run phase component module for CLM. This module interfaces with the generic lnd_comp_<framework> module to send/receive land model information with the interface desired by CCSM for initialization phase and run time stepping phases.

--------------------------------------


USES:

   use shr_kind_mod, only : r8 => shr_kind_r8
   use shr_sys_mod , only : shr_sys_abort
   use perf_mod
 
   implicit none
 
   SAVE
   private                              ! By default make data private
PUBLIC MEMBER FUNCTIONS:
 
   public clm_init0   ! Phase 1 initialization, namelist, setup grid etc.
   public clm_init1   ! Phase 2 initialization, initialize parameterizations
   public clm_init2   ! Phase 3 initialization, initialize albedos
   public clm_run1    ! Phase 1 run
   public clm_run2    ! Phase 2 run



Subsections

Erik Kluzek 2010-06-21