Skip to content

Commit

Permalink
Test Case Works
Browse files Browse the repository at this point in the history
  • Loading branch information
hgopalan committed Nov 23, 2024
1 parent 8031aee commit 4f6c76f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Exec/ABL/inputs_canopy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------ INPUTS TO MAIN PROGRAM -------------------
max_step = 4000
max_step = 50

amrex.fpe_trap_invalid = 1

Expand All @@ -15,7 +15,8 @@ zlo.type = "SlipWall"
zhi.type = "SlipWall"

# TIME STEP CONTROL
erf.fixed_dt = 0.1 # fixed time step depending on grid resolution
erf.fixed_dt = 2.0 # fixed time step depending on grid resolution
erf.cfl = 0.5

# DIAGNOSTICS & VERBOSITY
erf.sum_interval = 1 # timesteps between computing mass
Expand All @@ -27,11 +28,11 @@ 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.check_int = 50 # number of timesteps between checkpoints

# PLOTFILES
erf.plot_file_1 = plt # prefix of plotfile name
erf.plot_int_1 = 10 # number of timesteps between plotfiles
erf.plot_int_1 = 50 # number of timesteps between plotfiles
erf.plot_vars_1 = density rhoadv_0 x_velocity y_velocity z_velocity pressure temp theta

# SOLVER CHOICE
Expand Down

0 comments on commit 4f6c76f

Please sign in to comment.