You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/EDParamsMod.F90
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ module EDParamsMod
72
72
public:: FatesParamsInit
73
73
public:: FatesRegisterParams
74
74
public:: FatesReceiveParams
75
+
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)
0 commit comments