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 8502 for branches/UKMO/r6232_HZG_WAVE-coupling/NEMOGCM/NEMO/OPA_SRC/SBC/sbcflx.F90 – NEMO

Ignore:
Timestamp:
2017-09-06T13:05:50+02:00 (7 years ago)
Author:
jcastill
Message:

Bug fix - one variable was calculated using the wrong component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r6232_HZG_WAVE-coupling/NEMOGCM/NEMO/OPA_SRC/SBC/sbcflx.F90

    r8415 r8502  
    177177                     DO ji = 1, jpi 
    178178                        utau(ji,jj) = zwnd_i(ji,jj) 
    179                         vtau(ji,jj) = zwnd_i(ji,jj) 
     179                        vtau(ji,jj) = zwnd_j(ji,jj) 
    180180                     END DO 
    181181                  END DO 
Note: See TracChangeset for help on using the changeset viewer.