Skip to content

Commit

Permalink
Merge #2007
Browse files Browse the repository at this point in the history
2007: Config files for multi-year, high-topped, dry Held-Suarez simulation r=akshaysridhar a=akshaysridhar

	new file:   longrun_dry-hs_rhoe_hightop.yml

Linked Issue #1990 

Co-authored-by: akshaysridhar <asridhar@caltech.edu>
  • Loading branch information
bors[bot] and akshaysridhar authored Aug 25, 2023
2 parents 3bec12f + 9eb9bfc commit 8d111f7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,15 @@ steps:

- group: "Milestone 1.5.2a"
steps:

- label: ":computer: held-suarez, dry, high-topped (55km), high-sponge(35km), helem_16 np_3"
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml
- julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir longrun_hs_rhoe_dry_nz63_55km_rs35km --out_dir longrun_hs_rhoe_dry_nz63_55km_rs35km
artifact_paths: "longrun_hs_rhoe_dry_nz63_55km_rs35km.yml/*"
env:
CLIMACORE_DISTRIBUTED: "MPI"
agents:
slurm_ntasks: 64

- label: ":computer: held-suarez, equilmoist, high-topped (55km), high-sponge(35km), helem_16 np_3"
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km.yml
Expand Down
13 changes: 13 additions & 0 deletions config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dz_bottom: 30.0
dz_top: 3000.0
dt_save_to_disk: "10days"
t_end: "300days"
h_elem: 16
z_elem: 63
z_max: 55000.0
kappa_4: 1.0e16
forcing: "held_suarez"
dt: "300secs"
rayleigh_sponge: true
zd_rayleigh: 35000.0
job_id: "longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km"

0 comments on commit 8d111f7

Please sign in to comment.