File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,14 @@ minDetrainmentFor = 0
140140velThForDetrain = 0
141141
142142# ++++++++++++ ForestFrictionLayer
143- # maxDetrainmentFor [°]: default set to '0' (i.e. no detrainment) - foreste_detrainment val:
144- # minDetrainmentFor [°]: default set to '0' (i.e. no detrainment) - foreste_detrainment val:
145- # velThForDetrain [m/s]: velocity threshold for forest-detraiment effect # default set to '0' (i.e. no detrainment) - foreste_detrainment val:
143+ # The forest layer defines the alpha angle in forested areas.
144+ # If forestFrictionLayerType = relative, forest layer values are added to the global alpha angle.
145+ # e.g. if alpha = 24° and value on forest cell is 5°, then effective local alpha of 24° + 5° = 29° will be used.
146+ # -------------------
147+ # If forestFrictionLayerType = absolute, forest layer values are used as alpha angle,
148+ # if they are larger than the global alpha angle.
149+ # e.g. if global alpha = 24° and value provided in the forestFrictionLayer on a cell is 35°,
150+ # then local alpha of 35° will be used.
146151# ++++++++++++
147152
148153# ['absolute', 'relative']
You can’t perform that action at this time.
0 commit comments