Actions

DAVIT: Difference between revisions

From BAWiki

imported>Schade Peter
m (+ methodology)
imported>Schade Peter
m (+ executables)
Line 53: Line 53:
# [[UNTRIM_GRID.DAT|UnTRIM_Grid_VC]] ASCII format (.dat, .grd)
# [[UNTRIM_GRID.DAT|UnTRIM_Grid_VC]] ASCII format (.dat, .grd)
|methodology=
|methodology=
===Remarks:===
The functionality is based on a set of Java libraries, which are also used in the grid generator [[JANET|Janet]] and the digital terrain modeling tool Gismo.
The DAVIT versions are documented on BAW's file system in $PROGHOME\java\janet''k_mm_nn''\docs\ with k, mm and nn representing the version numbers. A funtion reference can be found [http://\\themis\system\akprog\java\janet2_15_10\docs\function_reference\funktionsreferenz.pdf here].
|preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCDELTA]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]], [[GRIDCONVERT]]
!<br />
|postprocessor=[[GRIDCONVERT]]
There are ''hints to use the tools of DAVIT'' , in German<br />
There is no UNDO functionality, so be careful and '''save your work frequently!'''
===Starting DAVIT:===
# You have to define the PROGHOME variable on your machine.
# You have to extend your PATH variable with the PATH of the executable script
# You have to start a command line environment (DOS input box / xterm)
# You have to type in '''DAVIT [xxx]'''. The optional '''xxx''' is the size of memory in megabytes reserved for the Java Runtime Environment.
|preprocessor=[[CREATE_SIMPLE_UNTRIM2_GRID]], [[DREHE2D]], [[GRIDCONVERT]], [[POLYUMFORM]], [[UNTRIM2007MONITOR]]
|postprocessor=[[GRIDCONVERT]], [[TICTRI]], [[TOUTR]], [[UTRPRE]]
|language=Java
|language=Java
|add_software=Java Runtime Environment  
|add_software=Java Runtime Environment  
===Executables===
===Executables===
$PROGHOME/bin/nt/DAVIT.bat<br />
davit.bat for none BDF on Windows<br />
$PROGHOME/bin/hp11/DAVIT<br />
davit_gei.bat for BDF on Windows<br />
$PROGHOME/bin/sun/DAVIT<br />
davit on Linux<br />
$PROGHOME/bin/sgi/DAVIT
You can optionally reserve the memory for the Java Runtime Environment with "davit [xxx]" with xxx standing for the memory in MByte.
|contact_original=[http://www.smileconsult.de/ Smile Consult GmbH]
|contact_original=[http://www.smileconsult.de/ smile consult GmbH]
|contact_maintenance=[http://www.smileconsult.de/ Smile Consult GmbH],[mailto:guntram.seiss@baw.de G.Seiß]
|contact_maintenance=[mailto:peter.schade@baw.de P.Schade],[mailto:morten.kloepper@baw.de M.Klöpper], forwarding feedback to smile consult.
|documentation=[http://www.baw.de/downloads/wasserbau/mathematische_verfahren/programmkennbl_de/pdf/DAVITHandbuch.pdf  DAVIT user guide ](only in German!)
|documentation=The DAVIT versions are documented on BAW's file system in $PROGHOME\java\janet''k_mm_nn''\docs\ with k, mm and nn representing the version numbers. <BR>
A function reference can be found under \\themis\system\akprog\java\janet2_15_10\docs\function_reference\funktionsreferenz.pdf.<br />
}}
}}

Revision as of 16:12, 20 January 2017

Basic Information

Name of Program

DAVIT

Version-Date

2.16

Description-Date

January 2017

Catchwords

model results
visualisation
data exploration
data analysis
UGRID CF NetCDF

Acknowledgment: This project took advantage of netCDF software developed by UCAR/Unidata (www.unidata.ucar.edu/software/netcdf/).

Short Description of Functionality

Davit is an interactive tool for visualisation and exploration of results of hydronumerical models. Analysis of grids and results is possible as well. 2D and 3D data can be displayed.
A sophisticated GUI enables intuitive use of Davit, see picture. Davit gui.png It has been developed by smile consult GmbH, Hannover (Germany).

Input-Files

  1. ASCII format for point data, at the BAW geom.dat (.xyz, .dat)
  2. AVS/Express UCD format (.inp)
  3. Basement result (.bmc)
  4. Bathymetric Attribute Grid Format (.bag)
  5. BDF, Little Endian (.bin, .bdf)
  6. Bottom Friction Model (.gen)
  7. Current3DErg format (.bin)
  8. DFlowFM NetCDF (.nc)
  9. ESRI ASCII grid format (.asc, .dat, .grd, .txt)
  10. ESRI shape file (.shp)
  11. HydroAs2D results (.2dm)
  12. insel.dat for structures (.dat)
  13. Janet binary format (.bin, .jbf)
  14. Keyhole Markup Language Format (.kml)
  15. Marina Randwerte Datei (.baw)
  16. Microstation (.dgn)
  17. Tecplot ASCII format (.plt)
  18. TELEMAC mesh or results(.bin, .sel, .res)
  19. TICAD ASCII file (.dat)
  20. TICAD syserg.bin (.bin)
  21. UGRID NetCDF format for bathymetries (.nc)
  22. UGRID NetCDF format post-processing (.nc)
  23. UnTRIM_Grid_VC ASCII format (.dat, .grd)
  24. UnTRIM result, Big_Endian (.dat, .grd)
  25. UnTRIM result, Little_Endian (.dat, .grd)

Output-Files

  1. ASCII format for point data, at the BAW geom.dat (.xyz, .dat)
  2. Bathymetric Attribute Grid Format (.bag)
  3. BSquat Format (.xml)
  4. ESRI shape file (.shp)
  5. insel.dat for structures (.dat)
  6. Janet binary format (.bin, .jbf)
  7. Keyhole Markup Language Format (.kml)
  8. TELEMAC mesh or results(.bin, .sel, .res)
  9. TICAD ASCII file (.dat)
  10. UGRID NetCDF format for bathymetries (.nc)
  11. UnTRIM_Grid_VC ASCII format (.dat, .grd)

Methodology

The functionality is based on a set of Java libraries, which are also used in the grid generator Janet and the digital terrain modeling tool Gismo.

Program(s) to run before this Program

DATACONVERT, GRIDCONVERT, NCAGGREGATE, NCANALYSE, NCDELTA, UNK, UNTRIM2007, UNTRIM2, GRIDCONVERT

Program(s) to run after this Program

GRIDCONVERT

Additional Information

Language

Java

Additional software

Java Runtime Environment

Executables

davit.bat for none BDF on Windows
davit_gei.bat for BDF on Windows
davit on Linux
You can optionally reserve the memory for the Java Runtime Environment with "davit [xxx]" with xxx standing for the memory in MByte.

Original Version

smile consult GmbH

Maintenance

P.Schade,M.Klöpper, forwarding feedback to smile consult.

Documentation/Literature

The DAVIT versions are documented on BAW's file system in $PROGHOME\java\janetk_mm_nn\docs\ with k, mm and nn representing the version numbers.
A function reference can be found under \\themis\system\akprog\java\janet2_15_10\docs\function_reference\funktionsreferenz.pdf.


back to Program Descriptions


Overview