From b226433140f880b2eada7c13903211b019d49e9a Mon Sep 17 00:00:00 2001 From: Robinson Hordoir Date: Mon, 8 Sep 2025 09:55:12 +0200 Subject: [PATCH] Add readme file for Nemo-NAA10km --- README_Nemo-NAA10km.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README_Nemo-NAA10km.txt diff --git a/README_Nemo-NAA10km.txt b/README_Nemo-NAA10km.txt new file mode 100644 index 0000000..ddc4420 --- /dev/null +++ b/README_Nemo-NAA10km.txt @@ -0,0 +1,30 @@ +This is the first GIT version of Nemo-NAA10km. + +Compilation on Betzy: + +- Put this line in your bashrc module load netCDF-Fortran/4.6.0-iompi-2022a + +- Open a new terminal on Betzy, in which ncview, CDO or NCO are NOT loaded + +- The trunk of XIOS2 needs to be compiled first + +- The arch file that is used is arch-obetzy.fcm in which the path to XIOS2 needs to be indicated accordingly + +- The compile command is : +cd Nemo-NAA10km_nemo_4.2.2 +./makenemo -r SPITZ12 -m obetzy + + +Running on BETZY: + +- All the input files are in the directory + +Nemo-NAA10km_nemo_4.2.2/cfgs/SPITZ12/RUNDIR + +- Copy these files on a personal directory where you intent to run + +- run gunzip *.gz in this directory to unzip zipped files + +- modify job_nemo.sh files to match your directories + +- sbatch job_nemo.sh and run !!