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 – NEMO

Changeset 1697 for trunk/NEMO/OPA_SRC


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

\!CDIR commands on the first column

Location:
trunk/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/IOM/iom.F90

    r1520 r1697  
    721721               IF( zofs /= 0. )   pv_r1d(:) = pv_r1d(:) + zofs 
    722722            ELSEIF( PRESENT(pv_r2d) ) THEN 
    723                !CDIR COLLAPSE 
     723!CDIR COLLAPSE 
    724724               IF( zscf /= 1.)   pv_r2d(:,:) = pv_r2d(:,:) * zscf 
    725                !CDIR COLLAPSE 
     725!CDIR COLLAPSE 
    726726               IF( zofs /= 0.)   pv_r2d(:,:) = pv_r2d(:,:) + zofs 
    727727            ELSEIF( PRESENT(pv_r3d) ) THEN 
    728                !CDIR COLLAPSE 
     728!CDIR COLLAPSE 
    729729               IF( zscf /= 1.)   pv_r3d(:,:,:) = pv_r3d(:,:,:) * zscf 
    730                !CDIR COLLAPSE 
     730!CDIR COLLAPSE 
    731731               IF( zofs /= 0.)   pv_r3d(:,:,:) = pv_r3d(:,:,:) + zofs 
    732732            ENDIF 
  • 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.