Skip to content

Commit

Permalink
change baroclinic wave longrun configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jan 3, 2025
1 parent b421913 commit cca676a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
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 cca676a

Please sign in to comment.