Module for storing file i/o related variables. More...
Go to the source code of this file.
Modules | |
| module | m_fileio |
| Module for storing file i/o related variables. | |
Functions/Subroutines | |
| subroutine | m_fileio::z_fileio (filename, qual, iufind, iunit, iostat) |
| Open file with name FILENAME and determine unit number IUNIT. More... | |
| subroutine | m_fileio::z_fclose (iunit) |
| Close file with unit number IUNIT, and set IUNIT=-1. More... | |
| subroutine | m_fileio::z_flunit (iunit, ierr) |
| Find a free unit number. More... | |
Variables | |
| integer, parameter | m_fileio::i_print =0 |
| (0/1/2) Test output printing off/on Output channel defined by i_out More... | |
| integer, parameter | m_fileio::i_out =6 |
| Output channel to screen ==1 screen output for Unix/Linux systems ==6 screen output for Windows. More... | |
| integer | m_fileio::i_log |
| (0/1) Logging off/on More... | |
| integer | m_fileio::i_prt |
| (0/1) Printing off/on More... | |
| integer | m_fileio::i_tst |
| (0,1,2...) Test level off/on More... | |
| integer | m_fileio::lu_err |
| standard error file More... | |
| integer | m_fileio::lu_inp |
| standard input file More... | |
| integer | m_fileio::lu_log |
| standard logging More... | |
| integer | m_fileio::lu_prt |
| standard print output More... | |
| integer | m_fileio::lu_tst |
| standard test output More... | |