Skip to content
Open
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
32 changes: 20 additions & 12 deletions avaframe/com8MoTPSA/com8MoTPSACfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ thFromIni =

# Below are the settings for the MoT-PSA model
[Run information]
MoT-Voellmy input file version = 2023-03-06
MoT-PSA input file version = 2026-06-16
Area of Interest = Ryggfonn
UTM zone = 33N
EPSG geodetic datum code = 25833
Expand All @@ -150,19 +150,27 @@ Run name = Test_01
Grid filename = -
Release depth 1 filename = ./h1in08.asc
Release depth 2 filename = ./h2in.asc
# if Release density 1 file not provided - rho_1 (Density basal layer (kg/m³))
Release density 1 filename = -
# if Release density 2 file not provided - rho_2 (Ambient fluid density (kg/m^3))
Release density 2 filename = -
Bed depth filename = -
Bed deposition filename = -
Bed shear strength filename = -
Forest density filename = -
Tree diameter filename = -
Start velocity u filename = -
Start velocity v filename = -
Start velocity u1 filename = -
Start velocity v1 filename = -
Start velocity u2 filename = -
Start velocity v2 filename = -
Output filename root = ./Run_01/01
Output format = ESRI_ASCII_Grid

[Physical_parameters]
Gravitational acceleration (m/s^2) = 9.81
Density (kg/m^3) = 250.0
Ambient fluid density (kg/m^3) = 1.200
Initial suspension density (kg/m^3) = 1.200
Density basal layer (kg/m^3) = 250.0
Rheology = Voellmy
Parameters = auto
Dry-friction coefficient (-) = 0.400
Expand Down Expand Up @@ -196,12 +204,12 @@ Bed density (kg/m^3) = 140.0
Deposition = yes
Deposition density L1 (kg/m^3) = 400.0
Suspension model = TJSM
Avalanche shear strength (Pa) = 0.0
Avalanche shear strength deposit (Pa) = 0.0
Decay coeff. snow s. s. suspension (-) = 1.0
Decay coeff. snow s. s. deposition (-) = 1.0
Entrainment coeff. m12 (-) = 0.0
Deposition rate 21 (m/s) = 0.50
Dense-flow surface strength (Pa) = 0.0
Limit adhesion to substrate (Pa) = 0.0
Adhesion attenuation coeff. (s/m) = 1.0
Surface-strength attenuation (s/m) = 1.0
Entrainment coeff. 1->2 (-) = 0.0
Deposition rate 2->1 (m/s) = 0.50
Constant density L1 = yes
Evolving geometry = no

Expand All @@ -215,12 +223,12 @@ Write maximum pressure = yes
Write instant. pressure = no
Minimum flow depth (m) = 0.01
Minimum speed (m/s) = 0.01
Momentum threshold (-) = 0.05
Momentum threshold (%) = 0.05
Initial CFL number (-) = 0.8

[EXPORTS]
# peak files and plots are exported, option to turn off exports when exportData is set to False
# this affects export of peak files and also generation of peak file plots
exportData = True
# use LZW compression when writing TIFF raster files
# use LZW compression when writing TIFF raster files - TIFF format currently not supported
useCompression = True
Loading