Skip to content

Commit 866c94a

Browse files
authored
Merge pull request #4132 from CliMA/sa/improve_stability
add Jacobain elements for du3^j_err_dq^j and drhoa_err_dq^j
2 parents 590abec + c45833a commit 866c94a

File tree

5 files changed

+210
-189
lines changed

5 files changed

+210
-189
lines changed

config/model_configs/prognostic_edmfx_rico_implicit_column.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tracer_upwinding: first_order
77
implicit_diffusion: true
88
implicit_sgs_advection: true
99
implicit_sgs_entr_detr: true
10-
implicit_nh_pressure: true
10+
implicit_sgs_nh_pressure: true
1111
implicit_sgs_vertdiff: true
1212
implicit_sgs_mass_flux: true
1313
approximate_linear_solve_iters: 2
@@ -31,7 +31,7 @@ y_elem: 2
3131
z_elem: 100
3232
z_stretch: false
3333
perturb_initstate: false
34-
dt: "60secs"
34+
dt: "80secs"
3535
t_end: "24hours"
3636
dt_save_state_to_disk: "60mins"
3737
toml: [toml/prognostic_edmfx_1M.toml]

config/model_configs/prognostic_edmfx_trmm_implicit_column.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tracer_upwinding: first_order
77
implicit_diffusion: true
88
implicit_sgs_advection: true
99
implicit_sgs_entr_detr: true
10-
implicit_nh_pressure: true
10+
implicit_sgs_nh_pressure: true
1111
implicit_sgs_vertdiff: true
1212
implicit_sgs_mass_flux: true
1313
approximate_linear_solve_iters: 2
@@ -31,7 +31,7 @@ x_elem: 2
3131
y_elem: 2
3232
z_elem: 82
3333
z_stretch: false
34-
dt: 50secs
34+
dt: 150secs
3535
t_end: 12hours
3636
dt_save_state_to_disk: 60mins
3737
toml: [toml/prognostic_edmfx_1M.toml]

reproducibility_tests/ref_counter.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
277
1+
278
22

33
# **README**
44
#
@@ -20,6 +20,9 @@
2020

2121

2222
#=
23+
278
24+
- Add ∂/∂q elements to Jacobian
25+
2326
277
2427
- Update to use [email protected]. Supports Charnock-parameterization for aerodynamic roughness (default is still user-prescribed ScalarRoughness). SurfaceFluxes catch for neutrally-stable boundary layers (ζ ≈ 0) removed.
2528

0 commit comments

Comments
 (0)