wiki:PDAF_abort

Version 1 (modified by lnerger, 4 days ago) ( diff )

--

PDAF_abort

This page documents the routine PDAF_abort of PDAF, which was introduced with PDAF V3.1.

This routine can be used to exit the assimilation program in case of an error. Since PDAF uses MPI parallelization one cannot use 'exit' to stop all processes of the program. PDAF_abort performs the correct exiting of the program.

The interface is the following:

SUBROUTINE PDAF_abort(error)

  INTEGER, INTENT(in) :: error   ! Error value

Note:

  • The error value can be freely chosen. It is the value with which the program exits.
Note: See TracWiki for help on using the wiki.