Skip to content

Commit

Permalink
Updated vegetation variables (#199)
Browse files Browse the repository at this point in the history
1. Default of veg_sigma is now 0, to prevent unwanted smoothening of the spatial vegetation distribution
2. The definition of Vver is changed to Vertical growth Potential
  • Loading branch information
bartvanwesten authored Jul 26, 2024
1 parent e204b8b commit 0dfd619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aeolis/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,12 @@
'gamma_vegshear' : 16., # [-] Roughness factor for the shear stress reduction by vegetation
'hveg_max' : 1., # [m] Max height of vegetation
'dzb_opt' : 0., # [m/year] Sediment burial for optimal growth
'V_ver' : 0., # [m/year] Vertical growth
'V_ver' : 0., # [m/year] Vertical growth potential
'V_lat' : 0., # [m/year] Lateral growth
'germinate' : 0., # [1/year] Possibility of germination per year
'lateral' : 0., # [1/year] Posibility of lateral expension per year
'veg_gamma' : 1., # [-] Constant on influence of sediment burial
'veg_sigma' : 0.8, # [-] Sigma in gaussian distrubtion of vegetation cover filter
'veg_sigma' : 0., # [-] Sigma in gaussian distrubtion of vegetation cover filter
'sedimentinput' : 0., # [-] Constant boundary sediment influx (only used in solve_pieter)
'scheme' : 'euler_backward', # Name of numerical scheme (euler_forward, euler_backward or crank_nicolson)
'solver' : 'trunk', # Name of the solver (trunk, pieter, steadystate,steadystatepieter)
Expand Down

0 comments on commit 0dfd619

Please sign in to comment.