Changes between Version 3 and Version 4 of doc/app/iofiles/pids/vm


Ignore:
Timestamp:
Feb 11, 2020 6:16:36 PM (5 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v3 v4  
    22
    33The 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]. 
     4The following global attributes must be present in the virtual setup file.
    45
    56||='''Global attributes'''  =||='''Type''' =||='''Explanation / Remarks'''  =||
     
    5657|----------------
    5758{{{#!td style="vertical-align:top;width: 150px"
    58 [=#filename '''filename<id>''']
    59 }}}
    60 {{{#!td style="vertical-align:top;width: 50px"
    61 NC_CHAR
    62 }}}
    63 {{{#!td
    64 Name of the file where the original observational data is stored.
    65 }}}
    66 |----------------
    67 {{{#!td style="vertical-align:top;width: 150px"
    6859[=#soilsample '''soil_sample<id>''']
    6960}}}
     
    7667
    7768\\\\
    78 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'''.
     69In the following, the required dimensions/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 a fixed number of locations. The number of fixed coordinates (e.g. several sensors at a mast) is stored in the dimension station<id>. 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'''.
    7970
    8071||='''Variables'''  =||='''Type''' =||='''Explanation / Remarks'''  =||
    8172|----------------
    8273{{{#!td style="vertical-align:top;width: 150px"
    83 [=#eutm '''E_UTM<id>''' (1) or (tray<id>,ntime<id>)]
     74[=#eutm '''E_UTM<id>''' (station<id>) or (tray<id>,ntime<id>)]
    8475}}}
    8576{{{#!td style="vertical-align:top;width: 50px"
     
    9182|----------------
    9283{{{#!td style="vertical-align:top;width: 150px"
    93 [=#nutm '''N_UTM<id>''' (1) or (tray<id>,ntime<id>)]
     84[=#nutm '''N_UTM<id>''' (station<id>) or (tray<id>,ntime<id>)]
    9485}}}
    9586{{{#!td style="vertical-align:top;width: 50px"
     
    10192|----------------
    10293{{{#!td style="vertical-align:top;width: 150px"
    103 [=#zag '''height_above_origin<id>''' (1) or (tray<id>,ntime<id>)]
     94[=#zag '''z<id>''' (station<id>) or (tray<id>,ntime<id>)]
    10495}}}
    10596{{{#!td style="vertical-align:top;width: 50px"
     
    10798}}}
    10899{{{#!td
    109 Height above the surface. 
     100Sensor height above sea level. The relative measurement height calculates from {{{z-station_h}}}.
     101}}}
     102|----------------
     103{{{#!td style="vertical-align:top;width: 150px"
     104[=#station_h '''station_h<id>''' (station<id>) or (tray<id>,ntime<id>)]
     105}}}
     106{{{#!td style="vertical-align:top;width: 50px"
     107NC_FLOAT
     108}}}
     109{{{#!td
     110Surface altitude with respect to sea level.
    110111}}}
    111112|----------------