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
22 changes: 0 additions & 22 deletions avaframe/com7Regional/com7RegionalCfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,30 +26,8 @@ mergeMethods = max
# in this section, settings may be overridden for com1DFA that are used for the regional run. any parameter that is not
# set here will be taken from the default com1DFA config (if defaultConfig = True).

# time step [s]
dt = 0.5

# use default com1DFA config as base configuration (True) and override following parameters
# if False and local_com1DFACfg is available use local
defaultConfig = True

# threshold under which no remeshing is done
# set to high value to avoid raster remeshing
meshCellSizeThreshold = 100


# list of simulations that shall be performed (null, ent, res, entres, available (use all available input data))
simTypeList = null

#+++++++++++++ Output++++++++++++
# desired result Parameters (ppr, pft, pfv, pta, FT, FV, P, FM, Vx, Vy, Vz, TA, particles) - separated by |
resType = pfv
# saving time step, i.e. time in seconds (first and last time step are always saved)
# option 1: give an interval with start:interval in seconds
# (tStep = 0:5 - this will save desired results every 5 seconds for the full simulation)
# option 2: explicitly list all desired time steps
# (closest to actual computational time step) separated by | (example tSteps = 1|50.2|100)
# NOTE: initial and last time step are always saved!
tSteps =

# Consider also adjusting settings in avaframeCfg.ini, such as generation of reports and plots to reduce output file size
Loading