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 13058 for NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-06-07T20:13:59+02:00 (4 years ago)
Author:
rblod
Message:

merge trunk@13057 into dev_r12973_AGRIF_CMEMS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12973_AGRIF_CMEMS/src/OCE/nemogcm.F90

    r13026 r13058  
    228228         IF( ngrdstop > 0 ) THEN 
    229229            WRITE(ctmp9,'(i2)') ngrdstop 
    230             WRITE(ctmp2,*) '      ==>>>   Error detected in Agrif grid '//TRIM(ctmp9) 
    231             WRITE(ctmp3,*) '      ==>>>   look for error messages in '//TRIM(ctmp9)//'_ocean_output* files' 
    232             CALL ctl_stop( ctmp1, ctmp2, ctmp3 ) 
     230            WRITE(ctmp2,*) '           E R R O R detected in Agrif grid '//TRIM(ctmp9) 
     231            WRITE(ctmp3,*) '           Look for "E R R O R" messages in all existing '//TRIM(ctmp9)//'_ocean_output* files' 
     232            CALL ctl_stop( ' ', ctmp1, ' ', ctmp2, ' ', ctmp3 ) 
    233233         ELSE 
    234             CALL ctl_stop( ctmp1 ) 
     234            WRITE(ctmp2,*) '           Look for "E R R O R" messages in all existing ocean_output* files' 
     235            CALL ctl_stop( ' ', ctmp1, ' ', ctmp2 ) 
    235236         ENDIF 
    236237      ENDIF 
     
    245246#else 
    246247      IF    ( lk_oasis ) THEN   ;   CALL cpl_finalize   ! end coupling and mpp communications with OASIS 
    247       ELSEIF( lk_mpp   ) THEN   ;   CALL mppstop      ! end mpp communications 
     248      ELSEIF( lk_mpp   ) THEN   ;   CALL mppstop        ! end mpp communications 
    248249      ENDIF 
    249250#endif 
Note: See TracChangeset for help on using the changeset viewer.