Skip to content

Commit

Permalink
change config for some longruns
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Mar 19, 2024
1 parent 8478ddf commit db2e637
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ steps:
- group: "Diagnostic EDMF GPU"
steps:

- label: "gpu_aquaplanet_chap - 1 GPU"
- label: "gpu_aquaplanet_diagedmf - 1 GPU"
command:
- mkdir -p gpu_aquaplanet_chap
- mkdir -p gpu_aquaplanet_diagedmf
- >
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_diagedmf.yml
Expand Down
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_diagedmf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
job_id: gpu_aquaplanet_chap
job_id: gpu_aquaplanet_diagedmf
dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt_save_state_to_disk: "3hours"
dt: "50secs"
t_end: "1days"
t_end: "10days"
job_id: "longrun_aquaplanet_dyamond"
toml: [toml/longrun_aquaplanet_dyamond.toml]

0 comments on commit db2e637

Please sign in to comment.