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

Ignore:
Timestamp:
2015-12-02T11:52:05+01:00 (8 years ago)
Author:
timgraham
Message:

Upgrade to head of trunk (r5936)

File:
1 edited

Legend:

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

    r5682 r5974  
    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.