file_io
Identify every Fortran routine that opens, reads, or writes a specified file, including unit numbers and line references, and resolve output files opened via open_output_file across the entire source tree.
Instructions
Which routines open/read/write a file, with unit numbers and lines. Resolves output files opened via open_output_file. Exhaustive over the whole tree, not truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File name, e.g. aquifer.aqu or aquifer_day.txt |