INSEL2IPDS: Difference between revisions
From BAWiki
imported>Zorndt Anna Christina (Created page with "{{ProgramDescription |name_de=INSEL2IPDS |name=insel2ipds |version=December 2016 |version_descr=December 2016 |catchwords= insel<br /> ipds<br /> convert<br /> MATLAB ca...") |
imported>Zorndt Anna Christina No edit summary |
||
Line 11: | Line 11: | ||
|shortdescription= | |shortdescription= | ||
The program '''Insel2ipds''' reads several [[INSEL.DAT | The program '''Insel2ipds''' reads several [[INSEL.DAT|Insel]]-Files which have been created by davit. | ||
One single [[IPDS.DAT | One single [[IPDS.DAT|IPDS]]-File is created which contains all the polygones specified in the input files, | ||
having the format which is expected by the program [[NCAGGREGATE | having the format which is expected by the program [[NCAGGREGATE|NCAGGREGATE]]. | ||
The sampling-point is usually the geometric center of the control volume. | The sampling-point is usually the geometric center of the control volume. | ||
In case that the geometric center is is not inside the control volume, another point inside the control volume | In case that the geometric center is is not inside the control volume, another point inside the control volume |
Revision as of 15:44, 6 December 2016
Basic Information
Name of Program
insel2ipds
Version-Date
December 2016
Description-Date
December 2016
Catchwords
insel
ipds
convert
MATLAB
Short Description of Functionality
The program Insel2ipds reads several Insel-Files which have been created by davit.
One single IPDS-File is created which contains all the polygones specified in the input files,
having the format which is expected by the program NCAGGREGATE.
The sampling-point is usually the geometric center of the control volume.
In case that the geometric center is is not inside the control volume, another point inside the control volume
is chosen as sampling point, which is more arbitrary.
Additional Information:
The program is in development and in case of errors in input or steering file, there is usually not a
meaningful error message for the user. Therefore, you should check your input carefully befor using it.
In case of problems with creating input that works, please contact the program developers.
Running the program on the terminal, you will be asked for path and name of your steering file.
The necessary Dictionary-File can be found at /net/themis/system/akprog/dic/insel2ipds_dico.dat.
Should a file of the same name be in the working directy, it is used instead.
Input-Files
- Steering File (Example in $PROGHOME/examples/insel2ipds, Type insel2ipds_steer.dat)
- Files of type Insel (insel.dat) created by davit
Output-Files
- IPDS-Datei mit den Daten der eingegebenen Inseldateien (Dateiformat ipds.dat)
- Datei mit Meldungen der dictionary_ui (error.txt)
Methodology
The steering file is checked with a MATLAB-adaption of dictionary_ui (\\themis\system\akprog\DHWW\diction\tool.htm).
Program(s) to run before this Program
davit
Program(s) to run after this Program
Additional Information
Language
MATLAB (creates with version R2015a), Fortran
Additional software
Needs MATLAB Compiler Runtime (find it on /usr/local/MATLAB/MATLAB_Runtime/v85 under linux)
Original Version
Maintenance
Documentation/Literature
None. See also under MATLAB.
back to Program Descriptions