Skip to content

Commit b1ce1dc

Browse files
authored
Merge pull request #3630 from CliMA/zs/coupled_config
add simple atmos config for coupled simulation
2 parents bc29d9f + f51c124 commit b1ce1dc

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,15 @@ steps:
351351
artifact_paths: "aquaplanet_rhoe_equil_clearsky_tvinsol_0M_slabocean_ft64/output_active/*"
352352
agents:
353353
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
354363

355364
- label: ":computer: aquaplanet (ρe_tot) rcemipii with diagnostic edmf"
356365
command: >
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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]

0 commit comments

Comments
 (0)