Skip to content

Commit

Permalink
add dyamond job without diags
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Mar 15, 2024
1 parent 7db3553 commit 2325d9c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ steps:
- "julia --project=artifacts -e 'using Pkg; Pkg.status()'"
- "julia --project=artifacts artifacts/download_artifacts.jl"

- echo "--- Run simulation"
- "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_dyamond_target.yml"
artifact_paths: "experiments/AMIP/output/amip/gpu_dyamond_target_artifacts/*"
agents:
Expand Down
7 changes: 7 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,13 @@ steps:
slurm_mem: 20GB
slurm_gpus: 1

- label: "GPU AMIP DYAMOND without diagnostics"
key: "gpu_dyamond_nodiags"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_dyamond_nodiags.yml"
artifact_paths: "experiments/AMIP/output/amip/gpu_dyamond_nodiags_artifacts/*"
agents:
slurm_mem: 20GB
slurm_gpus: 1


- wait
Expand Down
13 changes: 13 additions & 0 deletions config/model_configs/gpu_dyamond_nodiags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
anim: false
atmos_config_file: "config/gpu_configs/gpu_aquaplanet_dyamond.yml"
dt_cpl: 100
energy_check: false
job_id: "gpu_dyamond_target_nodiags"
land_albedo_type: "map_temporal"
mode_name: "amip"
mono_surface: false
monthly_checkpoint: false
run_name: "gpu_dyamond_target_nodiags"
start_date: "19790301"
t_end: "12hours"
turb_flux_partition: "CombinedStateFluxes"

0 comments on commit 2325d9c

Please sign in to comment.