New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9650 for NEMO/trunk/tests – NEMO

Changeset 9650 for NEMO/trunk/tests


Ignore:
Timestamp:
2018-05-28T08:44:13+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: upgrade of makenemo and compilation scripts to handle both ./cfgs & ./tests
Demonstration cases (-a) and remote configurations (-u) will be build in ./tests in contrast to
reference configurations (-r) in ./cfgs.
Now compile a test cases has the same way of syntax as the others: ./makenemo -n WAD_ST -a WAD [...]
Still have to run sette tests and block SVN external revisions.

Location:
NEMO/trunk/tests
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests

    • Property svn:ignore set to
      work_cfgs.txt
  • NEMO/trunk/tests/README

    r7817 r9650  
    1 ## List of available test cases is in CONFIG/TEST_CASES/cfg.txt 
     1## List of available test cases is in demo_cfgs.txt 
    22 
    33## HOW TO COMPILE TEST CASES : 
    44 
    5 use makenemo to compile in "-a" alternative sub-directory for configurations (below CONFIG)  
    6 ../makenemo -a TEST_CASES -n WAD2 -r WAD -m macport_osx -j 4 
     5In the same manner as ref. cfg with '-r' option, use makenemo with '-a' option 
     6 
     7./makenemo -n WAD2 -a WAD -m macport_osx -j 4 
  • NEMO/trunk/tests/demo_cfgs.txt

    r9648 r9650  
    1 CANAL OCE_SRC  
    2 ISOMIP OCE_SRC 
    3 LOCK_EXCHANGE OCE_SRC 
    4 OVERFLOW OCE_SRC 
    5 SAS_BIPER OCE_SRC NST_SRC SAS_SRC ICE_SRC 
    6 VORTEX OCE_SRC NST_SRC 
    7 WAD OCE_SRC 
    8  
     1CANAL OCE 
     2ISOMIP OCE 
     3LOCK_EXCHANGE OCE 
     4OVERFLOW OCE 
     5SAS_BIPER OCE NST SAS ICE 
     6VORTEX OCE NST 
     7WAD OCE 
Note: See TracChangeset for help on using the changeset viewer.