source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/tools/OBSTOOLS/src/ctl_stop.h90 @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

File size: 562 bytes
Line 
1   SUBROUTINE ctl_stop( cerr )
2      !!---------------------------------------------------------------------
3      !!
4      !!                     ** ROUTINE ctl_stop **
5      !!
6      !!  ** Purpose : Stop execution
7      !!
8      !!  ** Method  :
9      !!
10      !!  ** Action  :
11      !!
12      !!   History :   (2008-12) K. Mogensen. NEMOVAR version
13      !!----------------------------------------------------------------------
14      CHARACTER(len=*) :: cerr
15
16      WRITE(*,*)'Error:'
17      WRITE(*,*)TRIM(cerr)
18      CALL abort
19
20   END SUBROUTINE ctl_stop
21
Note: See TracBrowser for help on using the repository browser.