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. |
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. |