-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests and plots for steady-state velocity
- Loading branch information
1 parent
9f08f8e
commit 6dd993b
Showing
35 changed files
with
1,294 additions
and
1,147 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,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] | ||
check_steady_state: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
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 | ||
dt: "12secs" | ||
t_end: "4days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
20 changes: 20 additions & 0 deletions
20
config/model_configs/extruded_plane_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: "Cosine2D" | ||
x_max: 300e3 | ||
y_max: 40e3 | ||
z_max: 21e3 | ||
x_elem: 15 | ||
y_elem: 2 | ||
z_elem: 50 | ||
z_stretch: false | ||
dt: "12secs" | ||
t_end: "5days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
20 changes: 20 additions & 0 deletions
20
config/model_configs/extruded_plane_cosine_hills_float64_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: "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 | ||
dt: "12secs" | ||
t_end: "5days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
18 changes: 18 additions & 0 deletions
18
config/model_configs/plane_agnesi_mountain_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,18 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float32" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Agnesi" | ||
x_max: 100e3 | ||
z_max: 21e3 | ||
x_elem: 100 | ||
z_elem: 100 | ||
z_stretch: false | ||
dt: "0.1secs" | ||
t_end: "15hours" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
18 changes: 18 additions & 0 deletions
18
config/model_configs/plane_agnesi_mountain_float64_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: "Agnesi" | ||
x_max: 100e3 | ||
z_max: 21e3 | ||
x_elem: 100 | ||
z_elem: 100 | ||
z_stretch: false | ||
dt: "0.1secs" | ||
t_end: "15hours" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: 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
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 | ||
nh_poly: 2 | ||
dt: "12secs" | ||
t_end: "50days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: 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
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 | ||
nh_poly: 2 | ||
dt: "12secs" | ||
t_end: "50days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: 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_cosine_hills_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: 100 | ||
z_elem: 50 | ||
z_stretch: false | ||
nh_poly: 2 | ||
dt: "1secs" | ||
t_end: "5days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: 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_cosine_hills_long_float64_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: 100 | ||
z_elem: 50 | ||
z_stretch: false | ||
nh_poly: 2 | ||
dt: "1secs" | ||
t_end: "5days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
20 changes: 20 additions & 0 deletions
20
config/model_configs/plane_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,20 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float32" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "NoWarp" | ||
discrete_hydrostatic_balance: true | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 3 | ||
z_elem: 50 | ||
z_stretch: false | ||
nh_poly: 2 | ||
dt: "5secs" | ||
t_end: "40days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
20 changes: 20 additions & 0 deletions
20
config/model_configs/plane_no_topography_long_float64_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: "NoWarp" | ||
discrete_hydrostatic_balance: true | ||
x_max: 300e3 | ||
z_max: 21e3 | ||
x_elem: 3 | ||
z_elem: 50 | ||
z_stretch: false | ||
nh_poly: 2 | ||
dt: "5secs" | ||
t_end: "40days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
18 changes: 18 additions & 0 deletions
18
config/model_configs/plane_schar_mountain_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,18 @@ | ||
config: "plane" | ||
FLOAT_TYPE: "Float32" | ||
initial_condition: "ConstantBuoyancyFrequencyProfile" | ||
topography: "Schar" | ||
x_max: 100e3 | ||
z_max: 21e3 | ||
x_elem: 100 | ||
z_elem: 100 | ||
z_stretch: false | ||
dt: "0.1secs" | ||
t_end: "12hours" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
18 changes: 18 additions & 0 deletions
18
config/model_configs/plane_schar_mountain_float64_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: "Schar" | ||
x_max: 100e3 | ||
z_max: 21e3 | ||
x_elem: 100 | ||
z_elem: 100 | ||
z_stretch: false | ||
dt: "0.1secs" | ||
t_end: "12hours" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: 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_schar_mountain_stretched_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: "Schar" | ||
x_max: 100e3 | ||
z_max: 21e3 | ||
x_elem: 100 | ||
z_elem: 100 | ||
dz_bottom: 50 | ||
dz_top: 1000 | ||
dt: "0.5secs" | ||
t_end: "3days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: 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_schar_mountain_stretched_float64_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: 100e3 | ||
z_max: 21e3 | ||
x_elem: 100 | ||
z_elem: 100 | ||
dz_bottom: 50 | ||
dz_top: 1000 | ||
dt: "0.5secs" | ||
t_end: "3days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: 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_schar_mountain_stretched_high_res_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: "Schar" | ||
x_max: 100e3 | ||
z_max: 21e3 | ||
x_elem: 100 | ||
z_elem: 200 | ||
dz_bottom: 50 | ||
dz_top: 1000 | ||
dt: "0.25secs" | ||
t_end: "1days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: 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_schar_mountain_stretched_high_res_float64_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: 100e3 | ||
z_max: 21e3 | ||
x_elem: 100 | ||
z_elem: 200 | ||
dz_bottom: 50 | ||
dz_top: 1000 | ||
dt: "0.25secs" | ||
t_end: "1days" | ||
rayleigh_sponge: true | ||
toml: [toml/analytic_topography_test.toml] | ||
check_steady_state: true | ||
output_default_diagnostics: false | ||
diagnostics: | ||
- short_name: [orog, ua, wa, uapredicted, wapredicted, uaerror, waerror] | ||
period: 1hours |
Oops, something went wrong.