Actions

NCANALYSE.DAT: Difference between revisions

From BAWiki

imported>Lang Guenther
(first version, incomplete)
 
imported>Lang Guenther
(Keys added)
Line 9: Line 9:


* Block '''Program_Parameters''': general input data
* Block '''Program_Parameters''': general input data
*# '''Max_Read_Storage''': maximum number of data locations which are analysed within one analysis cycle.
*# '''Min_Water_Depth''': minimum water depth up to which analyses are carried through.
* Block '''Data_Analysis_Period''': period of data analysis
* Block '''Data_Analysis_Period''': period of data analysis
*# '''Start_Time''': start time of data analysis period.
*# '''End_Time''': end time of data analysis period.
* Block '''Input_Files''': CF netCDF file with input data
* Block '''Input_Files''': CF netCDF file with input data
* Block '''Location''': reference locations
*# '''Data_File''': name and type(NETCDF) of the input data file (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]).
* Block '''Location''': reference locations (one block per location)
*# '''Name''': name of reference location.
*# '''Type''': type of reference location:
*#* 0 = reference location ''tide'' (must be specified exactely once);
*#* 1 = reference location ''phase'' (must be specified exactely once);
*#* 2 = auxiliary location (can be specified several times).
*# '''X''': x-coordinate of location(specify either '''X''' and '''Y''' or '''LON''' and '''LAT''').
*# '''Y''': y-coordinate of location (specify either '''X''' and '''Y''' or '''LON''' und '''LAT''').
*# '''LON''': longitude of location (specify either '''X''' and '''Y''' or '''LON''' and '''LAT''').
*# '''LAT''': latitude of location (specify either '''X''' and '''Y''' or '''LON''' and '''LAT''').
*# '''Z''': z-coordinate of location (positive downwards).
*# '''Rank''': ''rank'' of location(not for ''reference location phase'').
*# '''Previous_Rank''': refers to the ''rank'' of the previous location (not for ''reference location tide'' and ''reference location phase'').
* Block '''Input_Variables''': names(s) for variables to be analysed
* Block '''Input_Variables''': names(s) for variables to be analysed
* Block '''Data_Analysis''': type of analysis as well as CF netCDF file for result data
*# '''Name''': name of variable to be analysed (must be a valid CF netCDF variable name from the input data file).
* Block '''Data_Analysis''': type of analysis and CF netCDF file for result data
*# '''Type''': type of analysis:
*#* '''TDKW''' = [[Tidal Characteristic Numbers of Water Level]].
*# '''Result_File''': name and type (NETCDF) of the result file (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]).


===General Remarks===
===General Remarks===
# While reading this steering data file the '''dictionary file''' '''''ncanalyse_dico.dat''''' and '''''ncanalyse_config_dico.dat''''' will be automatically accessed in directory '''''$PROGHOME/dic/''''' to support input.
# Dictionary files used from directory '''''$PROGHOME/dic/''''':
# The following '''standard configuration files''' from the directory  '''''$PROGHOME/cfg/''''' are required:
#* '''''ncanalyse_dico.dat''''' and  
#* '''TDKW_ncanalyse_cfg.dat''': definition of tidal characteristic numbers for water level.
#* '''''ncanalyse_config_dico.dat'''''.
# Standard configuration files used from directory  '''''$PROGHOME/cfg/''''':
#* '''TDKW_ncanalyse_cfg.dat''': definition file for [[Tidal Characteristic Numbers of Water Level]].


|nutzerprogramme=[[NCANALYSE]]
|nutzerprogramme=[[NCANALYSE]]

Revision as of 07:57, 12 April 2013

Basic Information

File-Type

ncanalyse.dat

File-Form

FORMATTED

Version

April 2013

Description-Date

April 2013

Significance of the File

contains general steering data for the program NCANALYSE.

File-Contents (in Catchwords)

steering data

  • Block Program_Parameters: general input data
    1. Max_Read_Storage: maximum number of data locations which are analysed within one analysis cycle.
    2. Min_Water_Depth: minimum water depth up to which analyses are carried through.
  • Block Data_Analysis_Period: period of data analysis
    1. Start_Time: start time of data analysis period.
    2. End_Time: end time of data analysis period.
  • Block Input_Files: CF netCDF file with input data
    1. Data_File: name and type(NETCDF) of the input data file (filetype cf-netcdf.nc).
  • Block Location: reference locations (one block per location)
    1. Name: name of reference location.
    2. Type: type of reference location:
      • 0 = reference location tide (must be specified exactely once);
      • 1 = reference location phase (must be specified exactely once);
      • 2 = auxiliary location (can be specified several times).
    3. X: x-coordinate of location(specify either X and Y or LON and LAT).
    4. Y: y-coordinate of location (specify either X and Y or LON und LAT).
    5. LON: longitude of location (specify either X and Y or LON and LAT).
    6. LAT: latitude of location (specify either X and Y or LON and LAT).
    7. Z: z-coordinate of location (positive downwards).
    8. Rank: rank of location(not for reference location phase).
    9. Previous_Rank: refers to the rank of the previous location (not for reference location tide and reference location phase).
  • Block Input_Variables: names(s) for variables to be analysed
    1. Name: name of variable to be analysed (must be a valid CF netCDF variable name from the input data file).
  • Block Data_Analysis: type of analysis and CF netCDF file for result data
    1. Type: type of analysis:
    2. Result_File: name and type (NETCDF) of the result file (filetype cf-netcdf.nc).

General Remarks

  1. Dictionary files used from directory $PROGHOME/dic/:
    • ncanalyse_dico.dat and
    • ncanalyse_config_dico.dat.
  2. Standard configuration files used from directory $PROGHOME/cfg/:

Programs using this Type of File

NCANALYSE

Example-File

$PROGHOME/examples/ncanalyse/ncanalyse.dat


back to: File Descriptions


Overview