Changes between Initial Version and Version 1 of doc/app/iofiles/pids/vm


Ignore:
Timestamp:
Jul 2, 2019 1:33:26 PM (6 years ago)
Author:
scharf
Comment:

created own page for virtual measurement input file

Legend:

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

    v1 v1  
     1== [=#virtual_measurement_input '''Virtual measurement input file'''] ==
     2
     3The 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]. 
     4
     5||='''Global attributes'''  =||='''Type''' =||='''Explanation / Remarks'''  =||
     6|----------------
     7{{{#!td style="vertical-align:top;width: 150px"
     8[=#num_vm '''number_of_stations<id>''']
     9}}}
     10{{{#!td style="vertical-align:top;width: 50px"
     11NC_INT
     12}}}
     13{{{#!td
     14Number of considered sites.
     15}}}
     16|----------------
     17{{{#!td style="vertical-align:top;width: 150px"
     18[=#origin_x2 '''origin_x<id>''']
     19}}}
     20{{{#!td style="vertical-align:top;width: 50px"
     21NC_FLOAT
     22}}}
     23{{{#!td
     24Origin ''x''-coordinate of the measurement site in UTM.
     25}}}
     26|----------------
     27{{{#!td style="vertical-align:top;width: 150px"
     28[=#origin_y2 '''origin_y<id>''']
     29}}}
     30{{{#!td style="vertical-align:top;width: 50px"
     31NC_FLOAT
     32}}}
     33{{{#!td
     34Origin ''y''-coordinate of the measurement site in UTM.
     35}}}
     36|----------------
     37{{{#!td style="vertical-align:top;width: 150px"
     38[=#site '''site<id>''']
     39}}}
     40{{{#!td style="vertical-align:top;width: 50px"
     41NC_CHAR
     42}}}
     43{{{#!td
     44Name of the site. The name of the site will be used to name the final NetcDF files.
     45}}}
     46|----------------
     47{{{#!td style="vertical-align:top;width: 150px"
     48[=#featuretype '''featureType<id>''']
     49}}}
     50{{{#!td style="vertical-align:top;width: 50px"
     51NC_CHAR
     52}}}
     53{{{#!td
     54Type of the measurement. Allowed strings are: ''timeSeries'', ''timeSeriesProfile'', and ''trajectory''.
     55}}}
     56|----------------
     57{{{#!td style="vertical-align:top;width: 150px"
     58[=#filename '''filename<id>''']
     59}}}
     60{{{#!td style="vertical-align:top;width: 50px"
     61NC_CHAR
     62}}}
     63{{{#!td
     64Name of the file where the original observational data is stored.
     65}}}
     66|----------------
     67{{{#!td style="vertical-align:top;width: 150px"
     68[=#soilsample '''soil_sample<id>''']
     69}}}
     70{{{#!td style="vertical-align:top;width: 50px"
     71NC_BYTE
     72}}}
     73{{{#!td
     74Bit 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. 
     75}}}
     76
     77\\\\
     78In 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'''.
     79
     80||='''Variables'''  =||='''Type''' =||='''Explanation / Remarks'''  =||
     81|----------------
     82{{{#!td style="vertical-align:top;width: 150px"
     83[=#eutm '''E_UTM<id>''' (1) or (tray<id>,ntime<id>)]
     84}}}
     85{{{#!td style="vertical-align:top;width: 50px"
     86NC_FLOAT
     87}}}
     88{{{#!td
     89UTM easting coordinate of the measurement location(s).
     90}}}
     91|----------------
     92{{{#!td style="vertical-align:top;width: 150px"
     93[=#nutm '''N_UTM<id>''' (1) or (tray<id>,ntime<id>)]
     94}}}
     95{{{#!td style="vertical-align:top;width: 50px"
     96NC_FLOAT
     97}}}
     98{{{#!td
     99UTM northing coordinate of the measurement location(s).
     100}}}
     101|----------------
     102{{{#!td style="vertical-align:top;width: 150px"
     103[=#zag '''height_above_origin<id>''' (1) or (tray<id>,ntime<id>)]
     104}}}
     105{{{#!td style="vertical-align:top;width: 50px"
     106NC_FLOAT
     107}}}
     108{{{#!td
     109Height above the surface. 
     110}}}
     111|----------------
     112{{{#!td style="vertical-align:top;width: 150px"
     113[=#measured_variables '''measured_variables<id>'''(num_vars<id>,10)]
     114}}}
     115{{{#!td style="vertical-align:top;width: 50px"
     116NC_CHAR
     117}}}
     118{{{#!td
     119List of character strings (length = 10) with variable names.
     120}}}
     121
     122For an example input file, please see [[attachment:example_vmeas|here]].