Data Types | |
| type | nml_bound_t |
Functions/Subroutines | |
| subroutine | w3nmlbound (NDSI, INFILE, NML_BOUND, IERR) |
| subroutine | read_bound_nml (NDSI, NML_BOUND) |
| subroutine | report_bound_nml (NML_BOUND) |
Variables | |
| character(256) | msg |
| report message More... | |
| integer | ndsn |
| namelist file unit More... | |
| subroutine w3nmlboundmd::read_bound_nml | ( | integer, intent(in) | NDSI, |
| type(nml_bound_t), intent(inout) | NML_BOUND | ||
| ) |
| [in] | ndsi | namelist file unit |
| [in,out] | nml_bound | bound structure |
Definition at line 154 of file w3nmlboundmd.F90.
References w3servmd::extcde(), msg, and w3odatmd::ndse.
Referenced by w3nmlbound().
| subroutine w3nmlboundmd::report_bound_nml | ( | type(nml_bound_t), intent(in) | NML_BOUND | ) |
| [in] | nml_bound | bound structure |
Definition at line 259 of file w3nmlboundmd.F90.
Referenced by w3nmlbound().
| subroutine w3nmlboundmd::w3nmlbound | ( | integer, intent(in) | NDSI, |
| character*(*), intent(in) | INFILE, | ||
| type(nml_bound_t), intent(inout) | NML_BOUND, | ||
| integer, intent(out) | IERR | ||
| ) |
| [in] | ndsi | input file unit |
| [in] | infile | input file name |
| [in,out] | nml_bound | bound structure |
| [out] | ierr | error code |
Definition at line 45 of file w3nmlboundmd.F90.
References file(), w3odatmd::ndse, ndsn, read_bound_nml(), and report_bound_nml().
Referenced by w3bound().
| character(256) w3nmlboundmd::msg |
report message
Definition at line 36 of file w3nmlboundmd.F90.
Referenced by read_bound_nml(), and report_bound_nml().
| integer w3nmlboundmd::ndsn |
namelist file unit
Definition at line 37 of file w3nmlboundmd.F90.
Referenced by report_bound_nml(), and w3nmlbound().