NCPOLO: Difference between revisions
From BAWiki
Robert Hagen (talk | contribs) (Created page with "{{ProgramDescription |name_de=NCPOLO |name=NCPOLO |version=August 2019 |version_descr=April 2020 |catchwords=Postprocessor<br /> time series<br /> hodograph<br /> scatterplots...") |
Robert Hagen (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
|shortdescription= | |shortdescription= | ||
[[NCPOLO]] is applied in model calibration and validation. It corroborates validation illustration and skill scores combined with various export possibilities. With [[NCPOLO]], a observation-prediction comparison can be performed quickly. For a successful application of [[NCPOLO]], all measurements and model data must be available in pooled [[CF-NETCDF.NC|cf-netcdf.nc]] data. A time and space correlated difference, which can be interpreted by [[NCPOLO]] must be created with [[NCDELTA]]. | [[NCPOLO]] is applied in model calibration and validation. It corroborates validation illustration and skill scores combined with various export possibilities. With [[NCPOLO]], a observation-prediction comparison can be performed quickly. For a successful application of [[NCPOLO]], all measurements and model data must be available in pooled [[CF-NETCDF.NC|cf-netcdf.nc]] data. A time and space correlated difference, which can be interpreted by [[NCPOLO]] must be created with [[NCDELTA]]. | ||
Remarks: | Remarks: | ||
Line 23: | Line 24: | ||
* The processing of chunked data is usually faster, when using [[NCDELTA]]. One can chunk a [[CF-NETCDF.NC|cf-netcdf.nc]] file using [[NCCHUNKIE]]. | * The processing of chunked data is usually faster, when using [[NCDELTA]]. One can chunk a [[CF-NETCDF.NC|cf-netcdf.nc]] file using [[NCCHUNKIE]]. | ||
* As the output can be defined in multiple languages, with more than 5 detailed times per tide gauge, the output mass can grow quickly to more than 1,000. Therefore, a user should only enable the illustrations, which are absolutely required. | * As the output can be defined in multiple languages, with more than 5 detailed times per tide gauge, the output mass can grow quickly to more than 1,000. Therefore, a user should only enable the illustrations, which are absolutely required. | ||
Output of [[NCPOLO]]: | Output of [[NCPOLO]]: | ||
Line 32: | Line 34: | ||
* data export (per gauge) | * data export (per gauge) | ||
* statistics export (per gauge, all gauges) | * statistics export (per gauge, all gauges) | ||
|inputfiles= | |inputfiles= | ||
* req: steering[[NCPOLO.DAT]] | |||
|outputfiles= | |outputfiles= | ||
* (req) log (type *.sdr) | |||
* (req) errors and warnings (type *.err) | |||
* (req) time series (type PNG, FIG, EPS, FIG) | |||
* (opt) scatter plot (type PNG, FIG, EPS, FIG) | |||
* (opt) hodograph (type PNG, FIG, EPS, FIG) | |||
* (opt) box-whisker plots (type PNG, FIG, EPS, FIG) | |||
* (opt) statistic distribution (type PNG, FIG, EPS, FIG) | |||
* (opt) statistic parameters (type DAT, CSV, LATEX) | |||
* (opt) comparison data (type DAT, CSV, MAT) | |||
* (opt) statistic overview (type DAT, CSV, MAT) | |||
|preprocessor=[[ | |preprocessor=[[NCDELTA]] | ||
|postprocessor=[[ | |postprocessor=[[MATLAB]] | ||
|language=MATLAB | |language=MATLAB r2019a | ||
|add_software= keine | |add_software= keine | ||
|contact_original=[mailto:robert.hagen@baw.de R. Hagen] | |contact_original=[mailto:robert.hagen@baw.de R. Hagen] | ||
Line 58: | Line 58: | ||
|documentation= | |documentation= | ||
* Template Files: | * Template Files: | ||
** template files available in '''$PROGHOME/examples/ | ** template files available in '''$PROGHOME/examples/ncpolo/''' | ||
}} | }} |
Revision as of 10:17, 16 April 2020
Basic Information
Name of Program
NCPOLO
Version-Date
August 2019
Description-Date
April 2020
Catchwords
Postprocessor
time series
hodograph
scatterplots
model skill
Short Description of Functionality
NCPOLO is applied in model calibration and validation. It corroborates validation illustration and skill scores combined with various export possibilities. With NCPOLO, a observation-prediction comparison can be performed quickly. For a successful application of NCPOLO, all measurements and model data must be available in pooled cf-netcdf.nc data. A time and space correlated difference, which can be interpreted by NCPOLO must be created with NCDELTA.
Remarks:
- One should use BOE2NC for the preprocessing of non-pooled BOEWRT.DAT data
- Measurements should be checked, as NCPOLO does not perform any plausibility checks on input data
- Measurement names must be one-of-a-kind, as more than one measurement (e. g. multiple depths) are not possible to interpret yet.
- Stations are named from the long_name of the NCDELTA variant
- Model data can be provided in 2d and 3d
- NCDELTA must be run with with_original_data = .true.
- The station name will be used troughout illustrations and skill scores. Thus it is smart to chose a short name.
- The processing of chunked data is usually faster, when using NCDELTA. One can chunk a cf-netcdf.nc file using NCCHUNKIE.
- As the output can be defined in multiple languages, with more than 5 detailed times per tide gauge, the output mass can grow quickly to more than 1,000. Therefore, a user should only enable the illustrations, which are absolutely required.
Output of NCPOLO:
- time series (complete, parts)
- scatter plots (colored by density, uniform)
- hodographs of current (colored by density, uniform)
- box-whisker error distribution
- statistics (33 parameters)
- data export (per gauge)
- statistics export (per gauge, all gauges)
Input-Files
- req: steeringNCPOLO.DAT
Output-Files
- (req) log (type *.sdr)
- (req) errors and warnings (type *.err)
- (req) time series (type PNG, FIG, EPS, FIG)
- (opt) scatter plot (type PNG, FIG, EPS, FIG)
- (opt) hodograph (type PNG, FIG, EPS, FIG)
- (opt) box-whisker plots (type PNG, FIG, EPS, FIG)
- (opt) statistic distribution (type PNG, FIG, EPS, FIG)
- (opt) statistic parameters (type DAT, CSV, LATEX)
- (opt) comparison data (type DAT, CSV, MAT)
- (opt) statistic overview (type DAT, CSV, MAT)
Methodology
{{{methodology}}}
Program(s) to run before this Program
Program(s) to run after this Program
Additional Information
Language
MATLAB r2019a
Additional software
keine
Original Version
Maintenance
Documentation/Literature
- Template Files:
- template files available in $PROGHOME/examples/ncpolo/
back to Program Descriptions