From b038f28612abc8896b5cc771d4059289ec433a62 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:24:57 -0700 Subject: [PATCH] clean up longrun --- .buildkite/longruns/pipeline.yml | 14 +------------- ...equilmoist_nz63_0M_55km_rs35km_clearsky.yml | 18 ------------------ .../longrun_compressible_edmf_trmm.yml | 2 +- 3 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 config/longrun_configs/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky.yml diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index 05aa4830e2..be66760b88 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -129,18 +129,6 @@ steps: slurm_mem_per_cpu: 16GB slurm_time: 24:00:00 - - label: ":computer: aquaplanet (ρe_tot) equilmoist clearsky high resolution (nz63) hightop (55km) rayleigh sponge(35e3, 10) Float64" - command: - - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME - - julia --color=yes --project=examples post_processing/plot/plot_pipeline.jl --nc_dir $$JOB_NAME --fig_dir $$JOB_NAME --case_name aquaplanet - artifact_paths: "$$JOB_NAME/*" - agents: - slurm_ntasks: 64 - slurm_time: 24:00:00 - env: - JOB_NAME: "longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky" - - label: ":computer: aquaplanet (ρe_tot) equilmoist clearsky high resolution (nz63) hightop (55km) rayleigh sponge(35e3, 10) Float64 (time-varying insolation)" command: - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml @@ -262,7 +250,7 @@ steps: artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 64 - slurm_mem_per_cpu: 16GB + slurm_mem_per_cpu: 20GB slurm_time: 24:00:00 env: JOB_NAME: "longrun_aquaplanet_amip" diff --git a/config/longrun_configs/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky.yml b/config/longrun_configs/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky.yml deleted file mode 100644 index f8f76cc88d..0000000000 --- a/config/longrun_configs/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky.yml +++ /dev/null @@ -1,18 +0,0 @@ -FLOAT_TYPE: "Float64" -dt_save_to_disk: "10days" -dt: "150secs" -t_end: "300days" -h_elem: 16 -z_elem: 63 -dz_bottom: 30.0 -dz_top: 3000.0 -z_max: 55000.0 -rayleigh_sponge: true -kappa_4: 2.0e16 -moist: "equil" -precip_model: "0M" -surface_setup: "DefaultMoninObukhov" -vert_diff: "true" -rad: "clearsky" -job_id: "longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky" -toml: [toml/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky.toml] diff --git a/config/longrun_configs/longrun_compressible_edmf_trmm.yml b/config/longrun_configs/longrun_compressible_edmf_trmm.yml index 7fcaac0c34..85f34e0f03 100644 --- a/config/longrun_configs/longrun_compressible_edmf_trmm.yml +++ b/config/longrun_configs/longrun_compressible_edmf_trmm.yml @@ -14,4 +14,4 @@ rayleigh_sponge: true job_id: "longrun_compressible_edmf_trmm" dt: "0.2secs" t_end: "3.8hours" -toml: [longrun_compressible_edmf_trmm.toml] +toml: [toml/longrun_compressible_edmf_trmm.toml]