4646 steps :
4747
4848 - label : " :snow_capped_mountain: Snowy Land + P Model"
49+ key : " snowy_land_pmodel_run"
4950 command :
5051 - julia --color=yes --project=.buildkite experiments/long_runs/snowy_land_pmodel.jl
5152 artifact_paths :
@@ -57,6 +58,12 @@ steps:
5758 env :
5859 CLIMACOMMS_DEVICE : " CUDA"
5960
61+ - label : " Send simulation output to Azure VM for visualization"
62+ depends_on :
63+ - " snowy_land_pmodel_run"
64+ command :
65+ - rsync -avz "/scratch/clima/slurm-buildkite/climaland-long-runs/$BUILDKITE_BUILD_NUMBER/climaland-long-runs/snowy_land_pmodel_longrun_gpu/global_diagnostics/output_active/" azure-arenchon:/home/arenchon/GitHub/ClimaViz.jl/data/climaland-longrun/
66+
6067 - label : " Soil"
6168 command :
6269 - julia --color=yes --project=.buildkite experiments/long_runs/soil.jl
@@ -109,7 +116,6 @@ steps:
109116 if : build.env("LONGER_RUN") != null
110117 steps :
111118 - label : " Snowy Land, 19 years"
112- key : " snowy_land_pmodel_run"
113119 command :
114120 - julia --color=yes --project=.buildkite experiments/long_runs/snowy_land_pmodel.jl
115121 artifact_paths :
@@ -121,12 +127,6 @@ steps:
121127 CLIMACOMMS_DEVICE : " CUDA"
122128 LONGER_RUN : " "
123129
124- - label : " Send simulation output to Azure VM for visualization"
125- depends_on :
126- - " snowy_land_pmodel_run"
127- command :
128- - rsync -avz "/scratch/clima/slurm-buildkite/climaland-long-runs/$BUILDKITE_BUILD_NUMBER/climaland-long-runs/snowy_land_pmodel_longrun_gpu/global_diagnostics/output_active/" azure-arenchon:/home/arenchon/GitHub/ClimaViz.jl/data/climaland-longrun/
129-
130130 - label : " Soil, 20 years"
131131 command :
132132 - julia --color=yes --project=.buildkite experiments/long_runs/soil.jl
0 commit comments