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/OFF_SRC/IOM/iom.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/OFF_SRC/IOM/iom.F90

    r1487 r1697  
    720720               IF( zofs /= 0. )   pv_r1d(:) = pv_r1d(:) + zofs 
    721721            ELSEIF( PRESENT(pv_r2d) ) THEN 
    722                !CDIR COLLAPSE 
     722!CDIR COLLAPSE 
    723723               IF( zscf /= 1.)   pv_r2d(:,:) = pv_r2d(:,:) * zscf 
    724                !CDIR COLLAPSE 
     724!CDIR COLLAPSE 
    725725               IF( zofs /= 0.)   pv_r2d(:,:) = pv_r2d(:,:) + zofs 
    726726            ELSEIF( PRESENT(pv_r3d) ) THEN 
    727                !CDIR COLLAPSE 
     727!CDIR COLLAPSE 
    728728               IF( zscf /= 1.)   pv_r3d(:,:,:) = pv_r3d(:,:,:) * zscf 
    729                !CDIR COLLAPSE 
     729!CDIR COLLAPSE 
    730730               IF( zofs /= 0.)   pv_r3d(:,:,:) = pv_r3d(:,:,:) + zofs 
    731731            ENDIF 
Note: See TracChangeset for help on using the changeset viewer.