Skip to content

Commit 9af77a0

Browse files
committed
correct comment: forestFrictionLayer
correct comment: forestFrictionLayer correct comment: forestFrictionLayer comment Andi Update avaframe/com4FlowPy/com4FlowPyCfg.ini
1 parent 972684b commit 9af77a0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

avaframe/com4FlowPy/com4FlowPyCfg.ini

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,14 @@ minDetrainmentFor = 0
140140
velThForDetrain = 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']

0 commit comments

Comments
 (0)