@@ -37,17 +37,20 @@ manually triggered to reset the depot.
3737# [ ClimaCoupler - Coarse Nightly AMIP] ( https://buildkite.com/clima/climacoupler-coarse-nightly-amip )
3838- Scheduled daily Sunday-Thursday at 6pm PST (2am UTC +1 day)
3939- Walltime (approx.): 12 hours
40- - Runs on Caltech Clima node (4 GPUs)
40+ - Runs on Caltech Clima node (3 GPUs)
4141- Configuration file location: ` config/nightly_configs/ `
4242
43- This pipeline runs nightly on weekdays and uses one configuration which specifies
44- a coarse AMIP running for 1+ years. The pipeline triggers 4 runs using this configuration,
45- each on 1 GPU.
46- Each run sets its own random seed so the simulations vary slightly, which allows us to more
47- robustly test the stability of the simulations. The random seed of each simulation
48- is printed so they can be reproduced, and 1 of the 4 runs always uses the same seed.
49-
50- This pipeline runs with the main branches of all major CliMA packages and its main goal is
43+ This pipeline runs nightly on Monday - Thursday (4x per week), and uses 3 atmospheric
44+ configurations of interest:
45+ - diagnostic EDMF
46+ - prognostic EDMF
47+ - ED only (no convection)
48+ All configurations use 0-moment microphysics and bucket land.
49+ They run for 15 months, 6 months, and 27 months, respectively.
50+ These simulation lengths are chosen with the goal of each simulation finishing
51+ within 14 hours of wallclock time, so they can successfully run overnight.
52+
53+ This pipeline uses the main branches of many CliMA packages and its main goal is
5154the goal to monitor stability of a coarse AMIP simulation and to catch potential problems
5255early. This pipeline is scheduled, but it can also be used to test out configuration changes
5356in a smaller test case before running higher resolution global AMIP runs.
0 commit comments