-
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.
- Loading branch information
1 parent
98bac83
commit 3e30fd8
Showing
22 changed files
with
990 additions
and
34 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
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
21 changes: 21 additions & 0 deletions
21
config/model_configs/box_analytic_cosine_mountain_test.yml
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,21 @@ | ||
config: "box" | ||
FLOAT_TYPE: "Float64" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine3D" | ||
x_max: 300e3 | ||
y_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 30 | ||
y_elem: 30 | ||
z_elem: 100 | ||
z_stretch: false | ||
dt: "8secs" | ||
t_end: "24hours" | ||
use_reference_state: false | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_mountain_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
19 changes: 19 additions & 0 deletions
19
config/model_configs/plane_analytic_cosine_mountain_test.yml
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,19 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float64" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine2D" | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 30 | ||
z_elem: 100 | ||
z_stretch: false | ||
dt: "8secs" | ||
t_end: "24hours" | ||
use_reference_state: false | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_mountain_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
19 changes: 19 additions & 0 deletions
19
config/model_configs/plane_analytic_schar_mountain_test.yml
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,19 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float64" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Schar" | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 300 | ||
z_elem: 100 | ||
z_stretch: false | ||
dt: "0.5secs" | ||
t_end: "24hours" | ||
use_reference_state: false | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_mountain_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
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
Oops, something went wrong.