Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change config for some longruns #2812

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions config/longrun_configs/longrun_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dt_rad: "1hours"
vert_diff: "true"
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt_save_state_to_disk: "3hours"
dt_save_state_to_disk: "10days"
dt: "50secs"
t_end: "1days"
t_end: "10days"
job_id: "longrun_aquaplanet_dyamond"
toml: [toml/longrun_aquaplanet_dyamond.toml]
Loading