Skip to content

Commit 0ca8fbd

Browse files
authored
Merge pull request #3778 from CliMA/oa/noneq_ci
add nonequil aquaplanet test to ci
2 parents 875f71c + 94d592f commit 0ca8fbd

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,15 @@ steps:
588588
agents:
589589
slurm_mem: 20GB
590590

591+
- label: ":man_in_business_suit_levitating: AMIP Target EDOnly nonequil"
592+
command: >
593+
julia --color=yes --project=.buildkite .buildkite/ci_driver.jl
594+
--config_file $CONFIG_PATH/amip_target_edonly_nonequil.yml
595+
--job_id amip_target_edonly_nonequil
596+
artifact_paths: "amip_target_edonly_nonequil/output_active/*"
597+
agents:
598+
slurm_mem: 20GB
599+
591600
- group: "Diagnostic EDMFX"
592601
steps:
593602

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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_state_to_disk: "30days"
9+
cloud_model: "grid_scale"
10+
moist: "nonequil"
11+
precip_model: "1M"
12+
rad: "allskywithclear"
13+
dt_rad: "1hours"
14+
dt_cloud_fraction: "1hours"
15+
insolation: "timevarying"
16+
co2_model: maunaloa
17+
prescribe_ozone: true
18+
aerosol_radiation: true
19+
edmfx_sgs_diffusive_flux: true
20+
prescribed_aerosols: ["CB1", "CB2", "DST01", "DST02", "DST03", "DST04", "DST05", "OC1", "OC2", "SO4", "SSLT01", "SSLT02", "SSLT03", "SSLT04", "SSLT05"]
21+
surface_setup: "DefaultMoninObukhov"
22+
turbconv: "edonly_edmfx"
23+
implicit_diffusion: true
24+
approximate_linear_solve_iters: 2
25+
dt: "120secs"
26+
t_end: "30mins"
27+
toml: [toml/short_aquaplanet_nonequil.toml]
28+
diagnostics:
29+
- short_name: [ta, ua, wa, va, rhoa, hur, hus, hussn, husra, clw, cli]
30+
period: 1hours
31+
netcdf_output_at_levels: true

toml/short_aquaplanet_nonequil.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[condensation_evaporation_timescale]
2+
value = 1200
3+
4+
[sublimation_deposition_timescale]
5+
value = 1200
6+
7+
[tracer_vertical_diffusion_factor]
8+
value = 0
9+
10+
[snow_autoconversion_timescale]
11+
value = 1e4
12+
13+
[rain_autoconversion_timescale]
14+
value = 150
15+
16+
[zd_rayleigh]
17+
value = 40000.0
18+
19+
[zd_viscous]
20+
value = 40000.0
21+
22+
[precipitation_timescale]
23+
value = 120

0 commit comments

Comments
 (0)