Requred input are an OGR readable vector data source for the release_area, and a Digital Elevation Model elevation.
Parameters for the simulation need to be provided in the attribute table of the release_area data source, according to the table below. Currently, the following parameters for com1DFA simulations are supported:
com1DFA parameter name | Column name in attribute table | Parameter description |
---|---|---|
frictModel | frictionModel | Friction models can be samosAT (1), Coulomb (2), Voellmy (2) or Wetsnow (3). |
relTh | multipleRelTh_m | Release thicknesses in meter. Comma seperated string if you want to run the model several times with different inputs. |
rho | rho_kgPerCubicM | Density of snow in kg/m3 |
cpIce | cpIce_joulePerKg | Ice in J/kg |
TIni | tIni_degreeCelcius | Initial temperature in 0C |
entTempRef | entTemp_degreeCelcius | Initial temperature for entrainment in 0C |
enthRef | enthalpy_joulePerKg | Reference enthalpy in J/kg |
An entrainment area can be used in the model. To do so, set the e-flag and provide an OGR readable vector data source for the entrainment_area
Parameters for the simulation need to be provided in the attribute table of the entrainment_area data source, according to the table below.
com1DFA parameter name | Column name in attribute table | Parameter description |
---|---|---|
rhoEnt | rhoEnt_kgPerCubicM | density of entrained snow in kg/m3 |
entEroEnergy | entEro_joulePerKg | Entrainment erosion energy in J/kg |
entShearResistance | entShear_joulePerSqM | J/m2 |
entDefResistance | entDef_joulePerKg | J/kg |
entTh | entTh_m | Entrainment thickness in meter |
An resistance area can be used in the model. To do so, set the e-flag and provide an OGR readable vector data source for the resistance_area
Parameters for the simulation need to be provided in the attribute table of the resistance_area data source, according to the table below.
com1DFA parameter name | Column name in attribute table | Parameter description |
---|---|---|
hRes | hRes_m | Height of the obstacles in meter |
cw | cw | Resistance coefficient [0-1] |
dRes | dRes_m | Diameter of obstacles in meter |
sres | sRes_m | Spacing between obstacles in meter |
The ASCII-raster files resulting from the AvaFrame simulations are either linked to the current mapset (if the l-flag is set), otherwise they ar imported into the GRASS GIS database.
An imagery group is created where thickness levels are stored as bands.
This module sets the computational region to the release area with a user-defined buffer around, aligned to the input elevation model.
It assumes that the projection of the input OGR data source matches with the projection of the current location.
Parallel processing is supported, depending on the number of specified parallel processes (nprocs) and the number of realse thickness values to simulate for.
r.avaframe.com1dfa_v2 --o -l elevation="DTM_10m@DTM" nprocs=8 format="csv" buffer=1500 \ url="https://gis3.nve.no/arcgis/rest/services/featureservice/AlarmInput/FeatureServer" \ release_area_layer_id="0" id="1" \ ppr="ppr" pft="pft" pfv="pfv"
Available at: r.avaframe.com1dfa_v2 source code (history)
Accessed: Friday Oct 25 13:33:30 2024
Main index | Raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2024 GRASS Development Team, GRASS GIS 8.4.0 Reference Manual