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 2423 for trunk/NEMO/TOP_SRC/PISCES/trcctl_pisces.F90 – NEMO

Ignore:
Timestamp:
2010-11-24T16:37:34+01:00 (13 years ago)
Author:
cetlod
Message:

v3.2:use of standard print control in TOP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/trcctl_pisces.F90

    r1264 r2423  
    4141   ! ----------------------- 
    4242#if  defined key_kriest 
    43       IF( jp_pisces /= 23) THEN  
     43      IF( jp_pisces /= 23) CALL ctl_stop( ' PISCES must have 23 passive tracers. Change jp_pisces in par_pisces.F90' ) 
    4444#else 
    45       IF( jp_pisces /= 24) THEN 
     45      IF( jp_pisces /= 24) CALL ctl_stop( ' PISCES must have 24 passive tracers. Change jp_pisces in par_pisces.F90' ) 
    4646#endif 
    47           IF (lwp) THEN  
    48               WRITE (numout,*) ' ===>>>> : w a r n i n g ' 
    49               WRITE (numout,*) ' =======   ============= ' 
    50               WRITE (numout,*)                               & 
    51               &   ' STOP, change jp_pisces',               &  
    52               &   ' in par_pisces.F90'   
    53           END IF  
    54           STOP 'TRC_CTL' 
    55       END IF  
    5647 
    5748   END SUBROUTINE trc_ctl_pisces 
Note: See TracChangeset for help on using the changeset viewer.