Skip to content

Commit

Permalink
use implicit solver in gpu prognostic edmf
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Apr 8, 2024
1 parent ad463c2 commit 401e3b6
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 401e3b6

Please sign in to comment.