ccpp Module Reference

The CCPP library main entry and exit points. More...

Functions/Subroutines

subroutine ccpp_init (filename, cdata, ierr)
 CCPP initialization subroutine.
subroutine ccpp_fini (cdata, ierr)
 CCPP finalization subroutine.

Detailed Description

The CCPP library main entry and exit points.


Function/Subroutine Documentation

subroutine ccpp::ccpp_fini ( type(ccpp_t),intent(inout)  cdata,
integer,intent(out)  ierr 
)

CCPP finalization subroutine.

Parameters:
[in,out] cdata The ccpp_t type data.
[out] ierr Integer error flag.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine ccpp::ccpp_init ( character(len=*),intent(in)  filename,
type(ccpp_t),intent(inout)  cdata,
integer,intent(out)  ierr 
)

CCPP initialization subroutine.

Parameters:
[in] filename The file name of the XML scheme file to load.
[in,out] cdata The ccpp_t type data.
[out] ierr Integer error flag.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Defines

Generated on 26 Apr 2017 for ccpp by  doxygen 1.6.1