>> EXAMPLES FOR OCCIGEN CLUSTER Job "run_month1" runs a simulation for month #1 and then possibly launches a job "run_month2" which runs a simulation for month #2 which then possibly launches a job "run_month3" etc. >> Note that you might need to change in script "run0" the line gcm=gcm_64x48x54_phymars_para.e >> to match your case >> You might also need to adapt "run_month1" to match number of OpenMP threads >> which MUST be specified both as #SBATCH --cpus-per-task=... >> in the job header >> AND via the environment variable export OMP_NUM_THREADS=... >> in the script