Skip to content

Commit

Permalink
Merge pull request #2531 from CliMA/zs/longrun
Browse files Browse the repository at this point in the history
modify some configs
  • Loading branch information
szy21 authored Jan 17, 2024
2 parents fa3a073 + 9bc289e commit f1f7420
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 14 deletions.
2 changes: 2 additions & 0 deletions config/default_configs/default_perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ dt: "1secs"
surface_setup: "DefaultExchangeCoefficients"
t_end: "10secs"
vert_diff: "true"
implicit_diffusion: true
approximate_linear_solve_iters: 2
h_elem: 12
forcing: "held_suarez"
precip_model: "0M"
Expand Down
1 change: 0 additions & 1 deletion config/gpu_configs/gpu_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ rayleigh_sponge: true
dt_save_state_to_disk: "3hours"
dt: "50secs"
t_end: "1days"
FLOAT_TYPE: "Float32"
job_id: "gpu_aquaplanet_dyamond"
toml: [toml/longrun_aquaplanet_dyamond.toml]
7 changes: 4 additions & 3 deletions config/longrun_configs/longrun_aquaplanet_amip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ idealized_insolation: false
dt_rad: "1hours"
surface_setup: "DefaultMoninObukhov"
turbconv: "diagnostic_edmfx"
implicit_diffusion: true
approximate_linear_solve_iters: 2
prognostic_tke: true
edmfx_upwinding: "first_order"
edmfx_entr_model: "Generalized"
Expand All @@ -20,9 +22,8 @@ edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
rayleigh_sponge: true
dt_save_state_to_disk: "1days"
dt: "50secs"
t_end: "10days"
FLOAT_TYPE: "Float32"
dt: "100secs"
t_end: "30days"
job_id: "longrun_aquaplanet_amip"
toml: [toml/longrun_aquaplanet_amip.toml]
output_default_diagnostics: false
Expand Down
1 change: 0 additions & 1 deletion config/longrun_configs/longrun_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ rayleigh_sponge: true
dt_save_state_to_disk: "3hours"
dt: "50secs"
t_end: "1days"
FLOAT_TYPE: "Float32"
job_id: "longrun_aquaplanet_dyamond"
toml: [toml/longrun_aquaplanet_dyamond.toml]
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FLOAT_TYPE: "Float32"
dt_save_state_to_disk: "10days"
dt: "150secs"
t_end: "300days"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FLOAT_TYPE: "Float32"
dt_save_state_to_disk: "10days"
dt: "40secs"
t_end: "200days"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FLOAT_TYPE: "Float32"
dt_save_to_disk: "10days"
dt: "150secs"
t_end: "100days"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FLOAT_TYPE: "Float32"
dt_save_state_to_disk: "10days"
t_end: "100days"
moist: "equil"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ h_elem: 16
use_reference_state: false
vorticity_hyperdiffusion_coefficient: 4.0
scalar_hyperdiffusion_coefficient: 4.0
FLOAT_TYPE: "Float32"
precip_model: "0M"
topography: "Earth"
dt_save_to_sol: "10days"
Expand Down
8 changes: 5 additions & 3 deletions config/model_configs/diagnostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
job_id: diagnostic_edmfx_aquaplanet
surface_setup: DefaultExchangeCoefficients
rad: gray
surface_setup: DefaultMoninObukhov
rad: clearsky
turbconv: diagnostic_edmfx
implicit_diffusion: true
approximate_linear_solve_iters: 2
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
Expand All @@ -12,7 +14,7 @@ edmfx_sgs_diffusive_flux: true
moist: equil
precip_model: 0M
override_τ_precip: false
dt: 50secs
dt: 100secs
t_end: 1hours
dt_save_state_to_disk: 600secs
toml: [toml/diagnostic_edmfx_trmm_box.toml]
1 change: 1 addition & 0 deletions config/perf_configs/flame_perf_target_threaded.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
job_id: "flame_perf_target_threaded"
implicit_diffusion: false
1 change: 1 addition & 0 deletions config/perf_configs/flame_perf_target_tracers.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
job_id: "flame_perf_target_tracers"
perf_mode: "PerfExperimental"
implicit_diffusion: false
1 change: 1 addition & 0 deletions config/perf_configs/jet_n_failures.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
job_id: "jet_n_failures"
implicit_diffusion: false
2 changes: 1 addition & 1 deletion perf/flame.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ allocs_limit["flame_perf_diagnostics"] = 26_645_600
allocs_limit["flame_perf_target_diagnostic_edmfx"] = 1415848
allocs_limit["flame_sphere_baroclinic_wave_rhoe_equilmoist_expvdiff"] =
4_018_252_656
allocs_limit["flame_perf_target_frierson"] = 8030507312
allocs_limit["flame_perf_target_frierson"] = 8030551088
allocs_limit["flame_perf_target_threaded"] = 1_276_864
allocs_limit["flame_perf_target_callbacks"] = 386_584
allocs_limit["flame_perf_gw"] = 3268961856
Expand Down

0 comments on commit f1f7420

Please sign in to comment.