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 5956 for branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/NEMO/OPA_SRC/SBC/sbcflx.F90 – NEMO

Ignore:
Timestamp:
2015-11-30T20:55:41+01:00 (8 years ago)
Author:
mathiot
Message:

ISF : merged trunk (5936) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/NEMO/OPA_SRC/SBC/sbcflx.F90

    r4990 r5956  
    131131         ELSE                  ;   qsr(:,:) =          sf(jp_qsr)%fnow(:,:,1) 
    132132         ENDIF 
    133 !CDIR COLLAPSE 
    134133         DO jj = 1, jpj                                           ! set the ocean fluxes from read fields 
    135134            DO ji = 1, jpi 
     
    145144         !                                                        ! module of wind stress and wind speed at T-point 
    146145         zcoef = 1. / ( zrhoa * zcdrag ) 
    147 !CDIR NOVERRCHK 
    148146         DO jj = 2, jpjm1 
    149 !CDIR NOVERRCHK 
    150147            DO ji = fs_2, fs_jpim1   ! vect. opt. 
    151148               ztx = utau(ji-1,jj  ) + utau(ji,jj)  
Note: See TracChangeset for help on using the changeset viewer.