Version 3 (modified by suehring, 5 years ago) (diff) |
---|
Virtual measurement input file
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 number of stations.
Global attributes | Type | Explanation / Remarks |
---|---|---|
number_of_stations | NC_INT | Number of considered sites. |
origin_x<id> | NC_FLOAT | Origin x-coordinate of the measurement site in UTM. |
origin_y<id> | NC_FLOAT | Origin y-coordinate of the measurement site in UTM. |
site<id> | NC_CHAR | Name of the site. The name of the site will be used to name the final NetcDF files. |
featureType<id> | NC_CHAR | Type of the measurement. Allowed strings are: timeSeries, timeSeriesProfile, and trajectory. |
filename<id> | NC_CHAR | Name of the file where the original observational data is stored. |
soil_sample<id> | NC_BYTE | Bit 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. |
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 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.
Variables | Type | Explanation / Remarks |
---|---|---|
E_UTM<id> (1) or (tray<id>,ntime<id>) | NC_FLOAT | UTM easting coordinate of the measurement location(s). |
N_UTM<id> (1) or (tray<id>,ntime<id>) | NC_FLOAT | UTM northing coordinate of the measurement location(s). |
height_above_origin<id> (1) or (tray<id>,ntime<id>) | NC_FLOAT | Height above the surface. |
measured_variables<id>(num_vars<id>,10) | NC_CHAR | List of character strings (length = 10) with variable names. |
Attachments (2)
-
vm_driver
(3.0 MB) -
added by suehring 5 years ago.
Setup file for virtual measurements
-
vm_driver_v2
(21.4 MB) -
added by suehring 4 years ago.
measurement setup file