|
|
I/O Methods
by
streeter
—
last modified
2007-03-30 02:54
Back to List
| Namelist IOCONF |
| Parameter | Data Type | Attribute | Valid Values |
Notes |
| XASCII | Logical |
ASCII dump file toggle |
.TRUE. or .FALSE. |
See IOCONF_Remarks (1) |
| XHDF | Logical |
HDF/HDF5 dump file toggle |
.TRUE. or .FALSE. |
See IOCONF_Remarks (2) |
| XRESTART | Logical |
Restart dump file toggle |
.TRUE. or .FALSE. |
See IOCONF_Remarks (3) |
| XTSL | Logical |
"Time Slice" dump file toggle |
.TRUE. or .FALSE. |
Not implemented |
IOCONF_Remarks
- If XASCII = .TRUE., then subroutine TEXTDMP will write
output files in ASCII format. Additional controls on the
frequency of file dumps is input via namelist IOCON.
- If XHDF = .TRUE., then subroutine HDFALL will write
output files in HDF format if "-DUSE_HDF4" is present in the
ZMP_CPP definition line in the Makefile. If "-DUSE_HDF5"
is defined instead, then viz dumps will be written in HDF5 format.
If neither of these CPP macros is defined, then subroutine HDFALL
will be built as an empty subroutine. If both of these macros
are defined by mistake, the code will abort with an error message if
XHDF is set to .TRUE. Additional controls on the
frequency of file dumps is input via namelist IOCON.
- If XRESTART = .TRUE., then subroutine MSAVE will write
output files in binary format. Additional controls on the
frequency of file dumps is input via namelist IOCON.
|
|
«
|
August
2008
|
»
|
| Su |
Mo |
Tu |
We |
Th |
Fr |
Sa |
| | | | | 1 | 2 |
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 | | | | | | |
|