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

Changeset 147 for trunk/NEMO/OPA_SRC/LDF


Ignore:
Timestamp:
2004-10-19T15:31:08+02:00 (20 years ago)
Author:
opalod
Message:

CL + CT: BUGFIX092: Add cpp key line if partial steps or S coordinates are not used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/LDF/ldfdyn_c3d.h90

    r32 r147  
    130130            END DO 
    131131         ELSE                            ! partial steps or s-ccordinate 
     132# if defined key_partial_steps || defined key_s_coord 
    132133            zc = MAXVAL( fsdept(:,:,jpkm1) ) 
     134# else 
     135            zc = fsdept(:,:,jpkm1) 
     136# endif 
    133137            IF( lk_mpp )   CALL mpp_max( zc )   ! max over the global domain 
    134138 
Note: See TracChangeset for help on using the changeset viewer.