Skip to content

Commit

Permalink
use the same dt for longruns
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jul 17, 2024
1 parent 2202823 commit 204b5ba
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_allsky_0M.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dt_save_state_to_disk: "10days"
dt: "120secs"
dt: "100secs"
t_end: "360days"
h_elem: 16
z_elem: 63
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dt_save_state_to_disk: "10days"
dt: "120secs"
dt: "100secs"
rad: "allskywithclear"
dt_rad: "6hours"
t_end: "360days"
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_allsky_1M.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dt: "120secs"
dt: "100secs"
t_end: "360days"
h_elem: 16
z_elem: 63
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dt_save_state_to_disk: "10days"
dt: "150secs"
dt: "100secs"
t_end: "360days"
h_elem: 16
z_elem: 63
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_dry_baroclinic_wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ h_elem: 30
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
dt: "200secs"
dt: "100secs"
t_end: "120days"
initial_condition: "DryBaroclinicWave"
dt_save_state_to_disk: "10days"
Expand Down
4 changes: 2 additions & 2 deletions config/longrun_configs/longrun_dry_held_suarez.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ z_elem: 63
z_max: 55000.0
dz_bottom: 30.0
dz_top: 3000.0
dt: "200secs"
t_end: "300days"
dt: "100secs"
t_end: "360days"
forcing: "held_suarez"
rayleigh_sponge: true
dt_save_state_to_disk: "10days"
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_moist_baroclinic_wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ h_elem: 30
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
dt: "180secs"
dt: "100secs"
t_end: "120days"
initial_condition: "MoistBaroclinicWave"
moist: "equil"
Expand Down
4 changes: 2 additions & 2 deletions config/longrun_configs/longrun_moist_held_suarez.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ z_elem: 63
z_max: 55000.0
dz_bottom: 30.0
dz_top: 3000.0
dt: "120secs"
t_end: "300days"
dt: "100secs"
t_end: "360days"
moist: "equil"
precip_model: "0M"
vert_diff: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ z_max: 55000.0
dz_bottom: 30.0
dz_top: 3000.0
dt: "100secs"
t_end: "300days"
t_end: "360days"
deep_atmosphere: true
moist: "equil"
precip_model: "0M"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dt_save_state_to_disk: "10days"
dt: "150secs"
t_end: "300days"
dt: "100secs"
t_end: "360days"
h_elem: 30
z_elem: 63
dz_bottom: 30.0
Expand Down

0 comments on commit 204b5ba

Please sign in to comment.