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 474 for trunk/NEMO/C1D_SRC – NEMO

Changeset 474 for trunk/NEMO/C1D_SRC


Ignore:
Timestamp:
2006-05-11T17:24:19+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_061: SM: end of ctl_stop + mpi optimization in _bilap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/C1D_SRC/step1d.F90

    r468 r474  
    266266      !                                            ! Time loop: control and print 
    267267                       CALL stp_ctl( kstp, indic ) 
    268                        IF ( indic < 0 )   nstop = nstop + 1 
     268                       IF ( indic < 0 ) CALL ctl_stop( 'step1d: indic < 0' ) 
    269269 
    270270      IF ( nstop == 0 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.