Skip to content

Commit

Permalink
Merge pull request #3213 from CliMA/zs/longrun_dt
Browse files Browse the repository at this point in the history
change aquaplanet longrun timestep again
  • Loading branch information
szy21 authored Jul 21, 2024
2 parents c78d0d2 + 76ac529 commit 078e591
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions config/longrun_configs/amip_target_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ edmfx_nh_pressure: true
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
rayleigh_sponge: true
dt: "90secs"
dt: "120secs"
t_end: "120days"
toml: [toml/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_diagedmf_0M.toml]
toml: [toml/longrun_aquaplanet_diagedmf.toml]
netcdf_output_at_levels: true
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: "90secs"
dt: "120secs"
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: "90secs"
dt: "120secs"
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: "90secs"
dt: "120secs"
t_end: "360days"
h_elem: 16
z_elem: 63
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
rayleigh_sponge: true
dt_save_state_to_disk: "10days"
dt: "90secs"
dt: "120secs"
t_end: "240days"
toml: [toml/longrun_aquaplanet.toml]
toml: [toml/longrun_aquaplanet_diagedmf.toml]
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ edmfx_sgs_mass_flux: false
edmfx_sgs_diffusive_flux: true
rayleigh_sponge: true
dt_save_state_to_disk: "10days"
dt: "90secs"
dt: "120secs"
t_end: "240days"
toml: [toml/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_progedmf_0M.toml]
toml: [toml/longrun_aquaplanet_progedmf.toml]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dt_save_state_to_disk: "10days"
dt: "90secs"
dt: "120secs"
t_end: "360days"
h_elem: 16
z_elem: 63
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ vert_diff: "FriersonDiffusion"
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt_save_state_to_disk: "10days"
dt: "60secs"
dt: "30secs"
t_end: "10days"
toml: [toml/longrun_aquaplanet.toml]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ h_elem: 60
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
dt: "90secs"
dt: "30secs"
t_end: "10days"
initial_condition: "DryBaroclinicWave"
dt_save_state_to_disk: "10days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ h_elem: 60
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
dt: "60secs"
dt: "30secs"
t_end: "30days"
initial_condition: "MoistBaroclinicWave"
moist: "equil"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 078e591

Please sign in to comment.