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 2333 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_tvd.F90 – NEMO

Ignore:
Timestamp:
2010-10-28T23:10:52+02:00 (14 years ago)
Author:
rblod
Message:

Add missing lwp in some advection routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_tvd.F90

    r2287 r2333  
    8787 
    8888      IF( kt == nit000 )  THEN 
    89          WRITE(numout,*) 
    90          WRITE(numout,*) 'tra_adv_tvd : TVD advection scheme on ', cdtype 
    91          WRITE(numout,*) '~~~~~~~~~~~' 
     89         IF(lwp) WRITE(numout,*) 
     90         IF(lwp) WRITE(numout,*) 'tra_adv_tvd : TVD advection scheme on ', cdtype 
     91         IF(lwp) WRITE(numout,*) '~~~~~~~~~~~' 
    9292         ! 
    9393         l_trd = .FALSE. 
Note: See TracChangeset for help on using the changeset viewer.