|
FV3 Bundle
|
Data Types | |
| type | field_description_type |
| type | file_description_type |
Functions/Subroutines | |
| subroutine, public | parse_diag_table (diag_subset, istat, err_msg) |
| subroutine | open_diag_table (iunit, iostat, err_msg) |
| subroutine | close_diag_table (iunit) |
| type(file_description_type) function | parse_file_line (line, istat, err_msg) |
| type(field_description_type) function | parse_field_line (line, istat, err_msg) |
| pure logical function | is_a_file (line) |
| pure character(len=128) function | fix_file_name (file_name_string) |
| pure integer function | find_unit_ivalue (unit_string) |
| subroutine | initialize_output_arrays () |
Variables | |
| character(len= *), parameter | unallowed_qte = "'"//'"' |
| character(len= *), parameter | unallowed_all = UNALLOWED_QTE//"," |
|
private |
Definition at line 598 of file diag_table.F90.
|
private |
| [in] | unit_string | Input string, containing the unit. |
Definition at line 977 of file diag_table.F90.
|
private |
|
private |
Definition at line 1012 of file diag_table.F90.
|
private |
|
private |
| subroutine, public diag_table_mod::parse_diag_table | ( | integer, intent(in), optional | diag_subset, |
| integer, intent(out), optional, target | istat, | ||
| character(len=*), intent(out), optional | err_msg | ||
| ) |
Definition at line 355 of file diag_table.F90.
|
private |
Definition at line 792 of file diag_table.F90.
|
private |
Definition at line 627 of file diag_table.F90.
|
private |
Definition at line 277 of file diag_table.F90.
|
private |
Definition at line 276 of file diag_table.F90.