Skip to content

Commit

Permalink
Merge pull request #3505 from CliMA/zs/dycore_paper_mbw
Browse files Browse the repository at this point in the history
change baroclinic wave longrun configuration
  • Loading branch information
szy21 authored Jan 4, 2025
2 parents a9dee47 + 9b899d9 commit c35f959
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ steps:
--config_file $CONFIG_PATH/sphere_held_suarez_rhoe_equilmoist_hightop_sponge.yml
--job_id sphere_held_suarez_rhoe_equilmoist_hightop_sponge
julia --color=yes --project=examples reproducibility_tests/test_mse.jl
julia --color=yes --project=examples reproducibility_tests/test_mse.jl --test_broken_report_flakiness true
--job_id sphere_held_suarez_rhoe_equilmoist_hightop_sponge
--out_dir sphere_held_suarez_rhoe_equilmoist_hightop_sponge/output_active
artifact_paths: "sphere_held_suarez_rhoe_equilmoist_hightop_sponge/output_active/*"
Expand Down
3 changes: 2 additions & 1 deletion config/longrun_configs/longrun_dry_baroclinic_wave.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
h_elem: 30
z_elem: 63
z_elem: 43
dz_bottom: 30.0
dt: "90secs"
t_end: "120days"
ode_algo: ARS343
initial_condition: "DryBaroclinicWave"
dt_save_state_to_disk: "10days"
diagnostics:
Expand Down
7 changes: 4 additions & 3 deletions config/longrun_configs/longrun_dry_baroclinic_wave_he60.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
h_elem: 60
z_elem: 63
z_elem: 43
dz_bottom: 30.0
dt: "30secs"
t_end: "10days"
t_end: "30days"
ode_algo: ARS343
initial_condition: "DryBaroclinicWave"
dt_save_state_to_disk: "10days"
netcdf_interpolation_num_points: [360, 180, 2]
netcdf_interpolation_num_points: [1440, 720, 2]
diagnostics:
- short_name: [pfull, wa, va, rv, ke]
period: 1days
3 changes: 2 additions & 1 deletion config/longrun_configs/longrun_moist_baroclinic_wave.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
h_elem: 30
z_elem: 63
z_elem: 43
dz_bottom: 30.0
dt: "90secs"
t_end: "120days"
ode_algo: ARS343
initial_condition: "MoistBaroclinicWave"
moist: "equil"
precip_model: "0M"
Expand Down
5 changes: 3 additions & 2 deletions config/longrun_configs/longrun_moist_baroclinic_wave_he60.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
h_elem: 60
z_elem: 63
z_elem: 43
dz_bottom: 30.0
dt: "30secs"
t_end: "30days"
ode_algo: ARS343
initial_condition: "MoistBaroclinicWave"
moist: "equil"
precip_model: "0M"
dt_save_state_to_disk: "10days"
netcdf_interpolation_num_points: [360, 180, 2]
netcdf_interpolation_num_points: [720, 360, 2]
diagnostics:
- short_name: [pfull, wa, va, rv, hus, ke]
period: 1days
5 changes: 5 additions & 0 deletions docs/src/longruns.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ longrun_dry_baroclinic_wave
Dry baroclinic wave. Test the dry dycore initial value problem.
```
```
longrun_dry_baroclinic_wave_he60
Dry baroclinic wave with a higher resolution.
```
```
longrun_moist_baroclinic_wave
Moist baroclinic wave. Test the moist dycore initial value problem.
Expand Down

0 comments on commit c35f959

Please sign in to comment.