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

Changeset 668 for trunk/NEMO


Ignore:
Timestamp:
2007-05-28T13:52:25+02:00 (17 years ago)
Author:
rblod
Message:

nemo_v2_update_018:CE:remove unused ocean variables gtu and gtv

Location:
trunk/NEMO/TOP_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trcldf_bilap.F90

    r501 r668  
    2525   !!---------------------------------------------------------------------- 
    2626   !!   TOP 1.0 , LOCEAN-IPSL (2005)  
    27    !! $Header$  
     27   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/TOP_SRC/TRP/trcldf_bilap.F90,v 1.11 2007/05/28 02:51:54 opalod Exp $  
    2828   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    2929   !!---------------------------------------------------------------------- 
     
    148148                     ikv = MIN ( mbathy(ji,jj), mbathy(ji  ,jj+1) ) - 1 
    149149                     IF( iku == jk ) THEN 
    150                         ztu(ji,jj,jk) = zeeu(ji,jj) * gtu(ji,jj) 
     150                        ztu(ji,jj,jk) = zeeu(ji,jj) * gtru(ji,jj) 
    151151                     ENDIF 
    152152                     IF( ikv == jk ) THEN 
    153                         ztv(ji,jj,jk) = zeev(ji,jj) * gtv(ji,jj) 
     153                        ztv(ji,jj,jk) = zeev(ji,jj) * gtrv(ji,jj) 
    154154                     ENDIF 
    155155                  END DO 
  • trunk/NEMO/TOP_SRC/oce_trc.F90

    r660 r668  
    88   !!---------------------------------------------------------------------- 
    99   !!  TOP 1.0,  LOCEAN-IPSL (2005) 
    10    !! $Header$ 
     10   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/TOP_SRC/oce_trc.F90,v 1.17 2007/05/28 02:55:05 opalod Exp $ 
    1111   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
    1212   !!---------------------------------------------------------------------- 
     
    129129      lk_dynspg_rl   =>  lk_dynspg_rl      !: rigid lid flag 
    130130 
    131    USE oce , ONLY :                & 
    132       gtu   =>  gtu  ,  & !: t- horizontal gradient at u- 
    133       gtv   =>  gtv       !: and v-points at bottom ocean level 
    134131 
    135132   USE dom_oce , ONLY :              &    
Note: See TracChangeset for help on using the changeset viewer.