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/domrea.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/domrea.F90

    r2053 r2240  
    8888      REAL(wp), DIMENSION(jpi,jpj) :: & 
    8989         zprt 
    90 #if ! defined key_zco 
    9190      INTEGER :: ik 
    92 #endif 
    9391      !!---------------------------------------------------------------------- 
    9492 
     
    185183            ENDDO 
    186184         ENDDO 
    187  
    188 #if ! defined key_zco 
    189185 
    190186         IF( ln_sco ) THEN                                         ! s-coordinate 
     
    255251 
    256252         ENDIF 
    257 # endif 
     253 
    258254         IF( ln_zco ) THEN 
    259255           ! Vertical coordinates and scales factors 
Note: See TracChangeset for help on using the changeset viewer.