Changes between Version 6 and Version 7 of doc/app/iofiles/pids/palm_csd


Ignore:
Timestamp:
Dec 11, 2020 12:56:39 PM (4 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/pids/palm_csd

    v6 v7  
    1313
    1414=== [global] ===
    15 A set of global attributes can be defined that will be passed to the static driver file. In details, the following attributes can be set:
     15A set of global attributes can be defined that will be passed to the static driver file. In details, the following attributes can be set (see also [wiki:doc/app/iofiles/pids/static static driver description]:
    1616||='''Attribute'''  =||='''Data type''' =||='''Description'''  =||
    1717|| {{{author}}} || string || Author of the static driver. Use the format: name, email ||
    18 || {{{contact}}} || string || Author of the static driver ||
    19 || {{{acronym}}} || string || Author of the static driver ||
    20 || {{{comment}}} || string || Author of the static driver ||
    21 || {{{data_content}}} || string || Author of the static driver ||
    22 || {{{dependencies}}} || string || Author of the static driver ||
    23 || {{{keywords}}} || string || Author of the static driver ||
    24 || {{{source}}} || string || Author of the static driver ||
    25 || {{{campaign}}} || string || Author of the static driver ||
    26 || {{{location}}} || string || Author of the static driver ||
    27 || {{{site}}} || string || Author of the static driver ||
    28 || {{{institution}}} || string || Author of the static driver ||
    29 || {{{palm_version}}} || float || Author of the static driver ||
    30 || {{{rotation_angle}}} || float || Author of the static driver ||
    31 || {{{references}}} || string || Author of the static driver ||
     18|| {{{contact}}} || string || Contact person, format as for {{{author}}} ||
     19|| {{{acronym}}} || string || Institional acronym (formating rules applies to static drivers used in the [http://uc2-mosaik.org MOSAIK] project) ||
     20|| {{{comment}}} || string || Arbitrary text ||
     21|| {{{data_content}}} || string || Arbitrary text ||
     22|| {{{dependencies}}} || string || Arbitrary text ||
     23|| {{{keywords}}} || string || Arbitrary keywords ||
     24|| {{{source}}} || string || List of data sources used to generate the driver ||
     25|| {{{campaign}}} || string || Information on measurement capaign (if applicable) ||
     26|| {{{location}}} || string || Geo-location of the static driver content (if applicable) ||
     27|| {{{site}}} || string || Site description od the static driver content (if applicable) ||
     28|| {{{institution}}} || string || Institution of the driver creator ||
     29|| {{{palm_version}}} || float || PALM version for which the driver was generated (for comptatibility checks) ||
     30|| {{{rotation_angle}}} || float || Clockwise angle of rotation in degrees between North positive y axis and the y axis in the data, e.g. ''0.0''. This value overwrites the namelist parameter [wiki:doc/app/initialization_parameters#rotation_angle rotation_angle]. ||
     31|| {{{references}}} || string || Arbitrary text ||
    3232
    3333Example:
     
    3737acronym = LUHimuk
    3838comment = created with palm_csd
    39 data_content = text
    40 dependencies = text
    41 keywords = text
    42 source = text
    43 campaign = text
     39data_content
     40dependencies
     41keywords
     42source
     43campaign
    4444location = Berlin
    4545site = Berlin Mitte
     
    4747palm_version = 6.0
    4848rotation_angle = 0.0
    49 references = text
     49references
    5050}}}
    5151