Skip to content

Commit

Permalink
remove deprecated use_native_mri flag (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Oct 17, 2024
1 parent f2ce1bd commit d5448bb
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 24 deletions.
5 changes: 2 additions & 3 deletions Docs/sphinx_doc/Inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,8 @@ List of Parameters
| | cfl or other | | |
| | settings | | |
+----------------------------+----------------------+----------------+-------------------+
| **erf.fixed_fast_dt** | set fast dt | Real > 0 | only relevant |
| | as this value | | if use_native_mri |
| | | | is true |
| **erf.fixed_fast_dt** | set fast dt | Real > 0 | |
| | as this value | | |
+----------------------------+----------------------+----------------+-------------------+
| **erf.fixed_mri_dt_ratio** | set fast dt | even int > 0 | only relevant |
| | as slow dt / | | if no_substepping |
Expand Down
1 change: 0 additions & 1 deletion Exec/AWAKEN/inputs_All_EWP
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ yhi.type = "Outflow"


# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.125 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/AWAKEN/inputs_KingPlains_EWP
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ylo.type = "Outflow"
yhi.type = "Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.125 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/AWAKEN/inputs_KingPlains_Fitch
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ylo.type = "Outflow"
yhi.type = "Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.125 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/AWAKEN/inputs_KingPlains_SimpleAD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ylo.type = "Outflow"
yhi.type = "Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.125 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/EWP/inputs_1WT_lat_lon
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ xlo.theta = 300.


# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 3.0 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/EWP/inputs_1WT_x_y
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ xlo.theta = 300.


# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 3.0 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/EWP/inputs_WindFarm_lat_lon
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ ylo.type = "Outflow"
yhi.type = "Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.25 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/EWP/inputs_WindFarm_x_y
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ylo.type = "Outflow"
yhi.type = "Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.25 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/Radiation/inputs_radiation
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ zlo.type = "SlipWall"
zhi.type = "SlipWall"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 1.0 # fixed time step [s] -- Straka et al 1993
erf.fixed_fast_dt = 0.25 # fixed time step [s] -- Straka et al 1993

Expand Down
2 changes: 0 additions & 2 deletions Exec/RegTests/TaylorGreenVortex/inputs_multilevel
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ zhi.type = "SlipWall"
erf.fixed_dt = 4e-2 # fixed time step
erf.mri_fixed_dt_ratio = 4

erf.use_native_mri = 0

# DIAGNOSTICS & VERBOSITY
erf.sum_interval = 1 # timesteps between computing mass
erf.v = 1 # verbosity in ERF.cpp
Expand Down
1 change: 0 additions & 1 deletion Exec/SimpleActuatorDisk/inputs_1WT_lat_lon
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ xlo.theta = 300.


# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 3.0 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/SimpleActuatorDisk/inputs_1WT_x_y
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ xlo.theta = 300.


# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.1 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/SimpleActuatorDisk/inputs_WindFarm_lat_lon
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ ylo.type = "Outflow"
yhi.type = "Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.25 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/SimpleActuatorDisk/inputs_WindFarm_x_y
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ylo.type = "Outflow"
yhi.type = "Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.25 # fixed time step depending on grid resolution
#erf.fixed_fast_dt = 0.0025

Expand Down
1 change: 0 additions & 1 deletion Exec/SquallLine_2D/inputs_ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ zlo.type = "SlipWall"
zhi.type = "SlipWall"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 1.0 # fixed time step [s] -- Straka et al 1993
erf.fixed_fast_dt = 0.5 # fixed time step [s] -- Straka et al 1993

Expand Down
1 change: 0 additions & 1 deletion Exec/SquallLine_2D/inputs_moisture_Gabersek
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ zlo.type = "SlipWall"
zhi.type = "HO_Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.25 # fixed time step [s] -- Straka et al 1993
erf.fixed_fast_dt = 0.125 # fixed time step [s] -- Straka et al 1993

Expand Down
1 change: 0 additions & 1 deletion Exec/SquallLine_2D/inputs_moisture_SAM
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ zlo.type = "SlipWall"
zhi.type = "Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 1.0 # fixed time step [s] -- Straka et al 1993
erf.fixed_fast_dt = 0.5 # fixed time step [s] -- Straka et al 1993

Expand Down
1 change: 0 additions & 1 deletion Exec/SquallLine_2D/inputs_moisture_WRF
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ zlo.type = "SlipWall"
zhi.type = "HO_Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 1.0 # fixed time step [s] -- Straka et al 1993
erf.fixed_fast_dt = 0.5 # fixed time step [s] -- Straka et al 1993

Expand Down
1 change: 0 additions & 1 deletion Exec/SuperCell/inputs_moisture
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ zlo.type = "SlipWall"
zhi.type = "SlipWall"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 1.0 # fixed time step [s] -- Straka et al 1993
erf.fixed_fast_dt = 0.25 # fixed time step [s] -- Straka et al 1993

Expand Down
1 change: 0 additions & 1 deletion Exec/SuperCell_3D/inputs_Supercell_3D
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ zlo.type = "SlipWall"
zhi.type = "HO_Outflow"

# TIME STEP CONTROL
erf.use_native_mri = 1
erf.fixed_dt = 0.25 # fixed time step [s] -- Straka et al 1993
erf.fixed_fast_dt = 0.125 # fixed time step [s] -- Straka et al 1993

Expand Down

0 comments on commit d5448bb

Please sign in to comment.