GRIDCONVERT: Difference between revisions
From BAWiki
imported>Lang Guenther m (new functionality for flattening sub grid scale bathymetry within grid cells and along adges) |
imported>Spohr Susanne (L_GRID: location_grid.dat -> CF-NetCDF) |
||
Line 2: | Line 2: | ||
|name_de=GRIDCONVERT | |name_de=GRIDCONVERT | ||
|name=GRIDCONVERT | |name=GRIDCONVERT | ||
|version=2. | |version=2.5 / March 2011 | ||
|version_descr= | |version_descr=March 2011 | ||
|catchwords= | |catchwords= | ||
conversion of computational grids<br /> | conversion of computational grids<br /> | ||
Line 25: | Line 25: | ||
::* [[SELAFIN|selafin]], | ::* [[SELAFIN|selafin]], | ||
::* [[UNTRIM_GRID.DAT|untrim_grid.dat]], | ::* [[UNTRIM_GRID.DAT|untrim_grid.dat]], | ||
::* [[UTRSUB_GRID.DAT|utrsub_grid.dat]], | ::* [[UTRSUB_GRID.DAT|utrsub_grid.dat]], | ||
::* [[PLTSUB_GRID.UPI|pltsub_grid.upi]]. | ::* [[PLTSUB_GRID.UPI|pltsub_grid.upi]], and | ||
::* [[LOCATION_GRID.DAT|location_grid.dat]]. | |||
|outputfiles= | |outputfiles= | ||
Line 33: | Line 34: | ||
::* [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]], | ::* [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]], | ||
::* [[UNTRIM_GRID.DAT|untrim_grid.dat]], | ::* [[UNTRIM_GRID.DAT|untrim_grid.dat]], | ||
::* [[UTRSUB_GRID.DAT|utrsub_grid.dat]], | ::* [[UTRSUB_GRID.DAT|utrsub_grid.dat]], | ||
::* [[PLTSUB_GRID.UPI|pltsub_grid.upi]]. | ::* [[PLTSUB_GRID.UPI|pltsub_grid.upi]], and | ||
::* [[CF-NETCDF.NC|cf-netcdf.nc]] (actual only location grid file). | |||
|methodology=The computational grid informations are converted using various methods from the software package '''H_GRID''' as well as written to file in different formats. | |||
<P> | |||
Files with informations concerning locations are converted by the software package called '''L_GRID'''.<br /> | |||
|preprocessor=DELFT3D, [[JANET]], [[TELEMAC-2D]], [[UNTRIM]] | ''Notice'': You can add some optional information blocks to the location file of type [[LOCATION_GRID.DAT|location_grid.dat]]. This is the way to put additional meta data, e.g. of the CF-convention, into the CF-NetCDF file.<br /> | ||
See example file: ''$PROGHOME/examples/gridconvert/data/loc/lg.allCFinfo.dat'' | |||
|preprocessor=[[Mathematical_Model_DELFT3D|DELFT3D]], [[JANET]], [[TELEMAC-2D]], [[UNTRIM]] | |||
|postprocessor=[[HVIEW2D]], [[JANET]], [[UNTRIM]], [[UTRPRE]] | |postprocessor=[[HVIEW2D]], [[JANET]], [[UNTRIM]], [[UTRPRE]] | ||
|language=Fortran90 | |language=Fortran90 | ||
Line 44: | Line 51: | ||
|contact_original=[mailto:günther.lang@baw.de G. Lang] | |contact_original=[mailto:günther.lang@baw.de G. Lang] | ||
|contact_maintenance=[mailto:günther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr,] | |contact_maintenance=[mailto:günther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr,] | ||
|documentation= | |documentation=example files:<br /> | ||
$PROGHOME/examples/gridconvert/<br /> | |||
$PROGHOME/examples/gridconvert/data/loc/<br /> | |||
Further informations:<br /> | |||
All NetCDF conventions, which are relevant to store the typical BAW-specific data, are documented in the | |||
[[NetCDF|NetCDF-Pages of BAW-Wiki]]. | |||
}} | }} |
Revision as of 12:12, 4 March 2011
Basic Information
Name of Program
GRIDCONVERT
Version-Date
2.5 / March 2011
Description-Date
March 2011
Catchwords
conversion of computational grids
read and write computational grids in different file formats
Short Description of Functionality
Program GRIRDCONVERT can be used to convert computational grids for different mathematical methods:
- between different file formats but identical structure of the computational grid,
- between different grid types and different file formats,
- refinement (factor 4) of an UNTRIM grid, as well as
- flattening of all sub grid scale bathymetry variations within all grid cells and along all edges.
Due to some specific properties of computational grids for mathematical methods the number of possible conversions remains naturally very limited. The grid will not be optimized automatically with respect to the specific requirements of the different mathematical models.
Input-Files
- computational grid (input formats)
- The following file formats are currently supported:
Output-Files
- computational grid (output formats)
- The following file formats are currently supported:
- gitter05.dat/bin,
- untrim_grid.dat,
- utrsub_grid.dat,
- pltsub_grid.upi, and
- cf-netcdf.nc (actual only location grid file).
- The following file formats are currently supported:
Methodology
The computational grid informations are converted using various methods from the software package H_GRID as well as written to file in different formats.
Files with informations concerning locations are converted by the software package called L_GRID.
Notice: You can add some optional information blocks to the location file of type location_grid.dat. This is the way to put additional meta data, e.g. of the CF-convention, into the CF-NetCDF file.
See example file: $PROGHOME/examples/gridconvert/data/loc/lg.allCFinfo.dat
Program(s) to run before this Program
DELFT3D, JANET, TELEMAC-2D, UNTRIM
Program(s) to run after this Program
HVIEW2D, JANET, UNTRIM, UTRPRE
Additional Information
Language
Fortran90
Additional software
-
Original Version
Maintenance
Documentation/Literature
example files:
$PROGHOME/examples/gridconvert/
$PROGHOME/examples/gridconvert/data/loc/
Further informations:
All NetCDF conventions, which are relevant to store the typical BAW-specific data, are documented in the
NetCDF-Pages of BAW-Wiki.
back to Program Descriptions