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.
WorkingGroups/TestCases/ImplementationStrategyAndTemplate (diff) – NEMO

Changes between Version 27 and Version 28 of WorkingGroups/TestCases/ImplementationStrategyAndTemplate


Ignore:
Timestamp:
2017-04-27T21:11:23+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/TestCases/ImplementationStrategyAndTemplate

    v27 v28  
    11[[PageOutline]] 
    22 
    3 [[TOC(heading=Robustness-TestCases,Robustness-TestCases/ImplementationStrategyAndTemplate/*, depth=2)]] 
     3[[TOC(WorkingGroups/Robustness-TestCases/ImplementationStrategyAndTemplate/*, depth=2)]] 
    44 
    5 = '''How to create a TEST CASE: STRATEGY (template test case Equatorial Box)''' = 
    6 In [https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES ​https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES] directory, there are directories: 
     5= How to create a TEST CASE: STRATEGY (template test case Equatorial Box) 
     6In [browser:/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES TEST_CASES] directory, there are directories: 
    77 
    88'''CREATE_FILES''' 
     
    1212'''TEST_DIRECTORY''' 
    1313 
    14 == '''In CREATE_FILES:''' == 
     14== In CREATE_FILES: 
    1515 
    1616  there are '''  PYTHON scripts'''   to create these files : input netcdf files: 
     
    2727 * constant fluxes 
    2828 
    29 == '''In CREATE_PLOTS:''' == 
    30   there are '''  FERRET scripts '''  to create plots of : 
    31  
     29== In CREATE_PLOTS: 
     30There are '''  FERRET scripts '''  to create plots of : 
    3231 * vertical slides of velocities (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. 
    3332 * vertical slides of temperature (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. 
    3433 
    35 == '''In TEST_DIRECTORIES:''' == 
    36 there are 
    37  
    38  * namelist_cfg 
    39  * iodef.xml 
    40  * cpp keys 
     34== In TEST_DIRECTORIES: 
     35There are 
     36 * `namelist_cfg` 
     37 * `iodef.xml` 
     38 * `cpp keys` 
    4139 
    4240 
    43 = '''a detailed TEST CASE: How to run EQUATORIAL BOX''' = 
    44 '''[https://forge.ipsl.jussieu.fr/nemo/wiki/WorkingGroups/Robustness-TestCases/ImplementationStrategyAndTemplate/EquatorialBox Equatorial Box]''' 
    45 [[BR]] 
     41= a detailed TEST CASE: How to run EQUATORIAL BOX 
     42'''[wiki:WorkingGroups/Robustness-TestCases/ImplementationStrategyAndTemplate/EquatorialBox Equatorial Box]'''