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/LIM_SRC/limrst_dimg.h90 – NEMO

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/LIM_SRC/limrst_dimg.h90

    r391 r474  
    191191       
    192192      IF( ( it0 - it1 ) /= 1 .AND. ABS( nrstdt ) == 1 ) THEN 
    193          IF (lwp) THEN 
    194          WRITE(numout,cform_err) 
    195          WRITE(numout,*) ' ===>>>> : problem with nit000 for the restart' 
    196          WRITE(numout,*) ' we stop. verify the file or rerun with the value  0 for the' 
    197          WRITE(numout,*) ' control of time parameter  nrstdt' 
    198          END IF 
    199          nstop = nstop + 1 
     193         CALL ctl_stop( ' ===>>>> : problem with nit000 for the restart',   & 
     194         &              ' we stop. verify the file or rerun with the value  0 for the',   & 
     195         &          ' control of time parameter  nrstdt' ) 
    200196      ENDIF 
    201197 
Note: See TracChangeset for help on using the changeset viewer.