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


Ignore:
Timestamp:
2015-06-18T13:55:36+02:00 (9 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v22 v23  
    77This equatorial box is done to : 
    88 
    9    * show how to create in NEMO a test case without modifying code, 
    10  * illustrate equatorial circulation,  
     9 * show how to create in NEMO a test case without modifying code, 
     10 * illustrate equatorial circulation, 
    1111 * and to illustrate what appens when we remove Coriolis force, stratification, ... 
    12  
    13  
    1412 
    1513== Structure: == 
     
    3533 
    3634=== CREATE_FILES: === 
    37   In this directory there are '''PYTHON scripts''' to create these files : 
     35  In this directory there are ''' PYTHON scripts''' to create these files : 
    3836 
    3937  bathymetry coordinates with e1,e2 constant coordinates with gphi0=constant (to do not have Coriolis) constant fluxes input file for salinity and temperature constant input file for salinity constant and a temperature profile (given by Levitus profile, averaged for pacific ocean) 
    4038 
    4139=== CREATE_PLOTS: === 
    42   In this directory there are '''FERRET scripts '''to create plots of : 
     40  In this directory there are ''' FERRET scripts ''' to create plots of : 
    4341 
    44   vertical slides of velocities (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N.  [[BR]]   vertical slides of temperature (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. [[BR]] 
     42  vertical slides of velocities (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N.  [[BR]]    vertical slides of temperature (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. [[BR]] 
    4543 
    4644And a list of directories with 
     
    5048 * cpp keys 
    5149 
    52  
    53  
    54 === TEST_EQ_BOX01_noCoriolis  === 
     50=== TEST_EQ_BOX01_noCoriolis === 
    5551=== TEST_EQ_BOX01_cst === 
    5652=== TEST_EQ_BOX01 === 
     
    5955These directories are some examples to create a test case of this type : 
    6056 
    61    * Equatorial BOX, grid of '''                   0.25'''                    ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 
     57 * Equatorial BOX, grid of '''                   0.25'''                    ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 
    6258 * with zps coordinates, 
    63  * with ubs schema on dynamics and on tracers,  
     59 * with ubs schema on dynamics and on tracers, 
    6460 * with constant TS initial state, 
    65  * with flux only wind (u composant),  
     61 * with flux only wind (u composant), 
    6662 * with flat bathymetry. 
    6763 
    68  
    69  
    70    
    71  
    72 = If you want to create a test case what you have to do? = 
     64= How to run Equatorial Box : = 
    7365 1. go into branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES/CREATE_FILES 
    7466 1. read README file 
     
    8274'''NOTA BENE''': if you change resolution (in python scripts) you need to change also in namelist_cfg: 
    8375 
    84    * '''jpidta''' 
    85    * '''jpjdta ''' 
    86    * '''jpkdta''' 
    87    * '''jpiglo''' 
    88    * '''jpjglo'''  
    89  
    90  
     76 * '''jpidta''' 
     77 * '''jpjdta ''' 
     78 * '''jpkdta''' 
     79 * '''jpiglo''' 
     80 * '''jpjglo''' 
    9181 
    9282= Liste of experiences =