Skip to content

Commit

Permalink
Merge pull request #84 from seahorce-scidac/update_fillpatch
Browse files Browse the repository at this point in the history
update fillpatch
  • Loading branch information
asalmgren authored Dec 14, 2023
2 parents b2ea063 + 979f72b commit 0de4e2e
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 974 deletions.
23 changes: 0 additions & 23 deletions Exec/Upwelling/amrvis.defaults

This file was deleted.

17 changes: 1 addition & 16 deletions Exec/Upwelling/inputs_ml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ romsx.fixed_dt = 300.0 # Timestep size (seconds)
# NDTFAST = 30.0 # Number of baratropic steps => 300.0/30.0 = 10.0
romsx.fixed_fast_dt = 10.0 # Baratropic timestep size (seconds)
# romsx.fixed_fast_dt = 300.0 # Baratropic timestep size (seconds) testing value

romsx.fixed_ndtfast_ratio = 30 # Baratropic timestep size (seconds)

# DIAGNOSTICS & VERBOSITY
Expand All @@ -45,21 +46,10 @@ romsx.plot_vars_1 = omega salt temp x_velocity y_velocity z_velocity
romsx.plotfile_type = amrex

# SOLVER CHOICE
romsx.use_gravity = true
romsx.use_coriolis = true
romsx.horizontal_advection_scheme = "upstream3" # upstream3 or centered4
romsx.use_rayleigh_damping = false
romsx.spatial_order = 2

romsx.les_type = "None"
#
# diffusion coefficient from Straka, K = 75 m^2/s
#
romsx.molec_diff_type = "ConstantAlpha"
romsx.rho0_trans = 1.0 # [kg/m^3], used to convert input diffusivities
romsx.dynamicViscosity = 75.0 # [kg/(m-s)] ==> nu = 75.0 m^2/s
romsx.alpha_T = 75.0 # [m^2/s]

# PROBLEM PARAMETERS (optional)
prob.R0 = 1027.0
prob.S0 = 35.0
Expand All @@ -85,9 +75,4 @@ romsx.box1.max_level = 1
romsx.box1.in_box_lo = 10000. 20000. -150.
romsx.box1.in_box_hi = 20000. 40000. 0.

romsx.coupling_type = "TwoWay"
romsx.coupling_type = "Mixed"
romsx.coupling_type = "OneWay"

romsx.cf_width = 3
romsx.cf_set_width = 1
Loading

0 comments on commit 0de4e2e

Please sign in to comment.