Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=500), | public, | pointer | :: | run_name | |||
character(len=500), | private, | target | :: | arun_name | |||
character(len=500), | private, | target | :: | job_name | |||
character(len=500), | public | :: | list_name | ||||
integer, | public, | parameter | :: | stdout_unit | = | 6 | |
integer, | public | :: | runtype_option_switch | ||||
integer, | public, | parameter | :: | runtype_standalone | = | 0 | |
integer, | public, | parameter | :: | runtype_list | = | 1 | |
integer, | public, | parameter | :: | runtype_trinity | = | 2 | |
integer, | public, | parameter | :: | runtype_multibox | = | 3 | |
integer, | private, | save | :: | input_unit_no | |||
integer, | private, | save | :: | error_unit_no | = | stdout_unit | |
integer, | public, | save | :: | num_input_lines |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | nml |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | nml | |||
logical, | intent(out) | :: | exist |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(out) | :: | list | |||
logical, | intent(in), | optional | :: | input | ||
logical, | intent(in), | optional | :: | error | ||
logical, | intent(in), | optional | :: | trin_run | ||
character(len=*), | intent(in), | optional | :: | name | ||
integer, | intent(in), | optional | :: | n_ensembles |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(out) | :: | list |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=500), | intent(in) | :: | jobname |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | unit |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | unit | |||
character(len=*), | intent(in) | :: | ext | |||
logical, | intent(in), | optional | :: | overwrite_in |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | open_it |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(inout) | :: | line |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | open_it |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | unit |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(out) | :: | unit | |||
character(len=*), | intent(in) | :: | nml | |||
integer, | intent(in) | :: | index_in |