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_dimg.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/OFF_SRC/domrea_dimg.h90

    r2053 r2240  
    262262          mbathy=zprt*tmask(:,:,1)+1 
    263263 
    264 #if ! defined key_zco 
    265264          IF( ln_sco ) THEN                                         ! s-coordinate 
    266265             ! 
     
    394393             READ(inum4,REC=irec) e3w_0(:) 
    395394          ENDIF 
    396 #else 
    397           ! 
    398           ! gdep 
    399           irec =  irecv(inum4) + (narea - 1 ) 
    400           READ(inum4,REC=irec) gdept_0(:) 
    401           irecv(inum4) = irecv(inum4) + jpnij  
    402            
    403           irec =  irecv(inum4) + (narea - 1 ) 
    404           READ(inum4,REC=irec) gdepw_0(:) 
    405           irecv(inum4) = irecv(inum4) + jpnij  
    406           ! 
    407           ! e3 
    408           irec =  irecv(inum4) + (narea - 1 ) 
    409           READ(inum4,REC=irec) e3t_0(:) 
    410           irecv(inum4) = irecv(inum4) + jpnij  
    411            
    412           irec =  irecv(inum4) + (narea - 1 ) 
    413           READ(inum4,REC=irec) e3w_0(:) 
    414           irecv(inum4) = irecv(inum4) + jpnij  
    415          ! 
    416 #endif 
    417395         !                                     ! ============================ 
    418396         !                                     !        close the files 
Note: See TracChangeset for help on using the changeset viewer.