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 1697 for trunk/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2009-10-31T13:27:19+01:00 (15 years ago)
Author:
smasson
Message:

\!CDIR commands on the first column

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbccpl.F90

    r1696 r1697  
    673673         IF( llnewtau ) THEN  
    674674            zcoef = 1. / ( zrhoa * zcdrag )  
    675             !CDIR NOVERRCHK 
     675!CDIR NOVERRCHK 
    676676            DO jj = 1, jpj 
    677                !CDIR NOVERRCHK 
     677!CDIR NOVERRCHK 
    678678               DO ji = 1, jpi  
    679679                  frcv(ji,jj,jpr_w10m) = SQRT( frcv(ji,jj,jpr_taum) * zcoef ) 
Note: See TracChangeset for help on using the changeset viewer.