Skip to content

Commit

Permalink
Merge pull request #3630 from CliMA/zs/coupled_config
Browse files Browse the repository at this point in the history
add simple atmos config for coupled simulation
  • Loading branch information
szy21 authored Feb 14, 2025
2 parents bc29d9f + f51c124 commit b1ce1dc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,15 @@ steps:
artifact_paths: "aquaplanet_rhoe_equil_clearsky_tvinsol_0M_slabocean_ft64/output_active/*"
agents:
slurm_mem: 20GB

- label: ":computer: aquaplanet for coupler"
command: >
julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
--config_file $CONFIG_PATH/aquaplanet_for_coupler.yml
--job_id aquaplanet_for_coupler
artifact_paths: "aquaplanet_for_coupler/output_active/*"
agents:
slurm_mem: 20GB

- label: ":computer: aquaplanet (ρe_tot) rcemipii with diagnostic edmf"
command: >
Expand Down
15 changes: 15 additions & 0 deletions config/model_configs/aquaplanet_for_coupler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
z_max: 60000.0
z_elem: 31
dz_bottom: 50.0
dt: "400secs"
t_end: "1days"
topography: "Earth"
rayleigh_sponge: true
implicit_diffusion: true
approximate_linear_solve_iters: 2
moist: "equil"
surface_setup: "DefaultMoninObukhov"
vert_diff: "DecayWithHeightDiffusion"
precip_model: "0M"
cloud_model: "grid_scale"
toml: [toml/sphere_aquaplanet.toml]

0 comments on commit b1ce1dc

Please sign in to comment.