-
Notifications
You must be signed in to change notification settings - Fork 0
03 Create an unforced experiment
anwiseNOCL edited this page Aug 16, 2024
·
2 revisions
- Get the source code modifications
cp $REPO/SRC/NEMO/MY_SRC_FORCED/* $CDIR/MY_SRC/.
- Recompile
- Get the namelist
cd $CDIR
mkdir EXP_unforced
cp $REPO/NAMELISTS/UNFORCED/namelist_cfg $CDIR/EXP_unforced/.
- Link and or copy all the other files in to the EXP_unforced directory, i.e. the XML files, the exe files, job scheduling files
- Run the experiment e.g. on archer2
cp $REPO/PROCESSING_CODE/UNFORCED/runscript.slurm $CDIR/EXP_unforced/.
sbatch runscript.slurm