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

add aquaplanet setup for chap proposal #2622

Merged
merged 1 commit into from
Feb 2, 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
12 changes: 12 additions & 0 deletions .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ steps:
agents:
slurm_gpus: 1
slurm_cpus_per_task: 4

- label: "gpu_aquaplanet_chap"
command:
- mkdir -p gpu_aquaplanet_chap
- >
nsys profile --trace=nvtx,mpi,cuda,osrt --output=gpu_aquaplanet_chap/report
julia --threads=3 --color=yes --project=examples examples/hybrid/driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_chap.yml
artifact_paths: "gpu_aquaplanet_chap/*"
agents:
slurm_gpus: 1
slurm_cpus_per_task: 4

- label: "moist Held-Suarez"
key: "gpu_hs_rhoe_equil_55km_nz63_0M"
Expand Down
29 changes: 29 additions & 0 deletions config/gpu_configs/gpu_aquaplanet_chap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
job_id: gpu_aquaplanet_chap
dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
h_elem: 16
z_max: 55000.0
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
moist: equil
surface_setup: DefaultMoninObukhov
rad: allskywithclear
idealized_insolation: false
dt_rad: 1hours
dt_cloud_fraction: 1hours
turbconv: diagnostic_edmfx
implicit_diffusion: true
approximate_linear_solve_iters: 2
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
edmfx_nh_pressure: true
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
precip_model: 0M
dt: 100secs
t_end: 1days
toml: [toml/diagnostic_edmfx_box.toml]
13 changes: 7 additions & 6 deletions config/gpu_configs/gpu_diagnostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dt_save_state_to_disk: "Inf"
dt_save_state_to_disk: "3hours"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
job_id: gpu_diagnostic_edmfx_aquaplanet
surface_setup: DefaultExchangeCoefficients
rad: gray
surface_setup: DefaultMoninObukhov
rad: clearsky
turbconv: diagnostic_edmfx
implicit_diffusion: true
approximate_linear_solve_iters: 2
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
Expand All @@ -14,6 +15,6 @@ edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
moist: equil
precip_model: 0M
dt: 10secs
t_end: 1hours
dt: 100secs
t_end: 6hours
toml: [toml/diagnostic_edmfx_box.toml]
Loading