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


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

--

Legend:

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

    v10 v11  
    3939There are these directories: 
    4040 
    41 === CREATE_FILES:  === 
     41=== CREATE_FILES: === 
    4242  In this directory there are PYTHON scripts to create these files : 
    4343 
    44     bathymetry 
    45     coordinates with e1,e2 constant 
    46     coordinates with gphi0=constant (to do not have Coriolis) 
    47     constant fluxes 
    48     input file for salinity and temperature constant 
    49     input file for salinity constant and a temperature profile (given by Levitus profile, averaged for pacific ocean) 
    50  
    51    
     44  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) 
    5245 
    5346=== CREATE_PLOTS: === 
     47    In this directory there are FERRET scripts to create plots of : 
     48  vertical slides of velocities (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. 
     49vertical slides of temperature (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. 
     50 
    5451=== TEST_EQ_BOX01: === 
    5552=== TEST_EQ_BOX01_cst: === 
     
    5754there are some examples to create a test case of this type : 
    5855 
    59   Equatorial BOX, grid of '''        0.25'''         ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 
     56  Equatorial BOX, grid of '''         0.25'''          ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 
    6057 
    6158  with zps coordinates, 
     
    7673'''NOTA BENE''': if you change resolution (in python scripts) you need to change also in namelist_cfg: 
    7774 
    78   '''        jpidta, jpjdta and jpkdta'''         '''        jpiglo and jpjglo'''         '''''        '''''        ' 
     75  '''         jpidta, jpjdta and jpkdta'''          '''         jpiglo and jpjglo'''          '''''         '''''         ' 
    7976 
    8077=  =