Skip to content

Commit

Permalink
Merge #2237
Browse files Browse the repository at this point in the history
2237: clean up longrun r=szy21 a=szy21



Co-authored-by: Zhaoyi Shen <11598433+szy21@users.noreply.github.com>
  • Loading branch information
bors[bot] and szy21 authored Oct 13, 2023
2 parents 0fed23e + b038f28 commit 0bcacd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
14 changes: 1 addition & 13 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

This file was deleted.

2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_compressible_edmf_trmm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 0bcacd2

Please sign in to comment.