File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -622,11 +622,11 @@ steps:
622622 agents :
623623 slurm_mem : 20GB
624624
625- - label : " :genie: Prognostic EDMFX TRMM in a column"
625+ - label : " :genie: Prognostic EDMFX TRMM with 0-moment in a column"
626626 command : >
627627 julia --color=yes --project=examples examples/hybrid/driver.jl
628628 --config_file $CONFIG_PATH/prognostic_edmfx_trmm_column_0M.yml
629- artifact_paths : " prognostic_edmfx_trmm_column_0M/*"
629+ artifact_paths : " prognostic_edmfx_trmm_column_0M/output_active/ *"
630630 agents :
631631 slurm_mem : 20GB
632632
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ subsidence: "Rico"
44ls_adv : " Rico"
55surface_setup : " Rico"
66turbconv : " prognostic_edmfx"
7+ implicit_diffusion : true
8+ implicit_sgs_advection : true
9+ approximate_linear_solve_iters : 2
10+ max_newton_iters_ode : 3
711edmfx_upwinding : first_order
812edmfx_entr_model : " Generalized"
913edmfx_detr_model : " Generalized"
@@ -21,7 +25,7 @@ y_elem: 2
2125z_elem : 100
2226z_stretch : false
2327perturb_initstate : false
24- dt : " 5secs "
28+ dt : " 50secs "
2529t_end : " 6hours"
2630dt_save_state_to_disk : " 10mins"
2731toml : [toml/prognostic_edmfx.toml]
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ initial_condition: TRMM_LBA
33rad : TRMM_LBA
44surface_setup : TRMM_LBA
55turbconv : prognostic_edmfx
6+ implicit_diffusion : true
7+ implicit_sgs_advection : true
8+ approximate_linear_solve_iters : 2
9+ max_newton_iters_ode : 3
610edmfx_upwinding : first_order
711edmfx_entr_model : " Generalized"
812edmfx_detr_model : " Generalized"
@@ -20,7 +24,7 @@ x_elem: 2
2024y_elem : 2
2125z_elem : 82
2226z_stretch : false
23- dt : 5secs
27+ dt : 50secs
2428t_end : 6hours
2529dt_save_state_to_disk : 10mins
2630FLOAT_TYPE : " Float64"
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ initial_condition: TRMM_LBA
33rad : TRMM_LBA
44surface_setup : TRMM_LBA
55turbconv : prognostic_edmfx
6+ implicit_diffusion : true
7+ implicit_sgs_advection : true
8+ approximate_linear_solve_iters : 2
9+ max_newton_iters_ode : 3
610edmfx_upwinding : first_order
711edmfx_entr_model : " Generalized"
812edmfx_detr_model : " Generalized"
@@ -20,7 +24,7 @@ x_elem: 2
2024y_elem : 2
2125z_elem : 82
2226z_stretch : false
23- dt : 5secs
27+ dt : 50secs
2428t_end : 6hours
2529dt_save_state_to_disk : 10mins
2630FLOAT_TYPE : " Float64"
You can’t perform that action at this time.
0 commit comments