Actions

PLOTTS.DAT: Difference between revisions

From BAWiki

imported>Nickelsen Levin
m (Typo)
(The LinkTitles extension automatically added links to existing pages (<a target="_blank" rel="nofollow noreferrer noopener" class="external free" href="https://github.com/bovender/LinkTitles">https://github.com/bovender/LinkTitles</a>).)
 
Line 1: Line 1:
{{FileDescription
{{FileDescription
|name_de=PLOTTS.DAT
|name_de=[[PLOTTS]].DAT
|filetype=plotts.dat  
|filetype=[[PLOTTS|plotts]].dat  
|version=November 2016
|version=November 2016
|version_descr=March 2016
|version_descr=March 2016
Line 18: Line 18:
*## '''NaN''' = Bei Nichtangabe oder NaN werden alle Positionen dargestellt. Falls positionsfrom angebenen ist, werden die dort definierten Positionen dargestellt.
*## '''NaN''' = Bei Nichtangabe oder NaN werden alle Positionen dargestellt. Falls positionsfrom angebenen ist, werden die dort definierten Positionen dargestellt.
*# (optional) '''z''': Tiefe in m. Muss angegeben werden, wenn eine 3D-Datei vorliegt.
*# (optional) '''z''': Tiefe in m. Muss angegeben werden, wenn eine 3D-Datei vorliegt.
*# (optional) '''positionsfromfile''': Pfad- und Dateiname zu einer netCDF-Datei mit Variablen lon,lat (oder x,y) und z, die die darzustellenden Positionen definieren.
*# (optional) '''positionsfromfile''': Pfad- und Dateiname zu einer [[netCDF]]-Datei mit Variablen lon,lat (oder x,y) und z, die die darzustellenden Positionen definieren.
*# (optional) '''ylabeltext''': y-Achsenbeschriftung
*# (optional) '''ylabeltext''': y-Achsenbeschriftung
*# (optional) '''legendentry''': Legendeneintrag
*# (optional) '''legendentry''': Legendeneintrag
Line 41: Line 41:
===General Remarks===
===General Remarks===
# Dictionary files used from directory '''''$PROGHOME/dic/''''':
# Dictionary files used from directory '''''$PROGHOME/dic/''''':
#* '''''plotts_dico.dat'''''.
#* '''''[[PLOTTS|plotts]]_dico.dat'''''.
# Use Cases:
# Use Cases:
#* Case 1: Vizualisation of all timeseries of a file
#* Case 1: Vizualisation of all timeseries of a file
Line 53: Line 53:
#** By [[DATACONVERT]] converted boewrt-files concatenated with [[NCRCATMAT]] (or similar)  
#** By [[DATACONVERT]] converted boewrt-files concatenated with [[NCRCATMAT]] (or similar)  
#** By [[DATACONVERT]] converted binary location-files of [[UNTRIM2]]
#** By [[DATACONVERT]] converted binary location-files of [[UNTRIM2]]
#** netCDF-location-files of [[UNTRIM2]]
#** [[netCDF]]-location-files of [[UNTRIM2]]
#** [[NCANALYSE]] result files (if timeseries)
#** [[NCANALYSE]] result files (if timeseries)
#** [[NCDELTA]] result files (if timeseries)
#** [[NCDELTA]] result files (if timeseries)


|nutzerprogramme=[[NCDELTA]]
|nutzerprogramme=[[NCDELTA]]
|language=Matlab (and Fortran90 for checking the Dico)
|language=[[MATLAB|Matlab]] (and Fortran90 for checking the Dico)
|fileform=FORMATTED
|fileform=FORMATTED
|fileaccess=SEQUENTIAL
|fileaccess=SEQUENTIAL

Latest revision as of 10:07, 21 October 2022

[[de:PLOTTS.DAT]]

Basic Information

File-Type

plotts.dat

File-Form

FORMATTED

Version

November 2016

Description-Date

March 2016

Significance of the File

contains general steering data for the program PLOTTS.

File-Contents (in Catchwords)

steering data

  • Block Timeseries: general steering data
    1. filename: path and filename.
    2. variable: variable name.
    3. (optional) timeperiodstart: Start of the timeperiod of vizualisation in the format {DD.MM.YYYY-hh:mm:ss}
    4. (optional) timeperiodend: End of the timeperiod of vizualisation in the format {DD.MM.YYYY-hh:mm:ss}
    5. (optional) lon: Longitude
      1. NaN = Bei Nichtangabe oder NaN werden alle Positionen dargestellt. Falls positionsfrom angebenen ist, werden die dort definierten Positionen dargestellt.
    6. (optional) lat: Breitengrad
      1. NaN = Bei Nichtangabe oder NaN werden alle Positionen dargestellt. Falls positionsfrom angebenen ist, werden die dort definierten Positionen dargestellt.
    7. (optional) z: Tiefe in m. Muss angegeben werden, wenn eine 3D-Datei vorliegt.
    8. (optional) positionsfromfile: Pfad- und Dateiname zu einer netCDF-Datei mit Variablen lon,lat (oder x,y) und z, die die darzustellenden Positionen definieren.
    9. (optional) ylabeltext: y-Achsenbeschriftung
    10. (optional) legendentry: Legendeneintrag
    11. (optional) ylabelfontsize: Achsenbeschriftungsgröße
    12. (optional) tickfontsize: Schriftgröße der Zahlen an der Achse
    13. (optional) legendfontsize: Legendenschriftgröße
    14. (optional) legendlocation: Ort der Legende als Himmelsrichtung:
      1. north south east west northeast northwest southeast southwest northoutside southoutside eastoutside westoutside northeastoutside northwestoutside southeastoutside southwestoutside best bestoutside none
    15. (optional) linecolor: Linienfarbe:
      1. yellow magenta cyan red green blue white black
    16. (optional) linestyle:
      1. - -- : -.
    17. (optional) marker: Zusätzliche Zeichen in der Linie:
      1. * + - none
    18. (optional) showtimeonx: mit Uhrzeiten zusätzlich zum Datum oder ohne
      1. 1: Mit Uhrzeiten
      2. 0: Ohne Uhrzeiten
    19. (optional) plottogethergroup: Kürzel zur Definition von Gruppen, die gemeinsam geplottet werden (z.B. "A")
    20. (optional) movavg: Anzahl der Tage über die ein gleitendes Mittel gebildet und zusätzlich dargestellt werden soll


General Remarks

  1. Dictionary files used from directory $PROGHOME/dic/:
  2. Use Cases:
    • Case 1: Vizualisation of all timeseries of a file
    • Case 2: Vizualisation of a certain timeseries at one or more positions
    • Case 3: Vizualisation of multiple timeseries in a single plot
    • Case 4: Vizualisation of timeseries together with the moving average
  3. General requirements:

Programs using this Type of File

NCDELTA

Example-File

$PROGHOME/examples/plotts/plotts.dat


back to: File Descriptions


Overview