| 1520 | |
| 1521 | \\\\ |
| 1522 | In the following, the required variables will be listed. Please note, NetCDF dimensions of the coordinate variables ''E_UTM'', ''N_UTM'', and ''height_above_origin'' depend on the [#featuretype type] of the measurement. For ''timeseries'', the observation is a stationary one, with only 1 value necessary for sufficient description of the coordinates. For ''timeSeriesProfile'' or ''trajectory'', however, the coordinate variables depend on the dimensions ''tray<id>'' and ''ntime<id>'', being the number of trajectories and the maximum number of timesteps measured for a trajectory, according to the '''[UC]2 data standard'''. |
| 1523 | |
| 1524 | ||='''Variables''' =||='''Type''' =||='''Explanation / Remarks''' =|| |
| 1525 | |---------------- |
| 1526 | {{{#!td style="vertical-align:top;width: 150px" |
| 1527 | [=#eutm '''E_UTM<id>''' (1) or (tray<id>,ntime<id>)] |
| 1528 | }}} |
| 1529 | {{{#!td style="vertical-align:top;width: 50px" |
| 1530 | NC_FLOAT |
| 1531 | }}} |
| 1532 | {{{#!td |
| 1533 | UTM easting coordinate of the measurement location(s). |
| 1534 | }}} |
| 1535 | |---------------- |
| 1536 | {{{#!td style="vertical-align:top;width: 150px" |
| 1537 | [=#nutm '''N_UTM<id>''' (1) or (tray<id>,ntime<id>)] |
| 1538 | }}} |
| 1539 | {{{#!td style="vertical-align:top;width: 50px" |
| 1540 | NC_FLOAT |
| 1541 | }}} |
| 1542 | {{{#!td |
| 1543 | UTM northing coordinate of the measurement location(s). |
| 1544 | }}} |
| 1545 | |---------------- |
| 1546 | {{{#!td style="vertical-align:top;width: 150px" |
| 1547 | [=#zag '''height_above_origin<id>''' (1) or (tray<id>,ntime<id>)] |
| 1548 | }}} |
| 1549 | {{{#!td style="vertical-align:top;width: 50px" |
| 1550 | NC_FLOAT |
| 1551 | }}} |
| 1552 | {{{#!td |
| 1553 | Height above the surface. |
| 1554 | }}} |
| 1555 | |---------------- |
| 1556 | {{{#!td style="vertical-align:top;width: 150px" |
| 1557 | [=#measured_variables '''measured_variables<id>'''(num_vars<id>,10)] |
| 1558 | }}} |
| 1559 | {{{#!td style="vertical-align:top;width: 50px" |
| 1560 | NC_CHAR |
| 1561 | }}} |
| 1562 | {{{#!td |
| 1563 | List of character strings (length = 10) with variable names. |
| 1564 | }}} |
| 1565 | |
| 1566 | For an example input files, please see here. |