Skip to content

03 Create an unforced experiment

anwiseNOCL edited this page Aug 16, 2024 · 2 revisions
  1. Get the source code modifications
cp $REPO/SRC/NEMO/MY_SRC_FORCED/* $CDIR/MY_SRC/.
  1. Recompile
  2. Get the namelist
cd $CDIR
mkdir EXP_unforced
cp $REPO/NAMELISTS/UNFORCED/namelist_cfg $CDIR/EXP_unforced/.
  1. 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
  2. Run the experiment e.g. on archer2
cp $REPO/PROCESSING_CODE/UNFORCED/runscript.slurm $CDIR/EXP_unforced/.
sbatch runscript.slurm