Skip to content

Commit

Permalink
Merge pull request #2624 from CliMA/zs/longrun
Browse files Browse the repository at this point in the history
add atmos-only target amip run
  • Loading branch information
szy21 authored Feb 2, 2024
2 parents 24d6e4e + c295760 commit e412c39
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,18 @@ steps:
slurm_time: 24:00:00
env:
JOB_NAME: "longrun_aquaplanet_amip"

- group: "atmos-only coupler runs"

steps:

- label: ":computer: amip target diagnostic edmf"
command:
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml
artifact_paths: "$$JOB_NAME/*"
agents:
slurm_ntasks: 64
slurm_mem_per_cpu: 20GB
slurm_time: 24:00:00
env:
JOB_NAME: "amip_target_diagedmf"
39 changes: 39 additions & 0 deletions config/longrun_configs/amip_target_diagedmf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
dt_save_to_sol: "10days"
dt_save_state_to_disk: "20days"
h_elem: 16
z_max: 55000.0
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
moist: "equil"
precip_model: "0M"
override_τ_precip: false
rad: "allskywithclear"
dt_rad: "1hours"
dt_cloud_fraction: "1hours"
idealized_insolation: false
surface_setup: "DefaultMoninObukhov"
turbconv: "diagnostic_edmfx"
implicit_diffusion: true
approximate_linear_solve_iters: 2
prognostic_tke: true
edmfx_upwinding: "first_order"
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
edmfx_nh_pressure: true
edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
rayleigh_sponge: true
dt: "100secs"
t_end: "40days"
job_id: "amip_target_diagedmf"
toml: [toml/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_diagedmf_0M.toml]
netcdf_output_at_levels: true
output_default_diagnostics: false
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hfes, hur, hus, cl, clw, cli, evspsbl, pr, rsd, rsu, rld, rlu]
reduction_time: average
period: 1days
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke, lmix]
reduction_time: average
period: 1days

0 comments on commit e412c39

Please sign in to comment.