Skip to content

Commit 7b00fd5

Browse files
committed
changing disturbance fraction to be equal to default fates_understorey_death value
1 parent 944315b commit 7b00fd5

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.5_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 = 0.55983_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)