Skip to content

Commit

Permalink
modified: .buildkite/pipeline.yml
Browse files Browse the repository at this point in the history
	new file:   config/model_configs/aquaplanet_rhoe_equil_clearsky_tvinsol_0M_slabocean_ft64_nobubble.yml
  • Loading branch information
Akshay Sridhar committed Jan 6, 2025
1 parent b9a954e commit c5422af
Show file tree
Hide file tree
Showing 2 changed files with 25 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 @@ -377,6 +377,15 @@ steps:
artifact_paths: "aquaplanet_rhoe_equil_clearsky_tvinsol_0M_slabocean_ft64/output_active/*"
agents:
slurm_mem: 20GB

- label: ":computer: aquaplanet (ρe_tot) slabocean equilmoist allsky radiation monin_obukhov varying insolation float64 (without bubble correction)"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/aquaplanet_rhoe_equil_clearsky_tvinsol_0M_slabocean_ft64_nobubble.yml
--job_id aquaplanet_rhoe_equil_clearsky_tvinsol_0M_slabocean_ft64_nobubble
artifact_paths: "aquaplanet_rhoe_equil_clearsky_tvinsol_0M_slabocean_ft64_nobubble/output_active/*"
agents:
slurm_mem: 20GB

- label: ":computer: aquaplanet (ρe_tot) rcemipii with diagnostic edmf"
command: >
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FLOAT_TYPE: "Float64"
bubble: false
dt_save_state_to_disk: "5days"
t_end: "5days"
moist: "equil"
precip_model: "0M"
surface_setup: "DefaultMoninObukhov"
vert_diff: "DecayWithHeightDiffusion"
implicit_diffusion: true
approximate_linear_solve_iters: 2
rad: "clearsky"
insolation: "timevarying"
dt_rad: "1hours"
prognostic_surface: "PrognosticSurfaceTemperature"
check_conservation: true
bubble: false

0 comments on commit c5422af

Please sign in to comment.