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

Changeset 669 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2007-06-01T19:27:55+02:00 (17 years ago)
Author:
ctlod
Message:

nemo_v2_bugfix_041 : SM : Remove unused variables tauxg and tauyg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/taumod.F90

    r609 r669  
    3232   !! * Share modules variables 
    3333   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   & 
    34       taux, tauy,      &  !: surface stress components in (i,j) referential 
    35       tauxg, tauyg        !: surface stress components in geographical 
    36       !                   !  referential (used in output) 
     34      taux, tauy             !: surface stress components in (i,j) referential 
    3735   !!---------------------------------------------------------------------- 
    3836   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     
    9290      !! 
    9391      !! ** Action  : - update taux , tauy the stress in (i,j) ref. 
    94       !!              - update tauxg, tauyg the stress in geographic ref. 
    9592      !! 
    9693      !! History : 
     
    201198            taux (:,:) = zfacto * tau0x 
    202199            tauy (:,:) = zfacto * tau0y 
    203             tauxg(:,:) = zfacto * tau0x 
    204             tauyg(:,:) = zfacto * tau0y 
    205200         ENDIF 
    206201 
Note: See TracChangeset for help on using the changeset viewer.