Skip to content

Commit 330d3b8

Browse files
committed
add integrated land nightly run
1 parent 6aed8c3 commit 330d3b8

File tree

4 files changed

+38
-9
lines changed

4 files changed

+38
-9
lines changed

.buildkite/nightly/pipeline.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,24 @@ steps:
6262
slurm_cpus_per_task: 4
6363
slurm_ntasks: 1
6464
slurm_mem: 30GB
65+
66+
- label: "Coarse current AMIP: diagedmf + 0M + integrated land"
67+
key: "amip_land"
68+
command:
69+
- echo "--- Run simulation"
70+
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse_land.yml --job_id amip_coarse_land"
71+
artifact_paths: "experiments/ClimaEarth/output/amip_coarse_land/artifacts/*"
72+
timeout_in_minutes: 840
73+
env:
74+
CLIMACOMMS_DEVICE: "CUDA"
75+
agents:
76+
slurm_gpus_per_task: 1
77+
slurm_cpus_per_task: 4
78+
slurm_ntasks: 1
79+
slurm_mem: 30GB
6580

6681
- label: "Coarse current AMIP: progedmf + 0M + bucket land"
67-
key: "amip_random1"
82+
key: "amip_progedmf"
6883
command:
6984
- echo "--- Run simulation"
7085
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse_progedmf.yml --job_id amip_coarse_progedmf"

config/nightly_configs/amip_coarse.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ t_end: "465days"
2020
topo_smoothing: true
2121
topography: "Earth"
2222
z_elem: 39
23-
extra_atmos_diagnostics:
24-
- short_name: [od550aer, odsc550aer]
25-
period: "1months"
26-
reduction_time: average

config/nightly_configs/amip_coarse_edonly.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ t_end: "825days"
2020
topo_smoothing: true
2121
topography: "Earth"
2222
z_elem: 39
23-
extra_atmos_diagnostics:
24-
- short_name: [od550aer, odsc550aer]
25-
period: "1months"
26-
reduction_time: average
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
FLOAT_TYPE: "Float32"
2+
albedo_model: "CouplerAlbedo"
3+
atmos_config_file: "config/atmos_configs/climaatmos_diagedmf.yml"
4+
checkpoint_dt: "366days"
5+
coupler_toml: ["toml/amip.toml"]
6+
dt: "240secs"
7+
dt_cpl: "240secs"
8+
dz_bottom: 100.0
9+
energy_check: false
10+
h_elem: 8
11+
land_model: "integrated"
12+
mode_name: "amip"
13+
netcdf_interpolation_num_points: [90, 45, 31]
14+
netcdf_output_at_levels: true
15+
output_default_diagnostics: true
16+
radiation_reset_rng_seed: true
17+
start_date: "20100101"
18+
surface_setup: "PrescribedSurface"
19+
t_end: "465days"
20+
topo_smoothing: true
21+
topography: "Earth"
22+
z_elem: 39

0 commit comments

Comments
 (0)