Skip to content

Commit a39d658

Browse files
committed
reset value of fates_mortality_disturbance_fraction to one to revert to prior behavior
1 parent 7b00fd5 commit a39d658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/EDParamsMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module EDParamsMod
7373
public :: FatesRegisterParams
7474
public :: FatesReceiveParams
7575

76-
real(r8), protected :: fates_mortality_disturbance_fraction = 0.55983_r8 ! the fraction of canopy mortality that results in disturbance (i.e. transfer of area from new to old patch)
76+
real(r8), protected :: fates_mortality_disturbance_fraction = 1.0_r8 ! the fraction of canopy mortality that results in disturbance (i.e. transfer of area from new to old patch)
7777

7878
contains
7979

0 commit comments

Comments
 (0)