Skip to content

Commit

Permalink
fix longrun pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jul 28, 2024
1 parent b66fd81 commit 7a7b300
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .buildkite/amip/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agents:
queue: clima
slurm_time: 72:00:00
slurm_time: 76:00:00
modules: common

env:
Expand All @@ -9,7 +9,7 @@ env:
SLURM_KILL_BAD_EXIT: 1
CONFIG_PATH: "config/amip_configs"

timeout_in_minutes: 4320
timeout_in_minutes: 4560

steps:

Expand Down
4 changes: 2 additions & 2 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ steps:

- label: "ClimaAtmos standalone target"
command:
- srun julia --project=experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean.yml --job_id longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean
artifact_paths: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean/*"
- srun julia --project=experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_allsky_tvinsol_0M_slabocean.yml --job_id longrun_aquaplanet_allsky_tvinsol_0M_slabocean
artifact_paths: "longrun_aquaplanet_allsky_tvinsol_0M_slabocean/*"
env:
BUILD_HISTORY_HANDLE: ""
CLIMACOMMS_CONTEXT: "MPI"
Expand Down
1 change: 0 additions & 1 deletion config/longrun_configs/amip_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "120days"
turb_flux_partition: "CombinedStateFluxesMOST"
vert_diff: "true"
1 change: 0 additions & 1 deletion config/longrun_configs/amip_target_topo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ t_end: "120days"
topo_smoothing: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxesMOST"
vert_diff: "FriersonDiffusion"
2 changes: 1 addition & 1 deletion config/longrun_configs/slabplanet_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "120days"
turb_flux_partition: "CombinedStateFluxesMOST"
vert_diff: "FriersonDiffusion"
vert_diff: "true"

0 comments on commit 7a7b300

Please sign in to comment.