Skip to content

Commit

Permalink
Merge pull request #2825 from CliMA/zs/progedmf_gpu_implicit
Browse files Browse the repository at this point in the history
use implicit solver in the gpu prognostic edmf job
  • Loading branch information
szy21 authored Apr 8, 2024
2 parents ad463c2 + 401e3b6 commit 99d2578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ steps:
agents:
slurm_gpus: 1
slurm_mem: 20G
soft_fail: true

- group: "GPU Performance"
steps:
Expand Down
4 changes: 4 additions & 0 deletions config/gpu_configs/gpu_prognostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ surface_setup: DefaultMoninObukhov
rad: clearsky
turbconv: prognostic_edmfx
prognostic_tke: true
implicit_diffusion: true
implicit_sgs_advection: true
approximate_linear_solve_iters: 2
max_newton_iters_ode: 3
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
Expand Down

0 comments on commit 99d2578

Please sign in to comment.