Data Types | |
| type | nml_field_t |
| type | nml_file_t |
| type | nml_forcing_t |
| type | nml_grid_t |
Functions/Subroutines | |
| subroutine | w3nmlprnc (NDSI, INFILE, NML_FORCING, NML_FILE, IERR) |
| subroutine | read_forcing_nml (NDSI, NML_FORCING) |
| subroutine | read_file_nml (NDSI, NML_FILE) |
| subroutine | report_forcing_nml (NML_FORCING) |
| subroutine | report_file_nml (NML_FILE) |
Variables | |
| character(256) | msg |
| integer | ndsn |
| subroutine w3nmlprncmd::read_file_nml | ( | integer, intent(in) | NDSI, |
| type(nml_file_t), intent(inout) | NML_FILE | ||
| ) |
Definition at line 342 of file w3nmlprncmd.F90.
References w3servmd::extcde(), msg, w3odatmd::ndse, and w3servmd::strace().
Referenced by w3nmlprnc().
| subroutine w3nmlprncmd::read_forcing_nml | ( | integer, intent(in) | NDSI, |
| type(nml_forcing_t), intent(inout) | NML_FORCING | ||
| ) |
Definition at line 203 of file w3nmlprncmd.F90.
References w3servmd::extcde(), msg, w3odatmd::ndse, and w3servmd::strace().
Referenced by w3nmlprnc().
| subroutine w3nmlprncmd::report_file_nml | ( | type(nml_file_t), intent(in) | NML_FILE | ) |
Definition at line 567 of file w3nmlprncmd.F90.
References msg, ndsn, and w3servmd::strace().
Referenced by w3nmlprnc().
| subroutine w3nmlprncmd::report_forcing_nml | ( | type(nml_forcing_t), intent(in) | NML_FORCING | ) |
Definition at line 455 of file w3nmlprncmd.F90.
References msg, ndsn, and w3servmd::strace().
Referenced by w3nmlprnc().
| subroutine w3nmlprncmd::w3nmlprnc | ( | integer, intent(in) | NDSI, |
| character*(*), intent(in) | INFILE, | ||
| type(nml_forcing_t), intent(inout) | NML_FORCING, | ||
| type(nml_file_t), intent(inout) | NML_FILE, | ||
| integer, intent(out) | IERR | ||
| ) |
Definition at line 82 of file w3nmlprncmd.F90.
References file(), w3odatmd::ndse, ndsn, read_file_nml(), read_forcing_nml(), report_file_nml(), report_forcing_nml(), and w3servmd::strace().
Referenced by w3prnc().
| character(256) w3nmlprncmd::msg |
Definition at line 73 of file w3nmlprncmd.F90.
Referenced by read_file_nml(), read_forcing_nml(), report_file_nml(), and report_forcing_nml().
| integer w3nmlprncmd::ndsn |
Definition at line 74 of file w3nmlprncmd.F90.
Referenced by report_file_nml(), report_forcing_nml(), and w3nmlprnc().