Changes between Version 80 and Version 81 of doc/app/iofiles/pids


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

--

Legend:

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

    v80 v81  
    14411441
    14421442'''Please note''', input from chemistry input file is already implemented in PALM-4U. A documentation will follow soon.
     1443
     1444\\\\
     1445== [=#virtual_measurement_input '''Virtual measurement input file'''] ==
     1446
     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]. 
     1448
     1449||='''Global attributes'''  =||='''Type''' =||='''Explanation / Remarks'''  =||
     1450|----------------
     1451{{{#!td style="vertical-align:top;width: 150px"
     1452[=#num_vm '''number_of_stations_<id>''']
     1453}}}
     1454{{{#!td style="vertical-align:top;width: 50px"
     1455NC_INT
     1456}}}
     1457{{{#!td
     1458Number of considered sites.
     1459}}}
     1460|----------------
     1461{{{#!td style="vertical-align:top;width: 150px"
     1462[=#origin_x2 '''origin_x_<id>''']
     1463}}}
     1464{{{#!td style="vertical-align:top;width: 50px"
     1465NC_FLOAT
     1466}}}
     1467{{{#!td
     1468Origin ''x''-coordinate of the measurement site.
     1469}}}
     1470|----------------
     1471{{{#!td style="vertical-align:top;width: 150px"
     1472[=#origin_y2 '''origin_y_<id>''']
     1473}}}
     1474{{{#!td style="vertical-align:top;width: 50px"
     1475NC_FLOAT
     1476}}}
     1477{{{#!td
     1478Origin ''y''-coordinate of the measurement site.
     1479}}}
     1480|----------------
     1481{{{#!td style="vertical-align:top;width: 150px"
     1482[=#site '''site_<id>''']
     1483}}}
     1484{{{#!td style="vertical-align:top;width: 50px"
     1485NC_CHAR
     1486}}}
     1487{{{#!td
     1488Name of the site. The name of the site will be used to name the final NetcDF files.
     1489}}}
     1490|----------------
     1491{{{#!td style="vertical-align:top;width: 150px"
     1492[=#featuretype '''featureType_<id>''']
     1493}}}
     1494{{{#!td style="vertical-align:top;width: 50px"
     1495NC_CHAR
     1496}}}
     1497{{{#!td
     1498Type of the measurement. Allowed strings are: ''timeSeries'', ''timeSeriesProfile'', and ''trajectory''.
     1499}}}
     1500|----------------
     1501{{{#!td style="vertical-align:top;width: 150px"
     1502[=#filename '''filename_<id>''']
     1503}}}
     1504{{{#!td style="vertical-align:top;width: 50px"
     1505NC_CHAR
     1506}}}
     1507{{{#!td
     1508Name of the file where the original observational data is stored.
     1509}}}
     1510|----------------
     1511{{{#!td style="vertical-align:top;width: 150px"
     1512[=#soilsample '''soil_sample_<id>''']
     1513}}}
     1514{{{#!td style="vertical-align:top;width: 50px"
     1515NC_BYTE
     1516}}}
     1517{{{#!td
     1518Bit 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. 
     1519}}}