CAM
EDCanopyStructureMod.F90 File Reference

Modules

module  edcanopystructuremod
 

Functions/Subroutines

subroutine, public edcanopystructuremod::canopy_structure (currentSite, bc_in)
 
subroutine edcanopystructuremod::demotefromlayer (currentSite, currentPatch, i_lyr)
 
subroutine edcanopystructuremod::promoteintolayer (currentSite, currentPatch, i_lyr)
 
subroutine, public edcanopystructuremod::canopy_spread (currentSite)
 
subroutine, public edcanopystructuremod::canopy_summarization (nsites, sites, bc_in)
 
subroutine edcanopystructuremod::leaf_area_profile (currentSite, snow_depth_si, frac_sno_eff_si)
 
subroutine, public edcanopystructuremod::update_hlm_dynamics (nsites, sites, fcolumn, bc_out)
 
real(r8) function, public edcanopystructuremod::calc_areaindex (cpatch, ai_type)
 
subroutine edcanopystructuremod::canopylayerarea (currentPatch, layer_index, layer_area)
 
integer function edcanopystructuremod::numpotentialcanopylayers (currentPatch, include_substory)
 

Variables

logical, parameter edcanopystructuremod::debug =.false.
 
character(len= *), parameter, private edcanopystructuremod::sourcefile = __FILE__
 
real(r8), parameter edcanopystructuremod::area_target_precision = 1.0E-6_r8
 
real(r8), parameter edcanopystructuremod::area_check_precision = 1.0E-4_r8
 
integer, parameter edcanopystructuremod::max_layer_iterations = 100