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 ec8f237 commit 7110028
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 @@ -549,7 +549,7 @@ SUBROUTINE CANOPY_BIOP( EMI_IND, LU_OPT, VTYPE, &
REAL(RK), PARAMETER :: CLT_SABI = 1.0_rk !coefficient for low temperature stress
REAL(RK), PARAMETER :: TLT_SABI = 283.15_rk !threshold for low temperature stress (K)
REAL(RK), PARAMETER :: DTLT_SABI = 8.0_rk !delta threshold for low temperature stress (K)
REAL(RK), PARAMETER :: CHW_SABI = 1.0_rk !coefficient for high wind stress
REAL(RK), PARAMETER :: CHW_SABI = 5.0_rk !coefficient for high wind stress
REAL(RK), PARAMETER :: THW_SABI = 12.0_rk !threshold for high wind stress (m/s)
REAL(RK), PARAMETER :: DTHW_SABI = 8.0_rk !delta threshold for high wind stress (m/s)

Expand Down

0 comments on commit 7110028

Please sign in to comment.