Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions avaframe/com4FlowPy/com4FlowPyCfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,14 @@ minDetrainmentFor = 0
velThForDetrain = 0

#++++++++++++ ForestFrictionLayer
# maxDetrainmentFor [°]: default set to '0' (i.e. no detrainment) - foreste_detrainment val:
# minDetrainmentFor [°]: default set to '0' (i.e. no detrainment) - foreste_detrainment val:
# velThForDetrain [m/s]: velocity threshold for forest-detraiment effect # default set to '0' (i.e. no detrainment) - foreste_detrainment val:
# The forest layer defines the alpha angle in forested areas.
# If forestFrictionLayerType = relative, forest layer values are added to the global alpha angle.
# e.g. if alpha = 24° and value on forest cell is 5°, then effective local alpha of 24° + 5° = 29° will be used.
# -------------------
# If forestFrictionLayerType = absolute, forest layer values are used as alpha angle,
# if they are larger than the global alpha angle.
# e.g. if global alpha = 24° and value provided in the forestFrictionLayer on a cell is 35°,
# then local alpha of 35° will be used.
#++++++++++++

# ['absolute', 'relative']
Expand Down
Loading