-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update init topography profile + config file
modified: src/initial_conditions/initial_conditions.jl modified: src/solver/type_getters.jl modified: src/topography/topography.jl + Hughes2023 testcase
- Loading branch information
1 parent
09706c3
commit c37a34d
Showing
6 changed files
with
199 additions
and
1 deletion.
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
16 changes: 16 additions & 0 deletions
16
config/model_configs/sphere_baroclinic_wave_rhoe_hughes2023.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,16 @@ | ||
dt_save_state_to_disk: "2days" | ||
initial_condition: "DryHughes2023BaroclinicWave" | ||
topography: "Hughes2023" | ||
topo_smoothing: false | ||
implicit_diffusion: true | ||
approximate_linear_solve_iters: 2 | ||
dt: "400secs" | ||
t_end: "10days" | ||
vert_diff: "FriersonDiffusion" | ||
job_id: "sphere_baroclinic_wave_rhoe_hughes2023" | ||
diagnostics: | ||
- short_name: [pfull, wa, va, rv, ke] | ||
period: 1days | ||
- short_name: [pfull, wa, va, rv, ke] | ||
period: 1days | ||
writer: h5 |
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