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 1579 for trunk/NEMO/OPA_SRC/SBC/cpl_oasis3.F90 – NEMO

Ignore:
Timestamp:
2009-08-05T12:14:11+02:00 (15 years ago)
Author:
smasson
Message:

avoid write in numout before definition of lwp, see ticket:237

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/cpl_oasis3.F90

    r1281 r1579  
    8484      !!-------------------------------------------------------------------- 
    8585 
    86       IF(lwp) WRITE(numout,*) 'cpl_prism_init : initialization in coupled ocean/atmosphere case' 
    87       IF(lwp) WRITE(numout,*) '~~~~~~~~~~~~~~~~' 
    88       IF(lwp) WRITE(numout,*) 
     86      ! WARNING: No write in numout in this routine 
     87      !============================================ 
     88 
    8989      !------------------------------------------------------------------ 
    9090      ! 1st Initialize the PRISM system for the application 
Note: See TracChangeset for help on using the changeset viewer.