Skip to content

Commit

Permalink
Update src/canopy_bioparm_mod.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Maggie Marvin <[email protected]>
  • Loading branch information
drnimbusrain and MaggieMarvin authored Jul 25, 2024
1 parent 1d3e314 commit ec8f237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy_bioparm_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ SUBROUTINE CANOPY_BIOP( EMI_IND, LU_OPT, VTYPE, &
REAL(RK), PARAMETER :: CHT_CARY = 5.0_rk !coefficient for high temperature stress
REAL(RK), PARAMETER :: THT_CARY = 313.15_rk !threshold for high temperature stress (K)
REAL(RK), PARAMETER :: DTHT_CARY = 8.0_rk !delta threshold for high temperature stress (K)
REAL(RK), PARAMETER :: CLT_CARY = 1.0_rk !coefficient for low temperature stress
REAL(RK), PARAMETER :: CLT_CARY = 5.0_rk !coefficient for low temperature stress
REAL(RK), PARAMETER :: TLT_CARY = 283.15_rk !threshold for low temperature stress (K)
REAL(RK), PARAMETER :: DTLT_CARY = 8.0_rk !delta threshold for low temperature stress (K)
REAL(RK), PARAMETER :: CHW_CARY = 5.0_rk !coefficient for high wind stress
Expand Down

0 comments on commit ec8f237

Please sign in to comment.