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 86066b0 commit 2864b54
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 @@ -624,7 +624,7 @@ SUBROUTINE CANOPY_BIOP( EMI_IND, LU_OPT, VTYPE, &
REAL(RK), PARAMETER :: CLT_APIN = 1.0_rk !coefficient for low temperature stress
REAL(RK), PARAMETER :: TLT_APIN = 283.15_rk !threshold for low temperature stress (K)
REAL(RK), PARAMETER :: DTLT_APIN = 8.0_rk !delta threshold for low temperature stress (K)
REAL(RK), PARAMETER :: CHW_APIN = 1.0_rk !coefficient for high wind stress
REAL(RK), PARAMETER :: CHW_APIN = 5.0_rk !coefficient for high wind stress
REAL(RK), PARAMETER :: THW_APIN = 12.0_rk !threshold for high wind stress (m/s)
REAL(RK), PARAMETER :: DTHW_APIN = 8.0_rk !delta threshold for high wind stress (m/s)

Expand Down

0 comments on commit 2864b54

Please sign in to comment.