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

Ignore:
Timestamp:
2019-01-15T17:31:25+01:00 (5 years ago)
Author:
clem
Message:

change demo config name from ICEDYN to ICE_AGRIF

Location:
NEMO/trunk/tests/ICE_AGRIF
Files:
1 edited
1 moved

Legend:

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

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