Skip to content

Commit

Permalink
Update ch_thresh and cf_thresh
Browse files Browse the repository at this point in the history
  • Loading branch information
angehung5 authored Feb 5, 2024
1 parent 9bfa3bb commit cf1cc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/canopy_canopts_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ MODULE canopy_canopts_mod
integer :: dx_opt !Integer for dx resolution values used or calculated (default = 0)
real(rk) :: dx_set !User Set Grid Cell Resolution (m)
real(rk) :: lai_thresh !User set grid cell LAI threshold to apply canopy conditions (m2/m2)
real(rk) :: frt_thresh !User set grid cell forest fraction threshold to apply canopy conditions ()
real(rk) :: fch_thresh !User set grid cell canopy height threshold to apply canopy conditions (m)
real(rk) :: cf_thresh !User set grid cell canopy fraction threshold to apply canopy conditions ()
real(rk) :: ch_thresh !User set grid cell canopy height threshold to apply canopy conditions (m)
integer :: rsl_opt !RSL option used in model from Rosenzweig et al. 2021 (default = 0, off)
real(rk) :: z0ghc !ratio of ground roughness length to canopy top height
real(rk) :: lambdars !Value representing influence of roughness sublayer (nondimensional)
Expand Down

0 comments on commit cf1cc6d

Please sign in to comment.