- Add Julia to path export PATH=/TO/JULIA:${PATH}
- EXPERIMENT:
- "Quiescent" no flow, no bathymetry and zero flux boundary conditions
- "DoubleDrake" setup similar to https://doi.org/10.1175/2009JCLI3197.1, default
- "RealisticOcean" a realistic ocean setup with initial conditions and boundary forcing from ECCO2 Version 4 climatological data. It assumes data is available to load in the
data
folder
- PROFILE: 0 (run simulation), 1 (profile 100 time steps marked with NVTX, default)
- NZ: vertical levels (default 120)
- WITHFLUXES: 0, 1 (only relevant for RealisticOcean, default 1)
- RESTART: restart file iterations (only relevant for RealisticOcean, default "")
EXPERIMENT="DoubleDrake" RESOLUTION=6 sbatch -N1 satori_job.sh
Oceananigans.jl.git#ss-vc/overlay
- Julia 1.9.0-rc2
- Instantiate Julia environment
JULIA_LOAD_PATH=:$(pwd)/perlmutter julia --project=. -e "import Pkg; Pkg.instantiate()"
- Warmup GPUCompiler cache
JULIA_LOAD_PATH=:$(pwd)/perlmutter julia --project=. experiments/run.jl
vorticity (left) and free surface (right) for the "DoubleDrake" experiment at resolution = 3 ran on 2 mpi processors (9 years integration)