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 9789 for NEMO/trunk/tests/ICEDYN/MY_SRC/usrdef_zgr.F90 – NEMO

Ignore:
Timestamp:
2018-06-13T12:16:12+02:00 (6 years ago)
Author:
clem
Message:

change the name of SAS_BIPER configuration to a more explicit one: ICEDYN

Location:
NEMO/trunk/tests/ICEDYN
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/ICEDYN/MY_SRC/usrdef_zgr.F90

    r9135 r9789  
    33   !!                   ***  MODULE  usrdef_zgr  *** 
    44   !! 
    5    !!                   ===  LOCK_EXCHANGE case  === 
     5   !!                   ===      ICEDYN case     === 
    66   !! 
    77   !! Ocean domain : user defined vertical coordinate system  
     
    5959      ! 
    6060      IF(lwp) WRITE(numout,*) 
    61       IF(lwp) WRITE(numout,*) 'usr_def_zgr : SAS_BIPER configuration (slab ocean - advection of an ice patch in a biperiodic square box domain)' 
     61      IF(lwp) WRITE(numout,*) 'usr_def_zgr : ICEDYN configuration (slab ocean - advection of an ice patch in a biperiodic square box domain)' 
    6262      IF(lwp) WRITE(numout,*) '~~~~~~~~~~~' 
    6363      ! 
    6464      ! 
    65       ! type of vertical coordinate  ==>>>   here SAS_BIPER : slab ocean always 
     65      ! type of vertical coordinate  ==>>>   here ICEDYN : slab ocean always 
    6666      ! --------------------------- 
    6767      ld_zco    = .TRUE.       ! z-full-step coordinate 
Note: See TracChangeset for help on using the changeset viewer.