Skip to content

Commit cc6a37e

Browse files
committed
alter hydraulic failure mortality logic
1 parent 2a1ffb3 commit cc6a37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biogeochem/EDMortalityFunctionsMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ subroutine mortality_rates( cohort_in,bc_in, btran_ft, mean_temp, &
184184
if ( (.not. is_decid_dormant) .and. &
185185
( btran_ft(cohort_in%pft) <= hf_sm_threshold ) .and. &
186186
( ( minval(bc_in%t_soisno_sl) - tfrz ) > soil_tfrz_thresh ) ) then
187-
hmort = EDPftvarcon_inst%mort_scalar_hydrfailure(cohort_in%pft)
187+
hmort = EDPftvarcon_inst%mort_scalar_hydrfailure(cohort_in%pft)*((hf_sm_threshold- btran_ft(cohort_in%pft))/hf_sm_threshold)
188188
else
189189
hmort = 0.0_r8
190190
end if

0 commit comments

Comments
 (0)