next up previous contents
Next: initialize1 Up: Routine/Function Prologues Previous: do_inicwrite   Contents

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

Performs land model initialization


USES:

   use shr_kind_mod    , only : r8 => shr_kind_r8
   use spmdMod         , only : masterproc
   use shr_sys_mod     , only : shr_sys_flush
   use abortutils      , only : endrun
   use clm_varctl      , only : nsrest
   use clm_varctl      , only : iulog
   use clm_varsur      , only : wtxy,vegxy
   use clmtype         , only : gratm, grlnd, nameg, namel, namec, namep, allrof
   use perf_mod        , only : t_startf, t_stopf
PUBLIC TYPES:
   implicit none
   save
   private    ! By default everything is private
PUBLIC MEMBER FUNCTIONS:
   public :: initialize1  ! Phase one initialization
   public :: initialize2  ! Phase two initialization
REVISION HISTORY:
   Created by Gordon Bonan, Sam Levis and Mariana Vertenstein
PRIVATE MEMBER FUNCTIONS:
   private header         ! echo version numbers
   private do_restread    ! read a restart file
  -----------------------------------------------------------------------
   !PRIVATE DATA MEMBERS: None



Subsections

Erik Kluzek 2010-06-21