diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index dc577f5daf..2fa3a05537 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -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 diff --git a/config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml b/config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml new file mode 100644 index 0000000000..7fc5a161e1 --- /dev/null +++ b/config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml @@ -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"