Skip to content

Commit

Permalink
Add ARS no limiter FCT to longrun pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jan 26, 2024
1 parent b370eb8 commit 5b168d8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,13 @@ steps:
slurm_time: 24:00:00
env:
JOB_NAME: "longrun_aquaplanet_rhoe_equil_55km_nz63_allsky_diagedmf_0M"

- group: "Numerics"
steps:

- label: "ARS_nolim_FCT, dt=100secs"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl --config_file config/dt_sweep_configs/ARS_nolim_FCT/dt_100secs.yml
artifact_paths: "dt_ARS_nolim_FCT_100secs/*"
agents:
slurm_time: 24:00:00
19 changes: 19 additions & 0 deletions config/dt_sweep_configs/ARS_nolim_FCT/dt_100secs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
dt: "100secs"
apply_limiter: false
ode_algo: ARS343
tracer_upwinding: zalesak
energy_upwinding: zalesak
hyperdiff: "CAM_SE"
dt_save_state_to_disk: "10days"
t_end: "300days"
h_elem: 16
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
z_max: 55000.0
vert_diff: "true"
moist: "equil"
precip_model: "0M"
rayleigh_sponge: true
forcing: "held_suarez"
job_id: "dt_ARS_nolim_FCT_100secs"

0 comments on commit 5b168d8

Please sign in to comment.