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 6041 for branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2015-12-14T10:06:06+01:00 (8 years ago)
Author:
timgraham
Message:

Merged head of trunk into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r5487 r6041  
    931931         ! => need to be done only when otx1 was changed 
    932932         IF( llnewtx ) THEN 
    933 !CDIR NOVERRCHK 
    934933            DO jj = 2, jpjm1 
    935 !CDIR NOVERRCHK 
    936934               DO ji = fs_2, fs_jpim1   ! vect. opt. 
    937935                  zzx = frcv(jpr_otx1)%z3(ji-1,jj  ,1) + frcv(jpr_otx1)%z3(ji,jj,1) 
     
    961959         IF( llnewtau ) THEN  
    962960            zcoef = 1. / ( zrhoa * zcdrag )  
    963 !CDIR NOVERRCHK 
    964961            DO jj = 1, jpj 
    965 !CDIR NOVERRCHK 
    966962               DO ji = 1, jpi  
    967963                  frcv(jpr_w10m)%z3(ji,jj,1) = SQRT( frcv(jpr_taum)%z3(ji,jj,1) * zcoef ) 
Note: See TracChangeset for help on using the changeset viewer.