Skip to content

Simple configurations to study specific oceanic physical processes and be used as a tool for training

License

Notifications You must be signed in to change notification settings

malzubairy/NEMO-examples

 
 

Repository files navigation

NEMO Demonstration Cases

This repository contains informations on :

  1. 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.

  2. 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

How to use demonstration cases in NEMO

  • 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 )

Set of runs

If you want to run one of these test cases you can read README instructions here :

LOCK_EXCHANGE

OVERFLOW

ISOMIP

WAD (Wetting & Dry)

SAS_BIPER

VORTEX

CANAL

How to contribute and add new demontration case

TO BE DONE......

About

Simple configurations to study specific oceanic physical processes and be used as a tool for training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 48.4%
  • Jupyter Notebook 46.9%
  • TeX 2.2%
  • Python 2.0%
  • Shell 0.5%