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_muscl2.F90 – NEMO

Ignore:
Timestamp:
2010-10-28T23:10:52+02:00 (13 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_muscl2.F90

    r2287 r2333  
    8080 
    8181      IF( kt == nit000 )  THEN 
    82          WRITE(numout,*) 
    83          WRITE(numout,*) 'tra_adv_muscl2 : MUSCL2 advection scheme on ', cdtype 
    84          WRITE(numout,*) '~~~~~~~~~~~~~~~' 
     82         IF(lwp) WRITE(numout,*) 
     83         IF(lwp) WRITE(numout,*) 'tra_adv_muscl2 : MUSCL2 advection scheme on ', cdtype 
     84         IF(lwp) WRITE(numout,*) '~~~~~~~~~~~~~~~' 
    8585         ! 
    8686         l_trd = .FALSE. 
Note: See TracChangeset for help on using the changeset viewer.