Changes between Version 82 and Version 83 of doc/app/iofiles/pids


Ignore:
Timestamp:
Feb 5, 2019 4:36:57 PM (6 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v82 v83  
    14451445== [=#virtual_measurement_input '''Virtual measurement input file'''] ==
    14461446
    1447 The virtual measurement input file comprises all information required to setup virtual sites within the model domain. Therefore, different global attributes as well as variables are mandatory. Please note, each attribute and variable name is in the format ''name_<id>'', where id is an integer number running from 1 to [#num_vm number of stations]. 
     1447The virtual measurement input file comprises all information required to setup virtual sites within the model domain. Therefore, different global attributes as well as variables are mandatory. Please note, each attribute and variable name is in the format ''name<id>'', where id is an integer number running from 1 to [#num_vm number of stations]. 
    14481448
    14491449||='''Global attributes'''  =||='''Type''' =||='''Explanation / Remarks'''  =||
     
    14661466}}}
    14671467{{{#!td
    1468 Origin ''x''-coordinate of the measurement site.
     1468Origin ''x''-coordinate of the measurement site in UTM.
    14691469}}}
    14701470|----------------
     
    14761476}}}
    14771477{{{#!td
    1478 Origin ''y''-coordinate of the measurement site.
     1478Origin ''y''-coordinate of the measurement site in UTM.
    14791479}}}
    14801480|----------------
     
    15181518Bit value indicating that at the current site also soil quantities should be sampled ( = 1 ). If no soil quantities are sampled this value should be 0. 
    15191519}}}
     1520
     1521\\\\
     1522In 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"
     1530NC_FLOAT
     1531}}}
     1532{{{#!td
     1533UTM 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"
     1540NC_FLOAT
     1541}}}
     1542{{{#!td
     1543UTM 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"
     1550NC_FLOAT
     1551}}}
     1552{{{#!td
     1553Height 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"
     1560NC_CHAR
     1561}}}
     1562{{{#!td
     1563List of character strings (length = 10) with variable names.
     1564}}}
     1565
     1566For an example input files, please see here.