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/TRA/eosbn2.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/TRA/eosbn2.F90

    r4292 r4616  
    133133      ! 
    134134      CASE( 0 )                !==  Jackett and McDougall (1994) formulation  ==! 
    135 !CDIR NOVERRCHK 
     135         ! 
    136136         zws(:,:,:) = SQRT( ABS( pts(:,:,:,jp_sal) ) ) 
    137137         ! 
     
    265265      ! 
    266266      CASE( 0 )                !==  Jackett and McDougall (1994) formulation  ==! 
    267 !CDIR NOVERRCHK 
     267         ! 
    268268         zws(:,:,:) = SQRT( ABS( pts(:,:,:,jp_sal) ) ) 
    269269         ! 
     
    394394      ! 
    395395      CASE( 0 )                !==  Jackett and McDougall (1994) formulation  ==! 
    396       ! 
    397 !CDIR NOVERRCHK 
     396         ! 
    398397         DO jj = 1, jpjm1 
    399 !CDIR NOVERRCHK 
    400398            DO ji = 1, fs_jpim1   ! vector opt. 
    401399               zws(ji,jj) = SQRT( ABS( pts(ji,jj,jp_sal) ) ) 
Note: See TracChangeset for help on using the changeset viewer.