Skip to content

sflavoni/NEMO-test-cases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published