This repository contains informations on :
-
How to use demonstration cases within NEMO and how to analyse their ouputs :
demonstration cases are ready to be used, all files needed are availables within NEMO. -
How to contribute and add new demontration case :
you can follow the roadmap to add your own demontration case
Demonstration cases available in NEMO repository are :
- LOCK_EXCHANGE
- OVERFLOW
- ISOMIP
- WAD (Wetting & Dry)
- SAS_BIPER
- VORTEX
- CANAL
- Download & compile XIOS code :
mkdir ~/XIOS; cd ~/XIOS svn co http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk xios-2.0 cd xios-2.0 ./make_xios --arch your-compiler --jobs 8 ( ./make_xios --help (to choice your compiler) )
- Download & compile NEMO code
mkdir my_TEST cd my_TEST svn --username 'mylogin' co http://forge.ipsl.jussieu.fr/nemo/svn/trunk/NEMOGCM NEMOGCM cd NEMOGCM/CONFIG ./makenemo -a TEST_CASES -n name_of_test_case -m your_ARCH_FILE ( example ./makenemo -a TEST_CASES -n OVERFLOW -m X64_ADA )
If you want to run one of these test cases you can read README instructions here :
TO BE DONE......