Reads namelist from file or standard input.
Reads log from file or standard input.
The function returns the following error codes:
E_EOR
if end of file has been reached.E_READ
if reading from file failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(log_type), | intent(inout) | :: | log |
Log type. |
||
integer, | intent(in), | optional | :: | unit |
File unit. |
Reads observation from file or standard input.
The function returns the following error codes:
E_EOR
if end of file has been reached.E_READ
if reading from file failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(observ_type), | intent(inout) | :: | observ |
Observation type. |
||
integer, | intent(in), | optional | :: | unit |
File unit. |