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 501 for trunk/NEMO/TOP_SRC/TRP/trcnxt.F90 – NEMO

Ignore:
Timestamp:
2006-09-12T13:10:14+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_068:CE:re-organization of coordinate definition and scale factors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trcnxt.F90

    r349 r501  
    9797 
    9898#if defined key_obc 
    99         IF(lwp) WRITE(numout,cform_err) 
    100         IF(lwp) WRITE(numout,*) '          Passive tracers and Open Boundary condition can not be used together ' 
    101         IF(lwp) WRITE(numout,*) '          Check in trc_nxt routine' 
    102         nstop = nstop + 1 
     99        CALL ctl_stop( '          Passive tracers and Open Boundary condition can not be used together ' & 
     100           &           '          Check in trc_nxt routine' ) 
    103101#endif 
    104102 
Note: See TracChangeset for help on using the changeset viewer.