# ------------------ INPUTS TO MAIN PROGRAM ------------------- remora.max_step = 80 remora.stop_time = 30000.0 # PROBLEM SIZE & GEOMETRY remora.prob_lo = 0. 0. -150. remora.prob_hi = 41000. 80000. 0. remora.n_cell = 41 80 16 remora.is_periodic = 1 1 0 # TIME STEP CONTROL remora.fixed_dt = 300.0 # Timestep size (seconds) # NDTFAST = 30.0 # Number of baratropic steps => 300.0/30.0 = 10.0 remora.fixed_fast_dt = 10.0 # Baratropic timestep size (seconds) # remora.fixed_fast_dt = 300.0 # Baratropic timestep size (seconds) testing value remora.fixed_ndtfast_ratio = 30 # Baratropic timestep size (seconds) # PARTICLES remora.use_tracer_particles = 1 remora.tracer_particles.initial_distribution_type = box remora.tracer_particles.particle_box_lo = 20000. 20000. -100000. remora.tracer_particles.particle_box_hi = 25000. 40000. 100000. remora.tracer_particles.place_randomly_in_cells = false # DIAGNOSTICS & VERBOSITY remora.sum_interval = 1 # timesteps between integrated/max quantities, if remora.v > 0 remora.v = 0 # verbosity in REMORA.cpp (0: none, 1: integrated quantities, etc, 2: print boxes) # CHECKPOINT FILES remora.check_file = chk # root name of checkpoint file remora.check_int = -57600 # number of timesteps between checkpoints # PLOTFILES remora.plot_file = plt # prefix of plotfile name remora.plot_int = 5 # number of timesteps between plotfiles remora.plot_vars_3d = salt temp x_velocity y_velocity z_velocity tracer_particles_count remora.plotfile_type = amrex remora.flat_bathymetry=true # SOLVER CHOICE remora.use_coriolis = true remora.tracer_horizontal_advection_scheme = "upstream3" # upstream3 or centered4 # Coriolis params remora.coriolis_f0 = -8.26e-5 remora.coriolis_beta = 0.0 # LINEAR EOS PARAMETERS (optional) remora.R0 = 1027.0 remora.S0 = 35.0 remora.T0 = 14.0 # PROBLEM PARAMETERS (shear) remora.prob.u_0 = 0.0 remora.prob.v_0 = 0.0 remora.prob.z0 = 0.1 remora.prob.zRef = 80.0e-3 remora.prob.uRef = 8.0e-3