Skip to content

Commit 588c8b5

Browse files
authored
Merge pull request #912 from CliMA/zs/hotfix
fix config file name in longrun pipeline
2 parents b66fd81 + 7a7b300 commit 588c8b5

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.buildkite/amip/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
queue: clima
3-
slurm_time: 72:00:00
3+
slurm_time: 76:00:00
44
modules: common
55

66
env:
@@ -9,7 +9,7 @@ env:
99
SLURM_KILL_BAD_EXIT: 1
1010
CONFIG_PATH: "config/amip_configs"
1111

12-
timeout_in_minutes: 4320
12+
timeout_in_minutes: 4560
1313

1414
steps:
1515

.buildkite/longruns/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ steps:
146146

147147
- label: "ClimaAtmos standalone target"
148148
command:
149-
- 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
150-
artifact_paths: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean/*"
149+
- 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
150+
artifact_paths: "longrun_aquaplanet_allsky_tvinsol_0M_slabocean/*"
151151
env:
152152
BUILD_HISTORY_HANDLE: ""
153153
CLIMACOMMS_CONTEXT: "MPI"

config/longrun_configs/amip_target.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ start_date: "20100101"
1616
surface_setup: "PrescribedSurface"
1717
t_end: "120days"
1818
turb_flux_partition: "CombinedStateFluxesMOST"
19-
vert_diff: "true"

config/longrun_configs/amip_target_topo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ t_end: "120days"
1919
topo_smoothing: true
2020
topography: "Earth"
2121
turb_flux_partition: "CombinedStateFluxesMOST"
22-
vert_diff: "FriersonDiffusion"

config/longrun_configs/slabplanet_target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ start_date: "20100101"
1616
surface_setup: "PrescribedSurface"
1717
t_end: "120days"
1818
turb_flux_partition: "CombinedStateFluxesMOST"
19-
vert_diff: "FriersonDiffusion"
19+
vert_diff: "true"

0 commit comments

Comments
 (0)