NCANALYSE.DAT: Difference between revisions
From BAWiki
imported>Lang Guenther (Create_Missing_Variables added) |
imported>Lang Guenther (mode LZKM added) |
||
Line 2: | Line 2: | ||
|name_de=NCANALYSE.DAT | |name_de=NCANALYSE.DAT | ||
|filetype=ncanalyse.dat | |filetype=ncanalyse.dat | ||
|version= | |version=February 2016 | ||
|version_descr= | |version_descr=February 2016 | ||
|significance=contains general steering data for the program [[NCANALYSE]]. | |significance=contains general steering data for the program [[NCANALYSE]]. | ||
|filecontents= | |filecontents= | ||
Line 42: | Line 42: | ||
*#* '''LZKV''' = [[Characteristic Numbers of Current Velocity (independent of tides)]]; | *#* '''LZKV''' = [[Characteristic Numbers of Current Velocity (independent of tides)]]; | ||
*#* '''LZKS''' = [[Characteristic Numbers of Salinity (independent of tides)]]; | *#* '''LZKS''' = [[Characteristic Numbers of Salinity (independent of tides)]]; | ||
*#* '''LZKM''' = [[Characteristic Numbers of Morphodynamics (independent of tides)]]; | |||
*#* '''LZXF''' = [[Characteristic Numbers of Water Transport (independent of tides)]]; | *#* '''LZXF''' = [[Characteristic Numbers of Water Transport (independent of tides)]]; | ||
*#* '''LZXS''' = [[Characteristic Numbers of Salt Transport (independent of tides)]]; | *#* '''LZXS''' = [[Characteristic Numbers of Salt Transport (independent of tides)]]; | ||
Line 63: | Line 64: | ||
**# '''Interval''': lower and upper bound of classes (intervals). | **# '''Interval''': lower and upper bound of classes (intervals). | ||
** Block '''Salinity_Quantiles''': definition of quantiles. | ** Block '''Salinity_Quantiles''': definition of quantiles. | ||
**# '''Value''': quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5. | |||
* required for '''LZKM''': | |||
** Block '''Bathymetry_Bounds''': definition of classes for bathymetry. | |||
**# '''Interval''': lower and upper bound of classes (intervals). | |||
** Block '''Bathymetry_Quantiles''': definition of quantiles. | |||
**# '''Value''': quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5. | **# '''Value''': quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5. | ||
Line 76: | Line 82: | ||
#* '''LZKV_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Current Velocity (independent of tides)]]; | #* '''LZKV_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Current Velocity (independent of tides)]]; | ||
#* '''LZKS_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Salinity (independent of tides)]]; | #* '''LZKS_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Salinity (independent of tides)]]; | ||
#* '''LZKM_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Morphodynamics (independent of tides)]]; | |||
#* '''LZXF_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Water Transport (independent of tides)]]; | #* '''LZXF_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Water Transport (independent of tides)]]; | ||
#* '''LZXS_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Salt Transport (independent of tides)]]; | #* '''LZXS_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Salt Transport (independent of tides)]]; |
Revision as of 14:06, 8 February 2016
Basic Information
File-Type
ncanalyse.dat
File-Form
FORMATTED
Version
February 2016
Description-Date
February 2016
Significance of the File
contains general steering data for the program NCANALYSE.
File-Contents (in Catchwords)
steering data
- Block Program_Parameters: general input data
- Max_Read_Storage: maximum number of data items which can be read, stored and processed within one analysis cycle.
- Min_Water_Depth: minimum water depth up to which analyses are carried through.
- (optional) Create_Missing_Variables: create additional (virtual) variables
- 0 = do not create (default);
- 1 = create (actually only "magnitude_of_sea_water_velocity" for DFlow FM UGRID CF NetCDF).
- 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
- Data_File: name and type (NETCDF) of the input data file (filetype 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
- 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;
- TDKV = Tidal Characteristic Numbers of Current;
- TDKS = Tidal Characteristic Numbers of Salinity;
- LZKW = Characteristic Numbers of Water Level (independent of tides);
- LZKV = Characteristic Numbers of Current Velocity (independent of tides);
- LZKS = Characteristic Numbers of Salinity (independent of tides);
- LZKM = Characteristic Numbers of Morphodynamics (independent of tides);
- LZXF = Characteristic Numbers of Water Transport (independent of tides);
- LZXS = Characteristic Numbers of Salt Transport (independent of tides);
- LZXT = Characteristic Numbers of Heat Transport (independent of tides);
- LZXP = Characteristic Numbers of Tracer Transport (independent of tides);
- LZXC = Characteristic Numbers of Suspended Sediment Transport (independent of tides);
- LZXE = Characteristic Numbers of Tidal Energy Transport.
- Result_File: name and type (NETCDF) of the result file (filetype cf-netcdf.nc).
- Type: type of analysis:
- required for LZKW:
- Block Water_Level_Bounds: definition of classes for water level.
- Interval: lower and upper bound of classes (intervals).
- Block Water_Level_Quantiles: definition of quantiles.
- Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
- Block Water_Level_Bounds: definition of classes for water level.
- required for LZKV:
- Block Current_Velocity_Bounds: definition of classes for current velocity.
- Interval: lower and upper bound of classes (intervals).
- Block Current_Velocity_Quantiles: definition of quantiles.
- Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
- Block Current_Velocity_Bounds: definition of classes for current velocity.
- required for LZKS:
- Block Salinity_Bounds: definition of classes for salinity.
- Interval: lower and upper bound of classes (intervals).
- Block Salinity_Quantiles: definition of quantiles.
- Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
- Block Salinity_Bounds: definition of classes for salinity.
- required for LZKM:
- Block Bathymetry_Bounds: definition of classes for bathymetry.
- Interval: lower and upper bound of classes (intervals).
- Block Bathymetry_Quantiles: definition of quantiles.
- Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
- Block Bathymetry_Bounds: definition of classes for bathymetry.
General Remarks
- Dictionary files used from directory $PROGHOME/dic/:
- ncanalyse_dico.dat and
- 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;
- TDKV_ncanalyse_cfg.dat: definition file for Tidal Characteristic Numbers of Current;
- TDKS_ncanalyse_cfg.dat: definition file for Tidal Characteristic Numbers of Salinity;
- LZKW_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Water Level (independent of tides);
- LZKV_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Current Velocity (independent of tides);
- LZKS_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Salinity (independent of tides);
- LZKM_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Morphodynamics (independent of tides);
- LZXF_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Water Transport (independent of tides);
- LZXS_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Salt Transport (independent of tides);
- LZXT_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Heat Transport (independent of tides);
- LZXP_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Tracer Transport (independent of tides);
- LZXC_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Suspended Sediment Transport (independent of tides);
- LZXE_ncanalyse_cfg.dat: definition file for Characteristic Numbers of Tidal Energy Transport;
Programs using this Type of File
Example-File
$PROGHOME/examples/ncanalyse/ncanalyse.dat
back to: File Descriptions