Actions

DIDARENAME: Difference between revisions

From BAWiki

imported>BAWiki 1
(Created page with '{{ProgramDescription |name_de=DIDARENAME |name=DIDARENAME |version=2.1 / December 2006 |version_descr=December 2006 |catchwords= postprocessor<br /> change of names of files<br …')
 
imported>BAWiki 1
No edit summary
Line 15: Line 15:
program to rename BDF data files and/or associated grid files as well as elimination of multiple identical attributes (additional informations about data) from the BDF info file.  
program to rename BDF data files and/or associated grid files as well as elimination of multiple identical attributes (additional informations about data) from the BDF info file.  
|inputfiles=
|inputfiles=
# general input data (filetype DidaRename.dat)
# general input data (filetype [[DIDARENAME.DAT|didarename.dat]])
# BDF data files (filetypes dirz.bin.R, dirz.bin.I and dirz.bin)
# BDF data files (filetypes [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])
# (opt) associated 2D grid file (filetype gitter05.dat/bin)
# (opt) associated 2D grid file (filetype [[GITTER05.DAT/BIN|gitter05.dat/bin]])
# (opt) associated profile grid file (filetype profil05.bin)
# (opt) associated profile grid file (filetype [[PROFIL05.BIN|profil05.bin]])
# (opt) associated UnTRIM grid file (filetype untrim_grid.bin)
# (opt) associated UnTRIM grid file (filetype [[UNTRIM_GRID.BIN|untrim_grid.bin]])
# (opt) associated selafin grid file (filetype selafin)  
# (opt) associated selafin grid file (filetype [[selafin]])  
: No grid file will be read, but they have to be existant at start of the program.  
: No grid file will be read, but they have to be existant at start of the program.  
|outputfiles=
|outputfiles=
# BDF data files (filetypes dirz.bin.R and dirz.bin.I) but without the data file itself (filetype dirz.bin)
# BDF data files (filetypes [[DIRZ.BIN.R|dirz.bin.r]] and [[DIRZ.BIN|dirz.bin.i]]) but without the data file itself (filetype [[DIRZ.BIN|dirz.bin]])
# informative printer file (filetype DidaRename.sdr)
# informative printer file (filetype didarename.sdr)
# (opt) trace of program execution (filetype DidaRename.trc)  
# (opt) trace of program execution (filetype didarename.trc)  
|methodology=
|methodology=
:* processing of all BDF files one after one (loop):  reading BDF info file
:* processing of all BDF files one after one (loop):  reading BDF info file
Line 35: Line 35:
:* renaming the old associated grid file and the old BDF data file, without reading these files (using UNIX command mv)  
:* renaming the old associated grid file and the old BDF data file, without reading these files (using UNIX command mv)  
|preprocessor=
|preprocessor=
DATACONVERT, DidaMerge, DidaMintQ, DidaMintZ, DidaSplit, ENERF, FRQWF, LZKAF, LZKMF, LZKSF, LZKVF, LZKWF, METDIDA, PGCALC, TELEMAC2D, TM2DIDA, TR2DIDA, TR3DIDA, TDKLF, TDKSF, TDKVF, TDKWF, TRIM-2D, TRIM-3D, UNS, UNTRIM, VTDK, ZEITR
[[DATACONVERT]], [[DIDAMERGE]], [[DIDAMINTQ]], [[DIDAMINTZ]], [[DIDASPLIT]], [[ENERF]], [[FRQWF]], [[LZKAF]], [[LZKMF]], [[LZKSF]], [[LZKVF]], [[LZKWF]], [[METDIDA]], [[PGCALC]], [[TELEMAC2D]], [[TM2DIDA]], [[TR2DIDA]], [[TR3DIDA]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[TRIM-2D]], [[TRIM-3D]], [[UNS]], [[UNTRIM]], [[VTDK]], [[ZEITR]]
|postprocessor=
|postprocessor=
DidaMerge, DidaMintQ, DidaMintZ, DidaSplit, ENERF, FRQWF, GVIEW2D, LZKAF, LZKMF, LZKSF, LZKVF, LZKWF, PGCALC, TDKLF, TDKSF, TDKVF, TDKWF, VTDK, ZEITR
[[DIDAMERGE]], [[DIDAMINTQ]], [[DIDAMINTZ]], [[DIDASPLIT]], [[ENERF]], [[FRQWF]], [[GVIEW2D]], [[LZKAF]], [[LZKMF]], [[LZKSF]], [[LZKVF]], [[LZKWF]], [[PGCALC]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[VTDK]], [[ZEITR]]
|language=Fortran90
|language=Fortran90
|add_software= -  
|add_software= -  

Revision as of 14:02, 6 May 2010

Basic Information

Name of Program

DIDARENAME

Version-Date

2.1 / December 2006

Description-Date

December 2006

Catchwords

postprocessor
change of names of files
finite element grid
universal direct access format for 2D/3D-data
universal direct access format for profile-data
synoptic data
elimination of redundant (additional) informations about data

Short Description of Functionality

program to rename BDF data files and/or associated grid files as well as elimination of multiple identical attributes (additional informations about data) from the BDF info file.

Input-Files

  1. general input data (filetype didarename.dat)
  2. BDF data files (filetypes dirz.bin.r, dirz.bin.i and dirz.bin)
  3. (opt) associated 2D grid file (filetype gitter05.dat/bin)
  4. (opt) associated profile grid file (filetype profil05.bin)
  5. (opt) associated UnTRIM grid file (filetype untrim_grid.bin)
  6. (opt) associated selafin grid file (filetype selafin)
No grid file will be read, but they have to be existant at start of the program.

Output-Files

  1. BDF data files (filetypes dirz.bin.r and dirz.bin.i) but without the data file itself (filetype dirz.bin)
  2. informative printer file (filetype didarename.sdr)
  3. (opt) trace of program execution (filetype didarename.trc)

Methodology

  • processing of all BDF files one after one (loop): reading BDF info file
  • getting the name of the associated grid file
  • (opt) set the new associated grid file name into the info variable
  • (opt) set the new BDF file name into the info variable
  • removal of redundant attributes (additional informations about data) from the information related to a bdf data file, which are typically stored in the respective BDF info file
  • creating a new BDF info and record file
  • renaming the old associated grid file and the old BDF data file, without reading these files (using UNIX command mv)

Program(s) to run before this Program

DATACONVERT, DIDAMERGE, DIDAMINTQ, DIDAMINTZ, DIDASPLIT, ENERF, FRQWF, LZKAF, LZKMF, LZKSF, LZKVF, LZKWF, METDIDA, PGCALC, TELEMAC2D, TM2DIDA, TR2DIDA, TR3DIDA, TDKLF, TDKSF, TDKVF, TDKWF, TRIM-2D, TRIM-3D, UNS, UNTRIM, VTDK, ZEITR

Program(s) to run after this Program

DIDAMERGE, DIDAMINTQ, DIDAMINTZ, DIDASPLIT, ENERF, FRQWF, GVIEW2D, LZKAF, LZKMF, LZKSF, LZKVF, LZKWF, PGCALC, TDKLF, TDKSF, TDKVF, TDKWF, VTDK, ZEITR

Additional Information

Language

Fortran90

Additional software

-

Original Version

J. Jürges

Maintenance

G. Lang

Documentation/Literature

$PROGHOME/examples/DidaRename


back to Program Descriptions


Overview