|
| int | type |
| | output format (DBL, FLT, ...) - one per output More...
|
| |
| int | nvar |
| | tot. More...
|
| |
| int | user_outs |
| |
| int | cgs |
| | when set to 1 saves data in c.g.s units More...
|
| |
| int | nfile |
| | current number being saved - one per output More...
|
| |
| int | dn |
| | step increment between outputs - one per output More...
|
| |
| int * | stag_var |
| | centered or staggered variable - same for all More...
|
| |
| int * | dump_var |
| | select vars being written - one per output More...
|
| |
| char | mode [32] |
| | single or multiple files - one per output More...
|
| |
| char ** | var_name |
| | variable names - same for all More...
|
| |
| char | ext [8] |
| | output extension More...
|
| |
| char | dir [256] |
| | output directory name More...
|
| |
| double | dt |
| | time increment between outputs - one per output More...
|
| |
| double | dclock |
| | time increment in clock hours - one per output More...
|
| |
| double *** | V [64] |
| | pointer to arrays being written - same for all More...
|
| |
| char | fill [168] |
| | useless, just to make the structure size a power of 2 More...
|
| |
The Output structure contains essential information for I/O.
Definition at line 232 of file structs.h.