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 2240 for branches/DEV_r2106_LOCEAN2010/NEMO/OFF_SRC/domain.F90 – NEMO

Ignore:
Timestamp:
2010-10-13T10:48:48+02:00 (14 years ago)
Author:
cetlod
Message:

Suppression of key_zco everywhere in the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/OFF_SRC/domain.F90

    r2053 r2240  
    239239      !!              - vertical coordinate (gdep., e3.) depending on the  
    240240      !!                coordinate chosen : 
    241       !!                   ln_zco=T   z-coordinate   (forced if lk_zco) 
     241      !!                   ln_zco=T   z-coordinate   
    242242      !!                   ln_zps=T   z-coordinate with partial steps 
    243243      !!                   ln_zco=T   s-coordinate  
     
    268268      IF( ln_sco ) ioptio = ioptio + 1 
    269269      IF ( ioptio /= 1 )   CALL ctl_stop( ' none or several vertical coordinate options used' ) 
    270       IF( lk_zco ) THEN 
    271           IF(lwp) WRITE(numout,*) '          z-coordinate with reduced incore memory requirement' 
    272           IF( ln_zps .OR. ln_sco )   CALL ctl_stop( ' reduced memory with zps or sco option is impossible' ) 
    273       ENDIF 
    274270 
    275271      IF( nprint == 1 .AND. lwp )   THEN 
Note: See TracChangeset for help on using the changeset viewer.