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/EquatorialBox (diff) – NEMO

Changes between Version 6 and Version 7 of WorkingGroups/TestCases/ImplementationStrategyAndTemplate/EquatorialBox


Ignore:
Timestamp:
2015-06-18T12:07:23+02:00 (9 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/TestCases/ImplementationStrategyAndTemplate/EquatorialBox

    v6 v7  
    55= '''TEST CASE: EQUATORIAL BOX''' = 
    66== Motivations: == 
    7 == This test case wants to show: == 
    8 == Outils:  == 
     7This equatorial box is done to : 
     8 
     9  show how to create in NEMO a test case without modifying code 
     10  show what appens when in equatorial channel we remove Coriolis force 
     11    show what appens when we remove stratification 
     12..... 
     13 
     14The structure of this test case is done like in CONFIGURATION directory: 
     15 
     16For this test case we created a directory TEST_EQ_BOX01 in which we give: 
     17 
     18  namelist_cfg 
    919 
    1020 
     21iodef.xml  
     22  cpp keys 
     23 
     24We give files: 
     25 
     26  coordinates.nc 
     27 
     28  bathy_r025.nc 
     29  TScst_init_r025.nc 
     30  flx_r025.nc 
     31 
     32(We give also python scripts to create these files in CREATE_FILES directory) 
     33 
     34NEMO code read input files, all is setted in namelist and iodef.xml files, and we give ferret scripts to produce plots.  
     35 
     36==  == 
     37== This test case wants to show: == 
     38== Outils: == 
    1139in [https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/TEST_EQ_BOX01 ​https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/TEST_EQ_BOX01] 
    1240 
    1341and some examples to create a test case of this type : 
    1442 
    15   Equatorial BOX, grid of '''    0.25'''     ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 
     43  Equatorial BOX, grid of '''     0.25'''      ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 
    1644 
    1745  with zps coordinates, 
     
    3462[[BR]]'''NOTA BENE''': if you change resolution (in python scripts) you need to change also in namelist_cfg: 
    3563 
    36   '''    jpidta, jpjdta and jpkdta'''     '''    jpiglo and jpjglo'''     '''''    '''''    ' 
     64  '''     jpidta, jpjdta and jpkdta'''      '''     jpiglo and jpjglo'''      '''''     '''''     ' 
    3765 
    3866=  =