Actions

NCVIEW2D: Difference between revisions

From BAWiki

(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...")
 
(working group POS)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
|name_de=NCVIEW2D
|name_de=NCVIEW2D
|name=NCVIEW2D
|name=NCVIEW2D
|version=Febuary 2020
|version=March 2021
|version_descr=Febuary 2020
|version_descr=September 2022
|catchwords=oostprozessor<br />
|catchwords=oostprozessor<br />
time series<br />
time series<br />
Line 19: Line 19:


<gallery>
<gallery>
Time series.example 1.de.png|Beispiel 1
Time series.example 1.de.png|example 1
Time series.example 2.en.png|Beispiel 2
Time series.example 2.en.png|example 2
Time series.example 3.en.png|Beispiel 3
Time series.example 3.en.png|example 3
</gallery>
</gallery>


Line 39: Line 39:
# program log *.sdr
# program log *.sdr
# errors and warning *.err
# errors and warning *.err
# opt: plot data stored as spreadsheet or [https://de.mathworks.com/help/matlab/timetables.html MATLAB Timetable]
# opt: other formats such as *.jpg, *.tif, *.svg, *.pdf, *.png
# opt: other formats such as *.jpg, *.tif, *.svg, *.pdf, *.png


Line 49: Line 50:
# Extracting optional parameters, which have been given in [[NCVIEW2D.DAT]], other data is set to a default value.
# Extracting optional parameters, which have been given in [[NCVIEW2D.DAT]], other data is set to a default value.
# Data import (file, variables)
# Data import (file, variables)
# opt: data operations
# opt: data smoothing
# Testing of existence of x-axis limits
# Testing of existence of x-axis limits
# Initialising the figure environment
# Initialising the figure environment
Line 59: Line 62:
# Writing [[DMQS]] information in *.fig
# Writing [[DMQS]] information in *.fig
# Export *.fig  
# Export *.fig  
# Export further formats (if requested)
# opt: export further formats (if requested)
# opt: export of data as spreadsheet (xlsx) or [https://de.mathworks.com/help/matlab/timetables.html MATLAB Timetable]
# controlled end


|preprocessor=[[UNTRIM]], [[UNTRIM2]], [[UNK]], [[DATACONVERT]], [[BOE2NC]], [[NCDELTA]]
|preprocessor=[[UNTRIM]], [[UNTRIM2]], [[UNK]], [[DATACONVERT]], [[BOE2NC]], [[NCDELTA]], [[NCANALYSE]], [[NCCUTOUT]], [https://www.deltares.nl/en/software/delft3d-flexible-mesh-suite/ Delft3D-Flexible Mesh]
|postprocessor=[[MATLAB]]
|postprocessor=[[MATLAB]]
|language=MATLAB r2019b
|language=MATLAB r2020b
|add_software= keine
|add_software= keine
|contact_original=[mailto:robert.hagen@baw.de R. Hagen]
|contact_original=R. Hagen
|contact_maintenance=[mailto:robert.hagen@baw.de R. Hagen]
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS] with R. Hagen and U. Schiller


|documentation=
|documentation=

Latest revision as of 10:56, 6 September 2022

Basic Information

Name of Program

NCVIEW2D

Version-Date

March 2021

Description-Date

September 2022

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:

  1. plot window(s) (also subplots)
  2. y-axis
  3. 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

  1. req: NCVIEW2D.DAT

Output-Files

  1. MATLAB figure *.fig
  2. DMQS metadata (stored in figure)
  3. program log *.sdr
  4. errors and warning *.err
  5. opt: plot data stored as spreadsheet or MATLAB Timetable
  6. 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:

  1. Reading and checking the steering file
  2. Testing of the existence of input data and its variables
  3. Testing of the plausibility of input parameters
  4. Extracting optional parameters, which have been given in NCVIEW2D.DAT, other data is set to a default value.
  5. Data import (file, variables)
  6. opt: data operations
  7. opt: data smoothing
  8. Testing of existence of x-axis limits
  9. Initialising the figure environment
  10. Initialising the the axis
  11. Initialising the the legend
  12. Initialising the UUID legend (if requested)
  13. Initialising the figure title (if requested)
  14. Initialising the figure box and grid lines (if requested)
  15. Initialising the textboxes (if requested)
  16. Writing DMQS information in *.fig
  17. Export *.fig
  18. opt: export further formats (if requested)
  19. opt: export of data as spreadsheet (xlsx) or MATLAB Timetable
  20. controlled end

Program(s) to run before this Program

UNTRIM, UNTRIM2, UNK, DATACONVERT, BOE2NC, NCDELTA, NCANALYSE, NCCUTOUT, Delft3D-Flexible Mesh

Program(s) to run after this Program

MATLAB

Additional Information

Language

MATLAB r2020b

Additional software

keine

Original Version

R. Hagen

Maintenance

Working group POS with R. Hagen and U. Schiller

Documentation/Literature

  • Template Files:
    • template files available in $PROGHOME/examples/ncdelta

back to Program Descriptions


Overview