Skip to content

Commit 909e5c1

Browse files
authored
Merge pull request #1560 from CliMA/zs/gcp
modify amip on gcp
2 parents d8131b1 + 75aab60 commit 909e5c1

File tree

2 files changed

+19
-28
lines changed

2 files changed

+19
-28
lines changed

.buildkite/gcp/pipeline.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,18 @@
11
FLOAT_TYPE: "Float32"
22
albedo_model: "CouplerAlbedo"
33
atmos_config_file: "config/atmos_configs/climaatmos_diagedmf.yml"
4-
bucket_albedo_type: "map_temporal"
54
checkpoint_dt: "366days"
6-
co2_model: "maunaloa"
75
coupler_toml: ["toml/amip.toml"]
86
dt: "120secs"
97
dt_cpl: "120secs"
10-
dz_bottom: 30.0
118
energy_check: false
12-
h_elem: 30
9+
land_model: "integrated"
1310
mode_name: "amip"
1411
netcdf_output_at_levels: true
1512
output_default_diagnostics: true
1613
radiation_reset_rng_seed: true
17-
rayleigh_sponge: true
18-
start_date: "20000401"
14+
start_date: "20100101"
1915
surface_setup: "PrescribedSurface"
20-
t_end: "3670days"
16+
t_end: "1098days"
2117
topo_smoothing: true
2218
topography: "Earth"
23-
viscous_sponge: true
24-
z_elem: 63
25-
z_max: 60000.0

0 commit comments

Comments
 (0)