next up previous contents
Next: CropRest Up: Routine/Function Prologues Previous: CNWoodProducts   Contents

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

Read/Write to/from Crop info to CLM restart file.


USES:

   use shr_kind_mod, only : r8 => shr_kind_r8
   use spmdMod     , only : masterproc
   use abortutils  , only : endrun
PUBLIC TYPES:
   implicit none
   private
   save
PUBLIC MEMBER FUNCTIONS:
   public :: CropRest        ! Restart prognostic crop model
   public :: CropRestYear    ! Get the number of years crop has spunup
   public :: CropRestIncYear ! Increment the crop spinup years
REVISION HISTORY:
   Module created by slevis following CNRestMod by Peter Thornton
 
   !PRIVATE DATA MEMBERS:
    integer, parameter :: unset = -999  ! Flag that restart year is not set
    integer :: restyear = unset         ! Restart year from the initial conditions file



Subsections

Erik Kluzek 2011-06-15