From 9eb9bfc3fe778a1041343119fa503067ee7f93eb Mon Sep 17 00:00:00 2001 From: akshaysridhar Date: Tue, 22 Aug 2023 08:53:27 -0700 Subject: [PATCH] Add config for issue 1990 new: longrun_hs_rhoe_equilmoist_nz64_0M_55km_rs35km.yml modified: .buildkite/longruns/pipeline.yml --- .buildkite/longruns/pipeline.yml | 9 +++++++++ .../longrun_hs_rhoe_dry_nz63_55km_rs35km.yml | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 config/longrun_configs/longrun_hs_rhoe_dry_nz63_55km_rs35km.yml 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"