Checkout, Frequently Asked Questions!

Using CDO on Shaheen III#

The following SLURM job script file can be used to run CDO on Shaheen III:

#!/bin/bash
#SBATCH --nodes=1
#SBATCH --hint=nomultithread
#SBATCH --time=00:10:00
module load singularity
singularity run /scratch/reference/singularity_images/atmospheric_oceanic_sciences/cdo_gnu_1.9.10.sif cdo --version