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 528 for trunk/NEMO/OPA_SRC – NEMO

Changeset 528 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2006-10-12T17:54:54+02:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_bugfix_063: change ln_zco to lk_zco

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domzgr.F90

    r525 r528  
    9595      IF ( ioptio /= 1 ) CALL ctl_stop( ' none or several vertical coordinate options used' ) 
    9696 
    97       IF( ln_zco ) THEN 
     97      IF( lk_zco ) THEN 
    9898          IF(lwp) WRITE(numout,*) '          z-coordinate with reduced incore memory requirement' 
    9999          IF( ln_zps .OR. ln_sco ) CALL ctl_stop( ' reduced memory with zps or sco option is impossible' ) 
Note: See TracChangeset for help on using the changeset viewer.