15 | | |
16 | | '''Following list of mandatory attributes is expected by PALM when reading input data from the static input file.''' |
17 | | |
18 | | ||='''Attribute''' =||='''Type''' =||='''Explanation / Remarks''' =|| |
19 | | |---------------- |
20 | | {{{#!td style="vertical-align:top;width: 150px" |
21 | | [=#origin_lat '''origin_lat'''] |
22 | | }}} |
23 | | {{{#!td style="vertical-align:top;width: 50px" |
24 | | NC_FLOAT |
25 | | }}} |
26 | | {{{#!td |
27 | | Geographical latitude in degrees north. This attribute defines the south boundary of the model domain and overwrites the namelist parameter [wiki:doc/app/inipar#latitude latitude], which is used e.g. for the Coriolis parameters as well as for the radiation. |
28 | | Please note, in case of a nested run, values of [wiki:doc/app/inipar#latitude latitude] will be synchronized internally to the respective value of the root parent domain. |
29 | | }}} |
30 | | |---------------- |
31 | | {{{#!td style="vertical-align:top;width: 150px" |
32 | | [=#origin_lon '''origin_lon'''] |
33 | | }}} |
34 | | {{{#!td style="vertical-align:top;width: 50px" |
35 | | NC_FLOAT |
36 | | }}} |
37 | | {{{#!td |
38 | | Geographical longitude in degrees east. This attribute defines the left boundary of the model domain and overwrites the namelist parameter [wiki:doc/app/inipar#longitude longitude], which is used e.g. for the radiation. |
39 | | Please note, in case of a nested run, values of [wiki:doc/app/inipar#longitude longitude] will be synchronized internally to the respective value of the root parent domain. |
40 | | }}} |
41 | | |---------------- |
42 | | {{{#!td style="vertical-align:top;width: 150px" |
43 | | [=#origin_time '''origin_time'''] |
44 | | }}} |
45 | | {{{#!td style="vertical-align:top;width: 50px" |
46 | | NC_CHAR |
47 | | }}} |
48 | | {{{#!td |
49 | | Reference point in time (UTC) {{{YYYY-MM-DD hh:mm:ss +00}}}. |
50 | | }}} |
51 | | |---------------- |
52 | | {{{#!td style="vertical-align:top;width: 150px" |
53 | | [=#origin_x '''origin_x'''] |
54 | | }}} |
55 | | {{{#!td style="vertical-align:top;width: 50px" |
56 | | NC_FLOAT |
57 | | }}} |
58 | | {{{#!td |
59 | | Reference x-location in m (UTM) of left model boundary. |
60 | | }}} |
61 | | |---------------- |
62 | | {{{#!td style="vertical-align:top;width: 150px" |
63 | | [=#origin_y '''origin_y'''] |
64 | | }}} |
65 | | {{{#!td style="vertical-align:top;width: 50px" |
66 | | NC_FLOAT |
67 | | }}} |
68 | | {{{#!td |
69 | | Reference y-location in m (UTM) of south model boundary. |
70 | | }}} |
71 | | |---------------- |
72 | | {{{#!td style="vertical-align:top;width: 150px" |
73 | | [=#origin_z '''origin_z'''] |
74 | | }}} |
75 | | {{{#!td style="vertical-align:top;width: 50px" |
76 | | NC_FLOAT |
77 | | }}} |
78 | | {{{#!td |
79 | | Reference height in m above sea level after DHHN2016. |
80 | | }}} |
81 | | |---------------- |
82 | | {{{#!td style="vertical-align:top;width: 150px" |
83 | | [=#rotation_angle '''rotation_angle'''] |
84 | | }}} |
85 | | {{{#!td style="vertical-align:top;width: 50px" |
86 | | NC_FLOAT |
87 | | }}} |
88 | | {{{#!td |
89 | | 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/inipar#rotation_angle rotation_angle], which is used e.g. to calculate the Coriolis force. |
90 | | }}} |
| 15 | ||='''Attribute''' =||='''Type''' =||='''Explanation / Remarks''' =|| |
| 16 | ||[=#Conventions ''Conventions''] || NC_CHAR || Must be set to "CF-1.7". || |
| 17 | ||[=#data_content ''data_content''] || NC_CHAR || User-defined text, max. 16 characters || |
| 18 | ||[=#origin_lat ''origin_lat''](*) || NC_FLOAT || Geographical latitude in degrees north. This attribute defines the south boundary of the model domain and overwrites the namelist parameter [wiki:doc/app/inipar#latitude latitude], which is used e.g. for the Coriolis parameters as well as for the radiation. Please note, in case of a nested run, values of [wiki:doc/app/inipar#latitude latitude] will be synchronized internally to the respective value of the root parent domain. || |
| 19 | ||[=#origin_lon ''origin_lon''](*) || NC_FLOAT || Geographical longitude in degrees east. This attribute defines the left boundary of the model domain and overwrites the namelist parameter [wiki:doc/app/inipar#longitude longitude], which is used e.g. for the radiation. Please note, in case of a nested run, values of [wiki:doc/app/inipar#longitude longitude] will be synchronized internally to the respective value of the root parent domain. || |
| 20 | ||[=#origin_time ''origin_time''](*?) || NC_CHAR || Reference point in time (UTC) {{{YYYY-MM-DD hh:mm:ss +00}}}. || |
| 21 | ||[=#origin_x ''origin_x''](*) || NC_FLOAT || Reference x-location in m (UTM) of left model boundary. || |
| 22 | ||[=#origin_y ''origin_y''](*) || NC_FLOAT || Reference y-location in m (UTM) of lower model boundary. || |
| 23 | ||[=#origin_z ''origin_z''](*) || NC_FLOAT || Reference height in m above sea level after DHHN2016. || |
| 24 | ||[=#rotation_angle ''rotation_angle''](*?) || NC_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/inipar#rotation_angle rotation_angle], which is used e.g. to calculate the Coriolis force. || |
| 25 | ||[=#source ''source''] || NC_CHAR || User-defined text || |
| 26 | |
| 27 | '''(*) are mandatory attributes''' |
| 28 | |
| 29 | |