Standard extended ORCA1 configuration
** NB the code as it stands is a test configuration - the setup script has been tested and will checkout, compile and run the eORCA1 (NEMO 4.0.4) code on ARCHER2, but namelists and forcing files are intended for testing only
Configuration files for eORCA1
git clone [email protected]:NOC-MSM/eORCA1.git
./eORCA1/scripts/setup/eORCA1_setup -w $PWD/test -x $PWD/test -s $PWD/eORCA1
cd test/nemo/cfgs/eORCA1/EXP00
Edit the project code in runscript.slurm
then:
sbatch runscript.slurm
This will produce a 5 day mean output from the beginning of 2000, for 1 month. The run should take 5 minutes to complete once in the machine (configured to use the short queue in the runscript).
this is automatically transferred when the setup script is executed
NEMO v4.0.4 has a few ICE bugs in it. The repository's intended use is purely for testing at present. If you are wanting to pickup the bugfixes, either modify the setupscript to set NEMO_VER=4.0.6
(namelists will need to be updated accordingly) or add a ticket to Issues and I'll try an update ASAP.