System type methods.
More...
|
subroutine, public | oasis_abort (id_compid, cd_routine, cd_message) |
| OASIS abort method, publically available to users. More...
|
|
subroutine, public | oasis_flush (nu) |
| Flushes output to file. More...
|
|
subroutine, public | oasis_unitget (uio) |
| Get a free unit number. More...
|
|
subroutine, public | oasis_unitsetmin (uio) |
| Set the minimum unit number allowed. More...
|
|
subroutine, public | oasis_unitfree (uio) |
| Release a unit number for reuse. More...
|
|
subroutine, public | oasis_debug_enter (string) |
| Used when a subroutine is entered, write info to log file at some debug level. More...
|
|
subroutine, public | oasis_debug_exit (string) |
| Used when a subroutine is exited, write info to log file at some debug level. More...
|
|
subroutine, public | oasis_debug_note (string) |
| Used to write information from a subroutine, write info to log file at some debug level. More...
|
|
|
character(len=*), parameter, public | astr = ' ABORT: ' |
|
character(len=*), parameter, public | estr = ' ERROR: ' |
|
character(len=*), parameter, public | wstr = ' WARNING: ' |
|
|
integer(ip_intwp_p), parameter | muni = 20 |
|
integer(ip_intwp_p), dimension(muni),
save | unitno = -1 |
|
integer(ip_intwp_p), save | maxion |
|
integer(ip_intwp_p), parameter | tree_delta = 2 |
|
integer(ip_intwp_p), save | tree_indent = 0 |
|
System type methods.
Definition at line 4 of file mod_oasis_sys.F90.
subroutine, public mod_oasis_sys::oasis_abort |
( |
integer(kind=ip_intwp_p), intent(in), optional |
id_compid, |
|
|
character(len=*), intent(in), optional |
cd_routine, |
|
|
character(len=*), intent(in), optional |
cd_message |
|
) |
| |
OASIS abort method, publically available to users.
- Parameters
-
[in] | id_compid | component id |
[in] | cd_routine | string defining calling routine |
[in] | cd_message | error message string |
Definition at line 40 of file mod_oasis_sys.F90.
subroutine, public mod_oasis_sys::oasis_debug_enter |
( |
character(len=*), intent(in) |
string | ) |
|
Used when a subroutine is entered, write info to log file at some debug level.
- Parameters
-
[in] | string | name of the subroutine |
Definition at line 174 of file mod_oasis_sys.F90.
subroutine, public mod_oasis_sys::oasis_debug_exit |
( |
character(len=*), intent(in) |
string | ) |
|
Used when a subroutine is exited, write info to log file at some debug level.
- Parameters
-
[in] | string | name of subroutine |
Definition at line 201 of file mod_oasis_sys.F90.
subroutine, public mod_oasis_sys::oasis_debug_note |
( |
character(len=*), intent(in) |
string | ) |
|
Used to write information from a subroutine, write info to log file at some debug level.
- Parameters
-
[in] | string | string to write |
Definition at line 228 of file mod_oasis_sys.F90.
subroutine, public mod_oasis_sys::oasis_flush |
( |
integer(kind=ip_intwp_p), intent(in) |
nu | ) |
|
Flushes output to file.
- Parameters
-
[in] | nu | unit number of file |
Definition at line 77 of file mod_oasis_sys.F90.
subroutine, public mod_oasis_sys::oasis_unitfree |
( |
integer(kind=ip_intwp_p), intent(in) |
uio | ) |
|
subroutine, public mod_oasis_sys::oasis_unitget |
( |
integer(kind=ip_intwp_p), intent(out) |
uio | ) |
|
subroutine, public mod_oasis_sys::oasis_unitsetmin |
( |
integer(kind=ip_intwp_p), intent(in) |
uio | ) |
|
character(len=*), parameter, public mod_oasis_sys::astr = ' ABORT: ' |
character(len=*), parameter, public mod_oasis_sys::estr = ' ERROR: ' |
integer(ip_intwp_p), save mod_oasis_sys::maxion |
|
private |
integer(ip_intwp_p), parameter mod_oasis_sys::muni = 20 |
|
private |
integer(ip_intwp_p), parameter mod_oasis_sys::tree_delta = 2 |
|
private |
integer(ip_intwp_p), save mod_oasis_sys::tree_indent = 0 |
|
private |
integer(ip_intwp_p), dimension(muni), save mod_oasis_sys::unitno = -1 |
|
private |
character(len=*), parameter, public mod_oasis_sys::wstr = ' WARNING: ' |
The documentation for this module was generated from the following file: