diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index bd25a1d37a..3294f35610 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -622,11 +622,11 @@ steps: agents: slurm_mem: 20GB - - label: ":genie: Prognostic EDMFX TRMM in a column" + - label: ":genie: Prognostic EDMFX TRMM with 0-moment in a column" command: > julia --color=yes --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/prognostic_edmfx_trmm_column_0M.yml - artifact_paths: "prognostic_edmfx_trmm_column_0M/*" + artifact_paths: "prognostic_edmfx_trmm_column_0M/output_active/*" agents: slurm_mem: 20GB diff --git a/config/model_configs/prognostic_edmfx_rico_column.yml b/config/model_configs/prognostic_edmfx_rico_column.yml index 126d539b93..7de3b4bc8f 100644 --- a/config/model_configs/prognostic_edmfx_rico_column.yml +++ b/config/model_configs/prognostic_edmfx_rico_column.yml @@ -4,6 +4,10 @@ subsidence: "Rico" ls_adv: "Rico" surface_setup: "Rico" turbconv: "prognostic_edmfx" +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" @@ -21,7 +25,7 @@ y_elem: 2 z_elem: 100 z_stretch: false perturb_initstate: false -dt: "5secs" +dt: "50secs" t_end: "6hours" dt_save_state_to_disk: "10mins" toml: [toml/prognostic_edmfx.toml] diff --git a/config/model_configs/prognostic_edmfx_trmm_column.yml b/config/model_configs/prognostic_edmfx_trmm_column.yml index a1a8937891..ec14bdaecc 100644 --- a/config/model_configs/prognostic_edmfx_trmm_column.yml +++ b/config/model_configs/prognostic_edmfx_trmm_column.yml @@ -3,6 +3,10 @@ initial_condition: TRMM_LBA rad: TRMM_LBA surface_setup: TRMM_LBA turbconv: prognostic_edmfx +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" @@ -20,7 +24,7 @@ x_elem: 2 y_elem: 2 z_elem: 82 z_stretch: false -dt: 5secs +dt: 50secs t_end: 6hours dt_save_state_to_disk: 10mins FLOAT_TYPE: "Float64" diff --git a/config/model_configs/prognostic_edmfx_trmm_column_0M.yml b/config/model_configs/prognostic_edmfx_trmm_column_0M.yml index 3050bf3f2b..b3862db582 100644 --- a/config/model_configs/prognostic_edmfx_trmm_column_0M.yml +++ b/config/model_configs/prognostic_edmfx_trmm_column_0M.yml @@ -3,6 +3,10 @@ initial_condition: TRMM_LBA rad: TRMM_LBA surface_setup: TRMM_LBA turbconv: prognostic_edmfx +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" @@ -20,7 +24,7 @@ x_elem: 2 y_elem: 2 z_elem: 82 z_stretch: false -dt: 5secs +dt: 50secs t_end: 6hours dt_save_state_to_disk: 10mins FLOAT_TYPE: "Float64"