Data Types | |
| type | nml_bound_t |
Functions/Subroutines | |
| subroutine | w3nmlbounc (NDSI, INFILE, NML_BOUND, IERR) |
| subroutine | read_bound_nml (NDSI, NML_BOUND) |
| subroutine | report_bound_nml (NML_BOUND) |
Variables | |
| character(256) | msg |
| integer | ndsn |
| subroutine w3nmlbouncmd::read_bound_nml | ( | integer, intent(in) | NDSI, |
| type(nml_bound_t), intent(inout) | NML_BOUND | ||
| ) |
Definition at line 160 of file w3nmlbouncmd.F90.
References w3servmd::extcde(), msg, w3odatmd::ndse, and w3servmd::strace().
Referenced by w3nmlbounc().
| subroutine w3nmlbouncmd::report_bound_nml | ( | type(nml_bound_t), intent(in) | NML_BOUND | ) |
Definition at line 271 of file w3nmlbouncmd.F90.
References msg, ndsn, and w3servmd::strace().
Referenced by w3nmlbounc().
| subroutine w3nmlbouncmd::w3nmlbounc | ( | integer, intent(in) | NDSI, |
| character*(*), intent(in) | INFILE, | ||
| type(nml_bound_t), intent(inout) | NML_BOUND, | ||
| integer, intent(out) | IERR | ||
| ) |
Definition at line 45 of file w3nmlbouncmd.F90.
References file(), w3odatmd::ndse, ndsn, read_bound_nml(), report_bound_nml(), and w3servmd::strace().
Referenced by w3bounc().
| character(256) w3nmlbouncmd::msg |
Definition at line 36 of file w3nmlbouncmd.F90.
Referenced by read_bound_nml(), and report_bound_nml().
| integer w3nmlbouncmd::ndsn |
Definition at line 37 of file w3nmlbouncmd.F90.
Referenced by report_bound_nml(), and w3nmlbounc().