NCVIEW2D: Difference between revisions
From BAWiki
Robert Hagen (talk | contribs) (Created page with "{{ProgramDescription |name_de=NCVIEW2D |name=NCVIEW2D |version=Febuary 2020 |version_descr=Febuary 2020 |catchwords=oostprozessor<br /> time series<br /> CF-NETCDF.NC|cf-net...") |
Robert Hagen (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
<gallery> | <gallery> | ||
Time series.example 1.de.png| | Time series.example 1.de.png|example 1 | ||
Time series.example 2.en.png| | Time series.example 2.en.png|example 2 | ||
Time series.example 3.en.png| | Time series.example 3.en.png|example 3 | ||
</gallery> | </gallery> | ||
Revision as of 14:13, 25 February 2020
Basic Information
Name of Program
NCVIEW2D
Version-Date
Febuary 2020
Description-Date
Febuary 2020
Catchwords
oostprozessor
time series
cf-netcdf.nc
Short Description of Functionality
NCVIEW2D is applied to visualize cf-netcdf.nc data as time series. The following objects are within a plot:
- plot window(s) (also subplots)
- y-axis
- data
A plot window can also have two y-axis with 5 individual data sets each. E. g. plot window 1 and its y-axis 1 can contain the measured and modeled water level, while plot window 2 could show measured salinity on the left y-axis and discharge on the right y-axis. Plot windows are placed from north to south. Below the lowes window, the UUID of the cf-netcdf.nc data may be displayed as legend.
Input-Files
- req: NCVIEW2D.DAT
Output-Files
- MATLAB figure *.fig
- DMQS metadata (stored in figure)
- program log *.sdr
- errors and warning *.err
- opt: other formats such as *.jpg, *.tif, *.svg, *.pdf, *.png
Methodology
This program was written in MATLAB and takes advantage of existing PROGHOME methods, such as unit conversion or i/o of BOEWRT data. The program is subdivided in the following sections:
- Reading and checking the steering file
- Testing of the existence of input data and its variables
- Testing of the plausibility of input parameters
- Extracting optional parameters, which have been given in NCVIEW2D.DAT, other data is set to a default value.
- Data import (file, variables)
- Testing of existence of x-axis limits
- Initialising the figure environment
- Initialising the the axis
- Initialising the the legend
- Initialising the UUID legend (if requested)
- Initialising the figure title (if requested)
- Initialising the figure box and grid lines (if requested)
- Initialising the textboxes (if requested)
- Writing DMQS information in *.fig
- Export *.fig
- Export further formats (if requested)
Program(s) to run before this Program
UNTRIM, UNTRIM2, UNK, DATACONVERT, BOE2NC, NCDELTA
Program(s) to run after this Program
Additional Information
Language
MATLAB r2019b
Additional software
keine
Original Version
Maintenance
Documentation/Literature
- Template Files:
- template files available in $PROGHOME/examples/ncdelta
back to Program Descriptions