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 719 for trunk/NEMO/OPA_SRC/DYN/dynzdf_exp.F90 – NEMO

Ignore:
Timestamp:
2007-10-16T16:59:56+02:00 (17 years ago)
Author:
ctlod
Message:

get back to the nemo_v2_3 version for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynzdf_exp.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r710 r719  
    1818   USE phycst          ! physical constants 
    1919   USE zdf_oce         ! ocean vertical physics 
    20    USE sbc_oce         ! surface boundary condition: ocean 
    2120   USE in_out_manager  ! I/O manager 
     21   USE taumod          ! surface ocean stress 
    2222 
    2323   IMPLICIT NONE 
     
    3232   !!---------------------------------------------------------------------- 
    3333   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
    34    !! $Id$ 
     34   !! $Header$  
    3535   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    3636   !!---------------------------------------------------------------------- 
     
    8181         ! Surface boundary condition 
    8282         DO ji = 2, jpim1 
    83             zwy(ji,1) = utau(ji,jj) * zrau0r 
    84             zww(ji,1) = vtau(ji,jj) * zrau0r 
     83            zwy(ji,1) = taux(ji,jj) * zrau0r 
     84            zww(ji,1) = tauy(ji,jj) * zrau0r 
    8585         END DO   
    8686 
Note: See TracChangeset for help on using the changeset viewer.