With this group of parameters
the start model and the type and amount of output can be specified.
Parameters with the suffix ``_start
'' describe the initial model,
these with suffix ``_end
'' the corresponding final model.
Additional data can be written
into the file described by the parameters with suffix ``_full
''
(full 2D/3D model dumps, huge, see Sect. 5.1)
or
into the file described by the parameters with suffix ``_mean
''
(additional information, see Sect. 5.2).
real dtime_out_full
:
full
file can be set e.g. with
0.0
: No output to this file
0.0
: Output at every time step. Attention: This can produce HUGE files in no time.
0.0
: Output to full
file approximately every dtime_out_full
seconds.
real dtime_out_end
:
end
file can be set e.g. with
0.0
: Output only at very end of run (classical behavior).
0.0
: Output at every time step.
Attention: This can produce lots of I/O operations and can take a long time.
However, it will not produce a large file.
Instead, the end
file is written over and over again.
0.0
: Output to end
file approximately every dtime_out_end
seconds
(and at the very end of the simulation).
-1.0
, not enabling any additional output into this file.
A value a reasonable factor smaller than real dtime_out_full
seems appropriate.
real dtime_out_mean
:
mean
file can be set e.g. with
0.0
: No output to this file
0.0
: Output at every time step.
0.0
: Output to mean
file approximately every dtime_out_mean
seconds.
mean
dataset is much smaller than one full
dataset,
it is possible to request a higher sampling rate without using too much disk space.
integer n_outslicedim_mean
:
0
the output is suppressed.
A value of 1, 2, 3
indiciates the direction of the normal to the output plane:
for instance, in a local 3D "box-in-a-star" model with gravity along direction 3 a value
of 3
gives a horizontal plane in the middel of the model (useful only in special cases)
whereas a value of 2
(or 1
) gives a vertical slice with a horizontal and the
vertical axis - useful for movies of 2D slices.
The grid index of the slice cannot be specified.
character infile_start
:
rhd.sta
(for a parameter file used within a batch system).
Typical filenames are st35gm04n01_01.sta
or gt57g44n20dz.end
.
integer istep_in_start
:
character outfile_end
:
rhd.end
.
Leaving it empty means that no final model is written. This of course inhibits
follow-up simulations but can be useful to save time and disk space for some tests.
character outfile_full
:
character outfile_mean
:
character outform_end
:
unformatted
: (default) fast compact (possibly machine-dependent) output:
strongly recommended
formatted
: slow (machine-independent) output, big files
character outconv_end
:
ieee_4
is supported (which is always the case, so far) it should be chosen.
character outform_full
:
full
model files
can be chosen e.g. with
unformatted
: (default) fast compact (possibly machine-dependent) output:
strongly recommended
formatted
: slow (machine-independent) output, big files
character outconv_full
:
full
model files
can be specified e.g. with
ieee_4
is supported (which is always the case, so far) it should be chosen.
character outform_mean
:
unformatted
: (default) fast compact (possibly machine-dependent) output:
strongly recommended
formatted
: slow (machine-independent) output, big files
character outconv_mean
:
ieee_4
is supported (which is always the case, so far) it should be chosen.