-
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
adc75ce
commit e0e974a
Showing
24 changed files
with
569 additions
and
154 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
config/model_configs/box_analytic_cosine_hills_float32_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,20 @@ | ||
config: "box" | ||
FLOAT_TYPE: "Float32" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine3D" | ||
x_max: 300e3 | ||
y_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
y_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
dt: "12secs" | ||
t_end: "4days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
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
21 changes: 21 additions & 0 deletions
21
config/model_configs/box_analytic_no_topography_float32_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: "Float32" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine3D" | ||
x_max: 300e3 | ||
y_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
y_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "4days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
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
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: 15 | ||
y_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "4days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
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
21 changes: 21 additions & 0 deletions
21
config/model_configs/extruded_plane_analytic_no_topography_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: "Cosine2D" | ||
x_max: 300e3 | ||
y_max: 40e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
y_elem: 2 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "6days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
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
18 changes: 18 additions & 0 deletions
18
config/model_configs/plane_analytic_cosine_hills_high_top_long_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,18 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float64" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine2D" | ||
x_max: 300e3 | ||
z_max: 84e3 | ||
x_elem: 15 | ||
z_elem: 200 | ||
z_stretch: false | ||
dt: "12secs" | ||
t_end: "100days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
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
18 changes: 18 additions & 0 deletions
18
config/model_configs/plane_analytic_cosine_hills_strong_sponge_long_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,18 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float64" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine2D" | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
dt: "12secs" | ||
t_end: "100days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_strong_sponge_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
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
18 changes: 18 additions & 0 deletions
18
config/model_configs/plane_analytic_cosine_hills_weak_sponge_long_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,18 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float64" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine2D" | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
dt: "12secs" | ||
t_end: "100days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_weak_sponge_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
period: 1hours |
19 changes: 19 additions & 0 deletions
19
config/model_configs/plane_analytic_no_topography_float32_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: "Float32" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine2D" | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "10days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
period: 1hours |
19 changes: 19 additions & 0 deletions
19
config/model_configs/plane_analytic_no_topography_long_float32_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: "Float32" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine2D" | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "100days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
period: 1hours |
19 changes: 19 additions & 0 deletions
19
config/model_configs/plane_analytic_no_topography_long_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: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "100days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
period: 1hours |
20 changes: 20 additions & 0 deletions
20
config/model_configs/plane_analytic_no_topography_no_hyperdiff_long_float32_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,20 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float32" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine2D" | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "100days" | ||
hyperdiff: false | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
period: 1hours |
20 changes: 20 additions & 0 deletions
20
config/model_configs/plane_analytic_no_topography_no_hyperdiff_long_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,20 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float64" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Cosine2D" | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "100days" | ||
hyperdiff: false | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
period: 1hours |
19 changes: 19 additions & 0 deletions
19
config/model_configs/plane_analytic_no_topography_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: 15 | ||
z_elem: 50 | ||
z_stretch: false | ||
max_topography_height: 0 | ||
dt: "12secs" | ||
t_end: "10days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
analytic_check: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror, c1error, c3error] | ||
period: 1hours |
Oops, something went wrong.