ClimaCoupler.jl
ClimaCoupler.jl copied to clipboard
add GPU AMIP scaling runs
ClimaAtmos has scaling runs for the "aquaplanet chap" setup introduced in https://github.com/CliMA/ClimaAtmos.jl/pull/2724. These use 1, 2, and 4 GPUs each, and all run with MPI. We should setup analogous runs in ClimaCoupler using the same atmos setup/config files.
note: atmos prints SYPD at end of simulation. We'll need this too to plot SYPD vs # GPUs
This also requires setting up a new buildkite pipeline for coupler performance testing, analogous to ClimaAtmos' Target GPU Simulations pipeline. This pipeline will be triggered manually when we want to do performance testing, unlike the automated shortrun and longrun pipelines. I've set it up here: https://buildkite.com/clima/climacoupler-target-gpu-simulations
part of #390