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/traqsr.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/traqsr.F90

    r4333 r4616  
    6262#  include "vectopt_loop_substitute.h90" 
    6363   !!---------------------------------------------------------------------- 
    64    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     64   !! NEMO/OPA 3.7 , NEMO Consortium (2014) 
    6565   !! $Id$ 
    6666   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    187187                  CALL fld_read( kt, 1, sf_chl )                         ! Read Chl data and provides it at the current time step 
    188188                  !          
    189 !CDIR COLLAPSE 
    190 !CDIR NOVERRCHK 
    191189                  DO jj = 1, jpj                                         ! Separation in R-G-B depending of the surface Chl 
    192 !CDIR NOVERRCHK 
    193190                     DO ji = 1, jpi 
    194191                        zchl = MIN( 10. , MAX( 0.03, sf_chl(1)%fnow(ji,jj,1) ) ) 
     
    215212               ! 
    216213               DO jk = 2, nksr+1 
    217 !CDIR NOVERRCHK 
    218214                  DO jj = 1, jpj 
    219 !CDIR NOVERRCHK    
    220215                     DO ji = 1, jpi 
    221216                        zc0 = ze0(ji,jj,jk-1) * EXP( - fse3t(ji,jj,jk-1) * xsi0r     ) 
     
    502497                
    503498                  DO jk = 2, nksr+1 
    504 !CDIR NOVERRCHK 
    505499                     DO jj = 1, jpj 
    506 !CDIR NOVERRCHK    
    507500                        DO ji = 1, jpi 
    508501                           zc0 = ze0(ji,jj,jk-1) * EXP( - e3t_0(ji,jj,jk-1) * xsi0r     ) 
Note: See TracChangeset for help on using the changeset viewer.