Skip to content

Commit

Permalink
Merge pull request #3208 from CliMA/zs/longrun_dt
Browse files Browse the repository at this point in the history
change longrun dt to 90 secs
  • Loading branch information
szy21 authored Jul 19, 2024
2 parents 6cd42b1 + 7a1e4b0 commit bf25448
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ss_1process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ approximate_linear_solve_iters: 2
dt_cloud_fraction: 1hours
surface_setup: DefaultMoninObukhov
rayleigh_sponge: true
dt: 100secs
dt: "90secs"
t_end: 12hours
toml: [toml/longrun_aquaplanet.toml]
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ss_2process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ implicit_diffusion: true
approximate_linear_solve_iters: 2
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt: "100secs"
dt: "90secs"
t_end: "12hours"
toml: [toml/longrun_aquaplanet.toml]
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ss_4process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ implicit_diffusion: true
approximate_linear_solve_iters: 2
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt: "100secs"
dt: "90secs"
t_end: "12hours"
toml: [toml/longrun_aquaplanet.toml]
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ws_1process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ implicit_diffusion: true
approximate_linear_solve_iters: 2
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt: "100secs"
dt: "90secs"
t_end: "12hours"
toml: [toml/longrun_aquaplanet.toml]
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ws_2process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ implicit_diffusion: true
approximate_linear_solve_iters: 2
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt: "100secs"
dt: "90secs"
t_end: "12hours"
toml: [toml/longrun_aquaplanet.toml]
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond_ws_4process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ implicit_diffusion: true
approximate_linear_solve_iters: 2
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt: "100secs"
dt: "90secs"
t_end: "12hours"
toml: [toml/longrun_aquaplanet.toml]
2 changes: 1 addition & 1 deletion config/gpu_configs/gpu_hs_rhoe_equil_55km_nz63_0M.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
dt: "100secs"
dt: "90secs"
t_end: "1days"
h_elem: 30
z_elem: 63
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dt_save_state_to_disk: "Inf"
dt_save_to_sol: "Inf"
output_default_diagnostics: false
dt: "100secs"
dt: "90secs"
t_end: "1days"
h_elem: 30
z_elem: 63
Expand Down
2 changes: 1 addition & 1 deletion config/gpu_configs/target_gpu_implicit_baroclinic_wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ t_end: "1days"
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
dt: "150secs"
dt: "90secs"
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ t_end: "1days"
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
dt: "150secs"
dt: "90secs"
2 changes: 1 addition & 1 deletion 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: "100secs"
dt: "90secs"
t_end: "120days"
toml: [toml/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_diagedmf_0M.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: "100secs"
dt: "90secs"
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: "100secs"
dt: "90secs"
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: "100secs"
dt: "90secs"
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: "100secs"
dt: "90secs"
t_end: "240days"
toml: [toml/longrun_aquaplanet.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: "100secs"
dt: "90secs"
t_end: "240days"
toml: [toml/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_progedmf_0M.toml]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dt_save_state_to_disk: "10days"
dt: "100secs"
dt: "90secs"
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: "50secs"
dt: "90secs"
t_end: "10days"
toml: [toml/longrun_aquaplanet.toml]
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: "100secs"
dt: "90secs"
t_end: "120days"
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: "100secs"
dt: "90secs"
t_end: "10days"
initial_condition: "DryBaroclinicWave"
dt_save_state_to_disk: "10days"
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_dry_held_suarez.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ z_elem: 63
z_max: 55000.0
dz_bottom: 30.0
dz_top: 3000.0
dt: "100secs"
dt: "90secs"
t_end: "360days"
forcing: "held_suarez"
rayleigh_sponge: true
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: "100secs"
dt: "90secs"
t_end: "120days"
initial_condition: "MoistBaroclinicWave"
moist: "equil"
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: "100secs"
dt: "90secs"
t_end: "30days"
initial_condition: "MoistBaroclinicWave"
moist: "equil"
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_moist_held_suarez.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ z_elem: 63
z_max: 55000.0
dz_bottom: 30.0
dz_top: 3000.0
dt: "100secs"
dt: "90secs"
t_end: "360days"
moist: "equil"
precip_model: "0M"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ z_elem: 63
z_max: 55000.0
dz_bottom: 30.0
dz_top: 3000.0
dt: "100secs"
dt: "90secs"
t_end: "360days"
deep_atmosphere: true
moist: "equil"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dt_save_state_to_disk: "10days"
dt: "100secs"
dt: "90secs"
t_end: "360days"
h_elem: 30
z_elem: 63
Expand Down
2 changes: 1 addition & 1 deletion config/model_configs/aquaplanet_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
cloud_model: diagnostic_edmfx
precip_model: 0M
dt: 100secs
dt: 90secs
t_end: 12hours
toml: [toml/diagnostic_edmfx.toml]
ode_algo: ARS343
2 changes: 1 addition & 1 deletion config/model_configs/gpu_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ implicit_diffusion: true
approximate_linear_solve_iters: 2
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt: "100secs"
dt: "90secs"
t_end: "8hours"
aerosol_radiation: true
prescribed_aerosols: ["CB1", "CB2", "DST01", "DST02", "DST03", "DST04", "OC1", "OC2", "SO4", "SOA", "SSLT01", "SSLT02", "SSLT03", "SSLT04"]
Expand Down

0 comments on commit bf25448

Please sign in to comment.