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 7 and Version 8 of WorkingGroups/TestCases/ImplementationStrategyAndTemplate/EquatorialBox


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

--

Legend:

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

    v7 v8  
    77This equatorial box is done to : 
    88 
    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 ..... 
     9  show how to create in NEMO a test case without modifying code, 
     10 
     11  illustrate equatorial circulation, 
     12  and to illustrate what appens when we remove Coriolis force, stratification, ... 
     13 
     14     
    1315 
    1416The structure of this test case is done like in CONFIGURATION directory: 
     
    1820  namelist_cfg 
    1921 
     22iodef.xml 
    2023 
    21 iodef.xml  
    2224  cpp keys 
    2325 
     
    2628  coordinates.nc 
    2729 
    28   bathy_r025.nc 
    29   TScst_init_r025.nc 
    30   flx_r025.nc 
     30  bathy_r025.nc TScst_init_r025.nc flx_r025.nc 
    3131 
    3232(We give also python scripts to create these files in CREATE_FILES directory) 
    3333 
    34 NEMO code read input files, all is setted in namelist and iodef.xml files, and we give ferret scripts to produce plots.  
     34NEMO code read input files, all is setted in namelist and iodef.xml files, and we give ferret scripts to produce plots. 
    3535 
    3636==  == 
    3737== This test case wants to show: == 
     38==  == 
    3839== Outils: == 
    39 in [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] 
     40in [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] 
    4041 
    4142and some examples to create a test case of this type : 
    4243 
    43   Equatorial BOX, grid of '''     0.25'''      ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 
     44  Equatorial BOX, grid of '''      0.25'''       ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 
    4445 
    4546  with zps coordinates, 
     
    6263[[BR]]'''NOTA BENE''': if you change resolution (in python scripts) you need to change also in namelist_cfg: 
    6364 
    64   '''     jpidta, jpjdta and jpkdta'''      '''     jpiglo and jpjglo'''      '''''     '''''     ' 
     65  '''      jpidta, jpjdta and jpkdta'''       '''      jpiglo and jpjglo'''       '''''      '''''      ' 
    6566 
    6667=  =