BOE2NC: Difference between revisions
From BAWiki
Robert Hagen (talk | contribs) (Created page with "{{ProgramDescription |name_de=BOE2NC |name=BOE2NC |version=January 2020 |version_descr=Febuary 2020 |catchwords=Preprocessor<br /> conversion<br /> BOEWRT.DAT<br /> CF-N...") |
Günther Lang (talk | contribs) (NCDVAR listed as postprocessor) |
||
Line 3: | Line 3: | ||
|name=BOE2NC | |name=BOE2NC | ||
|version=January 2020 | |version=January 2020 | ||
|version_descr= | |version_descr=March 2020 | ||
|catchwords=Preprocessor<br /> | |catchwords=Preprocessor<br /> | ||
conversion<br /> | conversion<br /> | ||
Line 46: | Line 46: | ||
# folder nc_cat: ncrcat -h of the data in nc | # folder nc_cat: ncrcat -h of the data in nc | ||
|preprocessor=[[ | |preprocessor=[[DATACONVERT]], [[ZEITRIO]] | ||
|postprocessor=[[ | |postprocessor=[[NCANALYSE]], [[NCDVAR]], [[NCPOLO]], [[NCPLOT]], [[NCVIEW2D]], [[NetCDF Operators]] | ||
|language=MATLAB r2019b | |language=MATLAB r2019b | ||
|add_software= keine | |add_software= keine |
Revision as of 14:32, 17 March 2020
Basic Information
Name of Program
BOE2NC
Version-Date
January 2020
Description-Date
March 2020
Catchwords
Preprocessor
conversion
BOEWRT.DAT
cf-netcdf.nc
Short Description of Functionality
BOE2NC is applied in order to convert an amount of measured time series from the BOEWRT format to individual and pooled cf-netcdf.nc data.
- all BOEWRT.DAT data must be in one directory
- only water level, current, salinity, temperature and sediment concentration are permitted at the moment
- current must contain a magnitude and a direction
- the BOEWRT.DAT header must contain a timezone, an epsg-code, coordinates and the number of the wet point.
- measured data should be quality controlled by the user, as no checks are run by BOE2NC
- the order of the measured stations can be manipulated by placing a textfile in the measurement directory, which must contain the names of all stations
- measured data is divided into water levels and non-water levels
- data which is not a water level, must have an according water level, as they are concentated in the water level file lateron.
- if no water level exists at the location, the user may use model data, reanalyzed harmonic constituents, or measurements, which are somewhat closeby (+-10km seems to work fine).
- if a parameter is not available at a location, fill values are added
- it is possible to neglect parameters, as BOE2NC executition may be expensive.
Input-Files
- req: steeringBOE2NC.DAT
- opt: order of station e. g. order.txt
Output-Files
- log (Dateityp *.sdr)
- errors and warnings (Dateityp *.err)
- folder boewrt: original data
- folder boe: data as homogenized by ZEITRIO
- folder nc: data as homogenized by ZEITRIO, converted by DATACONVERT and appended by ncks
- folder nc_cat: ncrcat -h of the data in nc
Methodology
{{{methodology}}}
Program(s) to run before this Program
Program(s) to run after this Program
NCANALYSE, NCDVAR, NCPOLO, NCPLOT, NCVIEW2D, NetCDF Operators
Additional Information
Language
MATLAB r2019b
Additional software
keine
Original Version
Maintenance
Documentation/Literature
- Template Files:
- template files available in $PROGHOME/examples/boe2nc/
back to Program Descriptions