Skip to content

Commit c727bbf

Browse files
committed
Add a longrun with EDOnlyEDMFX
Also to be used in coupler
1 parent fb93e5d commit c727bbf

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

.buildkite/longruns_gpu/pipeline.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,17 @@ steps:
214214
CLIMACOMMS_DEVICE: "CUDA"
215215
JOB_NAME: "amip_target_diagedmf"
216216

217+
- label: ":computer: amip target edonly edmf"
218+
command:
219+
- srun julia --color=yes --project=.buildkite .buildkite/ci_driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
220+
artifact_paths: "$$JOB_NAME/output_active/*"
221+
agents:
222+
slurm_gpus: 1
223+
slurm_time: 24:00:00
224+
env:
225+
CLIMACOMMS_DEVICE: "CUDA"
226+
JOB_NAME: "amip_target_edonly"
227+
217228
# - group: "Experimental long runs"
218229

219230
# steps:
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
h_elem: 16
2+
z_max: 60000.0
3+
z_elem: 63
4+
dz_bottom: 30.0
5+
deep_atmosphere: false
6+
rayleigh_sponge: true
7+
viscous_sponge: true
8+
dt_save_to_sol: "10days"
9+
dt_save_state_to_disk: "20days"
10+
moist: "equil"
11+
cloud_model: "quadrature"
12+
precip_model: "0M"
13+
rad: "allskywithclear"
14+
dt_rad: "1hours"
15+
dt_cloud_fraction: "1hours"
16+
insolation: "timevarying"
17+
co2_model: maunaloa
18+
prescribe_ozone: true
19+
aerosol_radiation: true
20+
edmfx_sgs_diffusive_flux: true
21+
prescribed_aerosols: ["CB1", "CB2", "DST01", "DST02", "DST03", "DST04", "DST05", "OC1", "OC2", "SO4", "SSLT01", "SSLT02", "SSLT03", "SSLT04", "SSLT05"]
22+
surface_setup: "DefaultMoninObukhov"
23+
turbconv: "edonly_edmfx"
24+
implicit_diffusion: true
25+
approximate_linear_solve_iters: 2
26+
dt: "120secs"
27+
t_end: "120days"
28+
toml: [toml/longrun_aquaplanet_edonly.toml]
29+
netcdf_output_at_levels: true
30+
diagnostics:
31+
- short_name: [mmrso4, mmrdust, mmrss, o3]
32+
reduction_time: average
33+
period: "1months"

toml/longrun_aquaplanet_edonly.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[zd_rayleigh]
2+
value = 40000.0
3+
4+
[zd_viscous]
5+
value = 40000.0
6+
7+
[precipitation_timescale]
8+
value = 600

0 commit comments

Comments
 (0)