Commit a9545de 1 parent eac6929 commit a9545de Copy full SHA for a9545de
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
- " echo $$JULIA_DEPOT_PATH"
54
54
55
55
- echo "--- Instantiate AMIP env"
56
- - " julia --project=experiments/AMIP / -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
57
- - " julia --project=experiments/AMIP / -e 'using Pkg; Pkg.precompile()'"
58
- - " julia --project=experiments/AMIP / -e 'using Pkg; Pkg.status()'"
56
+ - " julia --project=experiments/ClimaEarth / -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
57
+ - " julia --project=experiments/ClimaEarth / -e 'using Pkg; Pkg.precompile()'"
58
+ - " julia --project=experiments/ClimaEarth / -e 'using Pkg; Pkg.status()'"
59
59
60
60
- echo "--- Download artifacts"
61
61
- " julia --project=artifacts -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
64
64
- " julia --project=artifacts artifacts/download_artifacts.jl"
65
65
66
66
- echo "--- Run simulation"
67
- - " julia --color=yes --project=experiments/AMIP / experiments/AMIP /dry_held_suarez.jl"
67
+ - " julia --color=yes --project=experiments/ClimaEarth / experiments/ClimaEarth /dry_held_suarez.jl"
68
68
artifact_paths : " dry_held_suarez/dry_held_suarez/clima_atmos/*"
69
69
agents :
70
70
queue : clima
You can’t perform that action at this time.
0 commit comments