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 4830 for branches/2014/dev_CNRS1_10_TEOS10_Ediag – NEMO

Ignore:
Timestamp:
2014-11-06T11:56:42+01:00 (9 years ago)
Author:
gm
Message:

#1092 and #1326 : new npc algorithm : small bug fix on unintialized logical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS1_10_TEOS10_Ediag/NEMOGCM/NEMO/OPA_SRC/TRA/tranpc.F90

    r4680 r4830  
    2222   USE trdtra          ! ocean active tracer trends 
    2323   USE eosbn2          ! equation of state (eos routine) 
     24   ! 
    2425   USE lbclnk          ! lateral boundary conditions (or mpp link) 
    2526   USE in_out_manager  ! I/O manager 
     
    3738#  include "vectopt_loop_substitute.h90" 
    3839   !!---------------------------------------------------------------------- 
    39    !! NEMO/OPA 3.7 , NEMO Consortium (2014) 
     40   !! NEMO/OPA 3.6 , NEMO Consortium (2014) 
    4041   !! $Id$ 
    4142   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    7778      LOGICAL, PARAMETER :: l_LB_debug = .FALSE. 
    7879      INTEGER :: ilc1, jlc1, klc1, nncpu 
    79       LOGICAL :: lp_monitor_point 
     80      LOGICAL :: lp_monitor_point = .FALSE. 
    8081      !!LB debug. 
    8182      !!---------------------------------------------------------------------- 
     
    9899         !LB debug: 
    99100         IF( lwp .AND. l_LB_debug ) THEN 
    100             WRITE(numout,*) '' ; WRITE(numout,*) '' 
     101            WRITE(numout,*) 
    101102            WRITE(numout,*) 'LOLO: entering tra_npc, kt, narea =', kt, narea 
    102103         ENDIF 
     
    190191 
    191192                           
    192                            IF(lp_monitor_point) WRITE(numout,*) ' => ikup is =', ikup, ' layer nb.', ilayer 
     193                           IF( lp_monitor_point )  WRITE(numout,*) ' => ikup is =', ikup, ' layer nb.', ilayer 
    193194                           
    194195                           zsum_temp = 0._wp 
Note: See TracChangeset for help on using the changeset viewer.