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 670 for trunk/NEMO/OPA_SRC/SBC/tau_forced_monthly.h90 – NEMO

Ignore:
Timestamp:
2007-06-01T19:28:33+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/tau_forced_monthly.h90

    r473 r670  
    122122 
    123123         CALL FLUSH(numout) 
     124 
    124125      ENDIF 
    125126 
     
    135136      tauy(:,:) = (1.-zxy) * tauy_dta(:,:,1) + zxy * tauy_dta(:,:,2) 
    136137 
    137       ! Save components  
    138  
    139       tauxg(:,:) = taux(:,:) 
    140       tauyg(:,:) = tauy(:,:) 
    141  
    142       CALL FLUSH(numout) 
    143  
    144138      ! ------------------- ! 
    145139      ! Last call kt=nitend ! 
Note: See TracChangeset for help on using the changeset viewer.