-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2121: change edmfx advection r=trontrytel a=trontrytel Closes #2106 I wasn't sure if we also want to change the tke advection? 2141: Update dependencies r=charleskawczynski a=charleskawczynski This PR upgrades the dependencies, including ClimaTimeSteppers. The new version fuses some operations, resulting in precision error differences. Co-authored-by: Anna Jaruga <ajaruga@caltech.edu> Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
- Loading branch information
Showing
8 changed files
with
100 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
dt_save_to_disk: "100secs" | ||
job_id: "edmfx_adv_test_box" | ||
initial_condition: "MoistAdiabaticProfileEDMFX" | ||
x_max: 10000.0 | ||
hyperdiff: "true" | ||
z_elem: 45 | ||
dt: "10secs" | ||
t_end: "1000secs" | ||
y_max: 10000.0 | ||
y_elem: 2 | ||
advection_test: true | ||
turbconv: "edmfx" | ||
x_elem: 2 | ||
dz_bottom: 30.0 | ||
ode_algo: "SSP33ShuOsher" | ||
edmfx_upwinding: "first_order" | ||
config: "box" | ||
advection_test: true | ||
kappa_4: 1.0e8 | ||
job_id: "edmfx_adv_test_box" | ||
moist: "equil" | ||
hyperdiff: "true" | ||
kappa_4: 1e8 | ||
x_max: 1e4 | ||
y_max: 1e4 | ||
z_max: 3e4 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 45 | ||
dz_bottom: 30.0 | ||
dt: "10secs" | ||
t_end: "3600secs" | ||
dt_save_to_disk: "100secs" | ||
toml: [toml/edmfx_box_advection.toml] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
127 | ||
128 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[EDMF_surface_area] | ||
alias = "surface_area" | ||
value = 0 | ||
type = "float" | ||
|
||
[EDMF_min_area] | ||
alias = "min_area" | ||
value = 1.0e-2 | ||
type = "float" | ||
description = "Minimum area fraction per updraft. Parameter not described in the literature." |