-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing Fitch and restart implementation (#1545)
* Testing Fitch and restart implementation * Removing unwanted file --------- Co-authored-by: Mahesh Natarajan <[email protected]>
- Loading branch information
Showing
6 changed files
with
163 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# ------------------ INPUTS TO MAIN PROGRAM ------------------- | ||
max_step = 200 | ||
|
||
amrex.fpe_trap_invalid = 1 | ||
|
||
fabarray.mfiter_tile_size = 1024 1024 1024 | ||
|
||
# PROBLEM SIZE & GEOMETRY | ||
erf.latitude_lo = 35.0 | ||
erf.longitude_lo = -100.0 | ||
geometry.prob_extent = 200150 202637 1000 | ||
amr.n_cell = 50 50 40 | ||
|
||
#erf.grid_stretching_ratio = 1.025 | ||
#erf.initial_dz = 16.0 | ||
|
||
geometry.is_periodic = 0 0 0 | ||
|
||
# MOST BOUNDARY (DEFAULT IS ADIABATIC FOR THETA) | ||
#zlo.type = "MOST" | ||
#erf.most.z0 = 0.1 | ||
#erf.most.zref = 8.0 | ||
|
||
zlo.type = "SlipWall" | ||
zhi.type = "SlipWall" | ||
|
||
xlo.type = "Outflow" | ||
xhi.type = "Outflow" | ||
ylo.type = "Outflow" | ||
yhi.type = "Outflow" | ||
|
||
# TIME STEP CONTROL | ||
erf.use_native_mri = 1 | ||
erf.fixed_dt = 0.0025 # fixed time step depending on grid resolution | ||
#erf.fixed_fast_dt = 0.0025 | ||
|
||
# DIAGNOSTICS & VERBOSITY | ||
erf.sum_interval = 1 # timesteps between computing mass | ||
erf.v = 1 # verbosity in ERF.cpp | ||
amr.v = 1 # verbosity in Amr.cpp | ||
|
||
# REFINEMENT / REGRIDDING | ||
amr.max_level = 0 # maximum level number allowed | ||
|
||
# CHECKPOINT FILES | ||
erf.check_file = chk # root name of checkpoint file | ||
erf.check_int = 100 # number of timesteps between checkpoints | ||
#erf.restart = chk00100 | ||
|
||
# PLOTFILES | ||
erf.plot_file_1 = plt # prefix of plotfile name | ||
erf.plot_int_1 = 10000 # number of timesteps between plotfiles | ||
erf.plot_vars_1 = density rhoadv_0 x_velocity y_velocity z_velocity pressure temp theta QKE | ||
|
||
# SOLVER CHOICE | ||
erf.alpha_T = 0.0 | ||
erf.alpha_C = 1.0 | ||
erf.use_gravity = false | ||
|
||
erf.molec_diff_type = "None" | ||
erf.les_type = "None" | ||
erf.Cs = 1.5 | ||
erf.dynamicViscosity = 0.0 | ||
|
||
erf.pbl_type = "None" | ||
|
||
erf.init_type = "uniform" | ||
|
||
erf.windfarm_type = "Fitch" | ||
|
||
# PROBLEM PARAMETERS | ||
prob.rho_0 = 1.0 | ||
prob.A_0 = 1.0 | ||
|
||
prob.U_0 = 10.0 | ||
prob.V_0 = 10.0 | ||
prob.W_0 = 0.0 | ||
prob.T_0 = 300.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,25 @@ | ||
36.732 -97.128 1 | ||
36.824 -97.367 1 | ||
36.967 -96.754 1 | ||
36.607 -96.846 1 | ||
36.719 -97.249 1 | ||
36.889 -97.031 1 | ||
36.621 -96.932 1 | ||
36.752 -96.788 1 | ||
36.855 -97.421 1 | ||
36.694 -96.656 1 | ||
36.579 -97.223 1 | ||
36.912 -97.379 1 | ||
36.721 -96.815 1 | ||
36.685 -97.437 1 | ||
36.781 -97.049 1 | ||
36.936 -97.203 1 | ||
36.541 -96.791 1 | ||
36.655 -97.284 1 | ||
36.798 -96.695 1 | ||
36.887 -96.956 1 | ||
36.633 -96.716 1 | ||
36.912 -96.813 1 | ||
36.725 -96.579 1 | ||
36.594 -97.184 1 | ||
36.902 -97.354 1 | ||
36.628 -96.871 1 | ||
36.762 -97.428 1 | ||
36.811 -97.285 1 | ||
36.549 -97.492 1 | ||
36.642 -96.673 1 | ||
35.863963964 -98.9228 1 | ||
35.881981982 -98.9228 1 | ||
35.9 -98.9228 1 | ||
35.918018018 -98.9228 1 | ||
35.936036036 -98.9228 1 | ||
35.863963964 -98.9004 1 | ||
35.881981982 -98.9004 1 | ||
35.9 -98.9004 1 | ||
35.918018018 -98.9004 1 | ||
35.936036036 -98.9004 1 | ||
35.863963964 -98.878 1 | ||
35.881981982 -98.878 1 | ||
35.9 -98.878 1 | ||
35.918018018 -98.878 1 | ||
35.936036036 -98.878 1 | ||
35.863963964 -98.8556 1 | ||
35.881981982 -98.8556 1 | ||
35.9 -98.8556 1 | ||
35.918018018 -98.8556 1 | ||
35.936036036 -98.8556 1 | ||
35.863963964 -98.8332 1 | ||
35.881981982 -98.8332 1 | ||
35.9 -98.8332 1 | ||
35.918018018 -98.8332 1 | ||
35.936036036 -98.8332 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
36.732 -97.128 1 | ||
36.824 -97.367 1 | ||
36.967 -96.754 1 | ||
36.607 -96.846 1 | ||
36.719 -97.249 1 | ||
36.889 -97.031 1 | ||
36.621 -96.932 1 | ||
36.752 -96.788 1 | ||
36.855 -97.421 1 | ||
36.694 -96.656 1 | ||
36.579 -97.223 1 | ||
36.912 -97.379 1 | ||
36.721 -96.815 1 | ||
36.685 -97.437 1 | ||
36.781 -97.049 1 | ||
36.936 -97.203 1 | ||
36.541 -96.791 1 | ||
36.655 -97.284 1 | ||
36.798 -96.695 1 | ||
36.887 -96.956 1 | ||
36.633 -96.716 1 | ||
36.912 -96.813 1 | ||
36.725 -96.579 1 | ||
36.594 -97.184 1 | ||
36.902 -97.354 1 | ||
36.628 -96.871 1 | ||
36.762 -97.428 1 | ||
36.811 -97.285 1 | ||
36.549 -97.492 1 | ||
36.642 -96.673 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters