next up previous contents index
Next: initClmtype Up: ProTEX Source Code Documentation Previous: Module clmtype (File: clmtype.F90)   Contents   Index


Module clmtypeInitMod
(Source File: clmtypeInitMod.F90)

   Allocate clmtype components and initialize them to signaling NaN.
USES:
   use shr_kind_mod, only: r8 => shr_kind_r8
   use nanMod
   use clmtype
   use clm_varpar, only: maxpatch_pft
PUBLIC TYPES:
   implicit none
   save
PUBLIC MEMBER FUNCTIONS:
   public :: initClmtype
REVISION HISTORY:
   Created by Peter Thornton and Mariana Vertenstein
   !PRIVATE MEMBER FUNCTIONS:
   private :: init_pft_type
   private :: init_column_type
   private :: init_landunit_type
   private :: init_gridcell_type
   private :: init_energy_balance_type
   private :: init_water_balance_type
   private :: init_pft_pstate_type
   private :: init_pft_ecophys_constants
   private :: init_pft_DGVMecophys_constants
   private :: init_pft_estate_type
   private :: init_pft_wstate_type
   private :: init_pft_pdgvstate_type
   private :: init_pft_eflux_type
   private :: init_pft_mflux_type
   private :: init_pft_wflux_type
   private :: init_pft_cflux_type
   private :: init_pft_vflux_type
   private :: init_pft_dflux_type
   private :: init_column_pstate_type
   private :: init_column_estate_type
   private :: init_column_wstate_type
   private :: init_column_cstate_type
   private :: init_column_eflux_type
   private :: init_column_wflux_type
   private :: init_landunit_pstate_type
   private :: init_gridcell_pstate_type
   private :: init_atm2lnd_state_type
   private :: init_lnd2atm_state_type
   private :: init_atm2lnd_flux_type
   private :: init_lnd2atm_flux_type
   private :: init_gridcell_wflux_type



Subsections

Mariana Vertenstein 2004-06-21