Skip to content

Commit 7048912

Browse files
committed
refactor(com7Regional): remove unused parameters from configuration file
1 parent 5dbddcf commit 7048912

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

avaframe/com7Regional/com7RegionalCfg.ini

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,8 @@ mergeMethods = max
2626
# in this section, settings may be overridden for com1DFA that are used for the regional run. any parameter that is not
2727
# set here will be taken from the default com1DFA config (if defaultConfig = True).
2828

29-
# time step [s]
30-
dt = 0.5
31-
3229
# use default com1DFA config as base configuration (True) and override following parameters
3330
# if False and local_com1DFACfg is available use local
3431
defaultConfig = True
3532

36-
# threshold under which no remeshing is done
37-
# set to high value to avoid raster remeshing
38-
meshCellSizeThreshold = 100
39-
40-
41-
# list of simulations that shall be performed (null, ent, res, entres, available (use all available input data))
42-
simTypeList = null
43-
44-
#+++++++++++++ Output++++++++++++
45-
# desired result Parameters (ppr, pft, pfv, pta, FT, FV, P, FM, Vx, Vy, Vz, TA, particles) - separated by |
46-
resType = pfv
47-
# saving time step, i.e. time in seconds (first and last time step are always saved)
48-
# option 1: give an interval with start:interval in seconds
49-
# (tStep = 0:5 - this will save desired results every 5 seconds for the full simulation)
50-
# option 2: explicitly list all desired time steps
51-
# (closest to actual computational time step) separated by | (example tSteps = 1|50.2|100)
52-
# NOTE: initial and last time step are always saved!
53-
tSteps =
54-
5533
# Consider also adjusting settings in avaframeCfg.ini, such as generation of reports and plots to reduce output file size

0 commit comments

Comments
 (0)