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 4616 for branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2014-04-06T17:28:25+02:00 (10 years ago)
Author:
gm
Message:

#1260 : see the associated wiki page for explanation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r4292 r4616  
    7373 
    7474   !!---------------------------------------------------------------------- 
    75    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     75   !! NEMO/OPA 3.7 , NEMO Consortium (2014) 
    7676   !! $Id$ 
    7777   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     
    812812               IF( zofs /= 0. )   pv_r1d(:) = pv_r1d(:) + zofs 
    813813            ELSEIF( PRESENT(pv_r2d) ) THEN 
    814 !CDIR COLLAPSE 
    815814               IF( zscf /= 1.)   pv_r2d(:,:) = pv_r2d(:,:) * zscf 
    816 !CDIR COLLAPSE 
    817815               IF( zofs /= 0.)   pv_r2d(:,:) = pv_r2d(:,:) + zofs 
    818816            ELSEIF( PRESENT(pv_r3d) ) THEN 
    819 !CDIR COLLAPSE 
    820817               IF( zscf /= 1.)   pv_r3d(:,:,:) = pv_r3d(:,:,:) * zscf 
    821 !CDIR COLLAPSE 
    822818               IF( zofs /= 0.)   pv_r3d(:,:,:) = pv_r3d(:,:,:) + zofs 
    823819            ENDIF 
Note: See TracChangeset for help on using the changeset viewer.