The header of the parameter file contains information about the file format
and contents.
The description
array can be used to specify the goal
of the simulation, special model characteristics, or important parameter
changes compared to a previous or standard model.
The history array may contain the predecessor of the parameter file
to simplify a tracing of parameter changes.
fileform uio
:
fileform uio form=formatted convert=ieee_4 date='01.01.2002' & program='by hand'can be abbreviated to
fileform uio form=formatted convert=ieee_4which indicates that the file is in UIO form and Fortran ``formatted'' (ASCII). The specification of the conversion type (``
convert=ieee_4
'') is
more relevant for unformatted files.
These terms should not be changed.
But it can be of interest to append e.g. the date of the last
modification (e.g. ``date='01.01.2002'
'').
character file_id
:
character file_id f=A80 b=80 n='File identification' rhd-parameterindicates the intended use of the file as parameter file for the RHD code CO5BOLD. Do not edit!
character description
:
character description d=(1:4) f=A80 p=1 b=80 n='File description' Parameter file for RHD code: Full size 3D Betelgeuse model: 5 M_Sun, 650 R_Sun Start with st35gm04n03_09.end (127^3 -> 171^3) Run with SHORTradThis entry is optional (it can be omitted completely) but it is recommended to put at least some relevant keywords into this array. If you change the number of lines (between 1 and 20) you have to adjust the size specification (``
d=(1:4)
'' in the example above).
character history
:
character history d=(1:2) f=A80 p=1 b=80 n='File history' Taken from st35gm04n03_09.par Last Modification: 01.01.2002Its use is optional.