File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,15 @@ steps:
351
351
artifact_paths : " aquaplanet_rhoe_equil_clearsky_tvinsol_0M_slabocean_ft64/output_active/*"
352
352
agents :
353
353
slurm_mem : 20GB
354
+
355
+ - label : " :computer: aquaplanet for coupler"
356
+ command : >
357
+ julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
358
+ --config_file $CONFIG_PATH/aquaplanet_for_coupler.yml
359
+ --job_id aquaplanet_for_coupler
360
+ artifact_paths : " aquaplanet_for_coupler/output_active/*"
361
+ agents :
362
+ slurm_mem : 20GB
354
363
355
364
- label : " :computer: aquaplanet (ρe_tot) rcemipii with diagnostic edmf"
356
365
command : >
Original file line number Diff line number Diff line change
1
+ z_max : 60000.0
2
+ z_elem : 31
3
+ dz_bottom : 50.0
4
+ dt : " 400secs"
5
+ t_end : " 1days"
6
+ topography : " Earth"
7
+ rayleigh_sponge : true
8
+ implicit_diffusion : true
9
+ approximate_linear_solve_iters : 2
10
+ moist : " equil"
11
+ surface_setup : " DefaultMoninObukhov"
12
+ vert_diff : " DecayWithHeightDiffusion"
13
+ precip_model : " 0M"
14
+ cloud_model : " grid_scale"
15
+ toml : [toml/sphere_aquaplanet.toml]
You can’t perform that action at this time.
0 commit comments