Go to the source code of this file.
|
subroutine | write_header (FFORMAT, NRES, TITLE, NVAR, NOMVAR, OUTVAR) |
|
◆ write_header()
subroutine write_header |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
NRES, |
|
|
character(len=72), intent(in) |
TITLE, |
|
|
integer, intent(in) |
NVAR, |
|
|
character(len=32), dimension(nvar), intent(in) |
NOMVAR, |
|
|
logical, dimension(nvar), intent(in) |
OUTVAR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT File format |
[in] | NRES | Logical unit of file |
[in] | TITLE | Title of file |
[in] | NVAR | Total number of variables |
[in] | NOMVAR | Name of variables |
[in] | OUTVAR | Variables to be put in the file |
Definition at line 7 of file write_header.f.