-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add topography option to support Hughes2023 double-mountain config #2941
base: main
Are you sure you want to change the base?
Conversation
eddced1
to
69d95de
Compare
180b5ed
to
9cda4f1
Compare
What's the status of this PR? |
0a3e176
to
f3fbea7
Compare
c37a34d
to
6e0d534
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I didn't read the detailed initial condition and topography. Here are some comments on the setup and code structure.
config/model_configs/sphere_baroclinic_wave_rhoe_hughes2023.yml
Outdated
Show resolved
Hide resolved
config/model_configs/sphere_baroclinic_wave_rhoe_hughes2023.yml
Outdated
Show resolved
Hide resolved
.buildkite/pipeline.yml
Outdated
@@ -380,6 +380,13 @@ steps: | |||
--config_file $CONFIG_PATH/sphere_baroclinic_wave_rhoe_topography_dcmip_rs.yml | |||
--job_id sphere_baroclinic_wave_rhoe_topography_dcmip_rs | |||
artifact_paths: "sphere_baroclinic_wave_rhoe_topography_dcmip_rs/output_active/*" | |||
|
|||
- label: ":computer: baroclinic wave (ρe) topography (hughes2023)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we remove the dcmip case?
ccadaef
to
b985e96
Compare
@@ -0,0 +1,16 @@ | |||
dt_save_state_to_disk: "2days" | |||
initial_condition: "DryBaroclinicWave" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be MoistBaroclinicWave? Also are the initial condition exactly the same, or is there any perturbation related to topography?
b985e96
to
8e5886c
Compare
modified: src/initial_conditions/initial_conditions.jl modified: src/solver/type_getters.jl modified: src/topography/topography.jl + Hughes2023 testcase
ca50bf4
to
d6261b0
Compare
No description provided.