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.
Changeset 9403 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/MY_SRC/usrdef_zgr.F90 – NEMO

Ignore:
Timestamp:
2018-03-15T15:57:42+01:00 (6 years ago)
Author:
smasson
Message:

dev_merge_2017: update test_cases CANAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/CANAL/MY_SRC/usrdef_zgr.F90

    r9302 r9403  
    33   !!                       ***  MODULE  usrdef_zgr  *** 
    44   !! 
    5    !!                      ===  VORTEX configuration  === 
     5   !!                      ===  CANAL configuration  === 
    66   !! 
    77   !! User defined : vertical coordinate system of a user configuration 
     
    6767      ! 
    6868      IF(lwp) WRITE(numout,*) 
    69       IF(lwp) WRITE(numout,*) 'usr_def_zgr : VORTEX configuration (z-coordinate closed flat box ocean)' 
     69      IF(lwp) WRITE(numout,*) 'usr_def_zgr : CANAL configuration (z-coordinate closed flat box ocean)' 
    7070      IF(lwp) WRITE(numout,*) '~~~~~~~~~~~' 
    7171      ! 
     
    7373      ! type of vertical coordinate 
    7474      ! --------------------------- 
    75       ld_zco    = .TRUE.         ! VORTEX case:  z-coordinate without ocean cavities 
     75      ld_zco    = .TRUE.         ! CANAL case:  z-coordinate without ocean cavities 
    7676      ld_zps    = .FALSE. 
    7777      ld_sco    = .FALSE. 
     
    137137         WRITE(numout,*) '    zgr_z   : Reference vertical z-coordinates ' 
    138138         WRITE(numout,*) '    ~~~~~~~' 
    139          WRITE(numout,*) '       VORTEX case : uniform vertical grid :' 
     139         WRITE(numout,*) '       CANAL case : uniform vertical grid :' 
    140140         WRITE(numout,*) '                     with thickness = ', zd 
    141141      ENDIF 
     
    175175      !! ** Purpose :   set the masked top and bottom ocean t-levels 
    176176      !! 
    177       !! ** Method  :   VORTEX case = closed flat box ocean without ocean cavities 
     177      !! ** Method  :   CANAL case = closed flat box ocean without ocean cavities 
    178178      !!                   k_top = 1     except along north, south, east and west boundaries 
    179179      !!                   k_bot = jpk-1 except along north, south, east and west boundaries 
     
    191191      IF(lwp) WRITE(numout,*) '    zgr_top_bot : defines the top and bottom wet ocean levels.' 
    192192      IF(lwp) WRITE(numout,*) '    ~~~~~~~~~~~' 
    193       IF(lwp) WRITE(numout,*) '       VORTEX case : closed flat box ocean without ocean cavities' 
     193      IF(lwp) WRITE(numout,*) '       CANAL case : closed flat box ocean without ocean cavities' 
    194194      ! 
    195195      SELECT CASE(nn_botcase) 
Note: See TracChangeset for help on using the changeset viewer.