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/OPA_SRC/LDF/ldfdyn_c3d.h90 – 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/OPA_SRC/LDF/ldfdyn_c3d.h90

    r2236 r2240  
    148148            END DO 
    149149         ELSE                            ! partial steps or s-ccordinate 
    150 # if defined key_zco 
    151             zc = gdept_0(jpkm1) 
    152 # else 
    153150            zc = MAXVAL( fsdept(:,:,jpkm1) ) 
    154 # endif 
    155151            IF( lk_mpp )   CALL mpp_max( zc )   ! max over the global domain 
    156152 
Note: See TracChangeset for help on using the changeset viewer.