@@ -40,34 +40,32 @@ steps:
4040 --config_file $CONFIG_PATH/amip.yml \
4141 --job_id amip
4242 artifact_paths : " experiments/ClimaEarth/output/amip/artifacts/*"
43- timeout_in_minutes : 5760
43+ timeout_in_minutes : 7220
4444 env :
4545 CLIMACOMMS_DEVICE : " CUDA"
4646 agents :
47- slurm_gpus_per_task : 1
47+ slurm_gpus : 1
4848 slurm_cpus_per_task : 4
4949 slurm_ntasks : 1
5050 slurm_mem : 30GB
51- slurm_time : " 60 :00:00"
52-
53- - label : " 10-year 30 h_elem current AMIP: diagedmf + 0M + bucket land"
54- key : " 10year_amip "
51+ slurm_time : " 120 :00:00"
52+
53+ - label : " Current AMIP: diagedmf + 0M + integrated land"
54+ key : " amip_land "
5555 command :
56-
5756 - echo "--- Run simulation"
5857 - |
59- mpiexec -n 8 julia --threads=4 --color=yes \
60- --project= experiments/ClimaEarth/ \
61- experiments/ClimaEarth/run_amip.jl \
62- --config_file config/longrun_configs/amip_diagedmf_10years.yml \
63- --job_id amip_30_h_elem
64- artifact_paths : " experiments/ClimaEarth/output/amip_coarse/artifacts/* "
58+ julia --threads=3 --color=yes --project=experiments/ClimaEarth/ \
59+ experiments/ClimaEarth/run_amip.jl \
60+ --config_file $CONFIG_PATH/amip_land.yml \
61+ --job_id amip_land
62+ artifact_paths : " experiments/ClimaEarth/output/amip_land/artifacts/* "
63+ timeout_in_minutes : 7220
6564 env :
6665 CLIMACOMMS_DEVICE : " CUDA"
67- CLIMACOMMS_CONTEXT : " MPI"
6866 agents :
69- slurm_gpus : 8
67+ slurm_gpus : 1
7068 slurm_cpus_per_task : 4
71- slurm_ntasks : 8
72- slurm_mem : 0GB
73- slurm_time : " 336 :00:00"
69+ slurm_ntasks : 1
70+ slurm_mem : 30GB
71+ slurm_time : " 120 :00:00"
0 commit comments