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_muscl.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_muscl.F90

    r2287 r2333  
    8282 
    8383      IF( kt == nit000 )  THEN 
    84          WRITE(numout,*) 
    85          WRITE(numout,*) 'tra_adv : MUSCL advection scheme on ', cdtype 
    86          WRITE(numout,*) '~~~~~~~' 
     84         IF(lwp) WRITE(numout,*) 
     85         IF(lwp) WRITE(numout,*) 'tra_adv : MUSCL advection scheme on ', cdtype 
     86         IF(lwp) WRITE(numout,*) '~~~~~~~' 
    8787         ! 
    8888         l_trd = .FALSE. 
Note: See TracChangeset for help on using the changeset viewer.