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 – NEMO

Changeset 670 for trunk/NEMO/OPA_SRC


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

Location:
trunk/NEMO/OPA_SRC/SBC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/flx_core.h90

    r633 r670  
    507507         END DO 
    508508 
    509 !!gm ==>  at this point, a lbc is required, no? 
    510          ! 
    511          ! lb : should we do this here?    !!gm yes should we remove that??? 
    512          tauxg(:,:) = taux(:,:)  ! Save components in  
    513          tauyg(:,:) = tauy(:,:)  ! geographical ref on U grid 
    514          ! 
    515509         ! 
    516510         !   II.2) Turbulent fluxes over ocean 
  • trunk/NEMO/OPA_SRC/SBC/tau_forced_daily.h90

    r473 r670  
    9292             
    9393         CALL FLUSH(numout) 
     94 
    9495      ENDIF 
    95           
    96       ! Save components in geographical ref on U grid 
    97       tauxg(:,:) = taux(:,:) 
    98       tauyg(:,:) = tauy(:,:) 
    9996          
    10097      ! ------------------- ! 
  • 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.