Data Types | |
| type | nml_field_t |
| type | nml_file_t |
| type | nml_smc_t |
Functions/Subroutines | |
| subroutine | w3nmlounf (NDSI, INFILE, NML_FIELD, NML_FILE, NML_SMC, IERR) |
| subroutine | read_field_nml (NDSI, NML_FIELD) |
| subroutine | read_file_nml (NDSI, NML_FILE) |
| subroutine | read_smc_nml (NDSI, NML_SMC) |
| subroutine | report_field_nml (NML_FIELD) |
| subroutine | report_file_nml (NML_FILE) |
| subroutine | report_smc_nml (NML_SMC) |
Variables | |
| character(256) | msg |
| integer | ndsn |
| subroutine w3nmlounfmd::read_field_nml | ( | integer, intent(in) | NDSI, |
| type(nml_field_t), intent(inout) | NML_FIELD | ||
| ) |
Definition at line 203 of file w3nmlounfmd.F90.
References w3servmd::extcde(), msg, w3odatmd::ndse, w3servmd::strace(), and constants::undef.
Referenced by w3nmlounf().
| subroutine w3nmlounfmd::read_file_nml | ( | integer, intent(in) | NDSI, |
| type(nml_file_t), intent(inout) | NML_FILE | ||
| ) |
Definition at line 325 of file w3nmlounfmd.F90.
References w3servmd::extcde(), msg, w3odatmd::ndse, and w3servmd::strace().
Referenced by w3nmlounf().
| subroutine w3nmlounfmd::read_smc_nml | ( | integer, intent(in) | NDSI, |
| type(nml_smc_t), intent(inout) | NML_SMC | ||
| ) |
Definition at line 433 of file w3nmlounfmd.F90.
References w3servmd::extcde(), msg, w3odatmd::ndse, and w3servmd::strace().
Referenced by w3nmlounf().
| subroutine w3nmlounfmd::report_field_nml | ( | type(nml_field_t), intent(in) | NML_FIELD | ) |
Definition at line 543 of file w3nmlounfmd.F90.
References msg, ndsn, and w3servmd::strace().
Referenced by w3nmlounf().
| subroutine w3nmlounfmd::report_file_nml | ( | type(nml_file_t), intent(in) | NML_FILE | ) |
Definition at line 645 of file w3nmlounfmd.F90.
References msg, ndsn, and w3servmd::strace().
Referenced by w3nmlounf().
| subroutine w3nmlounfmd::report_smc_nml | ( | type(nml_smc_t), intent(in) | NML_SMC | ) |
Definition at line 733 of file w3nmlounfmd.F90.
References msg, ndsn, and w3servmd::strace().
Referenced by w3nmlounf().
| subroutine w3nmlounfmd::w3nmlounf | ( | integer, intent(in) | NDSI, |
| character*(*), intent(in) | INFILE, | ||
| type(nml_field_t), intent(inout) | NML_FIELD, | ||
| type(nml_file_t), intent(inout) | NML_FILE, | ||
| type(nml_smc_t), intent(inout) | NML_SMC, | ||
| integer, intent(out) | IERR | ||
| ) |
Definition at line 76 of file w3nmlounfmd.F90.
References file(), w3odatmd::ndse, ndsn, read_field_nml(), read_file_nml(), read_smc_nml(), report_field_nml(), report_file_nml(), report_smc_nml(), and w3servmd::strace().
Referenced by w3ounf().
| character(256) w3nmlounfmd::msg |
Definition at line 67 of file w3nmlounfmd.F90.
Referenced by read_field_nml(), read_file_nml(), read_smc_nml(), report_field_nml(), report_file_nml(), and report_smc_nml().
| integer w3nmlounfmd::ndsn |
Definition at line 68 of file w3nmlounfmd.F90.
Referenced by report_field_nml(), report_file_nml(), report_smc_nml(), and w3nmlounf().