Actions

NCANALYSE.DAT: Difference between revisions

From BAWiki

imported>Lang Guenther
(LZKA replaced with LZMW)
imported>Lang Guenther
(INformations added for analysis mode LZSS, plus optional Block TDKW_Quantiles)
Line 63: Line 63:
*#* '''LZXG''' = [[Characteristic Numbers of Sediment Transport (independent of tides)]] (bed and suspended load at the bottom);
*#* '''LZXG''' = [[Characteristic Numbers of Sediment Transport (independent of tides)]] (bed and suspended load at the bottom);
*#* '''LZXE''' = [[Characteristic Numbers of Tidal Energy Transport]];
*#* '''LZXE''' = [[Characteristic Numbers of Tidal Energy Transport]];
*#* '''LZMW''' = [[Characteristic Numbers of Meteorological Data (independent of tides)|Characteristic Numbers of Meteorological Data (Wind Speed)]].
*#* '''LZMW''' = [[Characteristic Numbers of Meteorological Data (independent of tides)|Characteristic Numbers of Meteorological Data (Wind Speed)]];
*#* '''LZSS''' = [[Characteristic Numbers for Wave and Sea State (independent of tides)|Characteristic Numbers for Wave and Sea State (significant wave height)]].
*# '''Result_File''': name and type (NETCDF) of the result file (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]).
*# '''Result_File''': name and type (NETCDF) of the result file (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]).
* '''Optional Input Blocks''' for different analyses
* '''Optional Input Blocks''' for different analyses
: To specify meaningful ''bounds'', which are the interval boundaries for the various frequency distributions computed, the range of the physical quantity under consideration should be evaluated before, e.g. using program [[NCAUTO]].
:* optional for '''TDKW''':
:** Block '''TDKW_Quantiles''': definition of quantiles.
:**# '''Value''': quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
* '''Optional Required Input Blocks''' for different analyses
: To specify meaningful ''bounds'', which are the interval boundaries for the various frequency distributions computed, the range of the physical quantity under consideration should be evaluated before, e.g. using program [[NCAUTO]].
: To specify meaningful ''bounds'', which are the interval boundaries for the various frequency distributions computed, the range of the physical quantity under consideration should be evaluated before, e.g. using program [[NCAUTO]].
:* required for '''LZKW''':  
:* required for '''LZKW''':  
Line 121: Line 127:
:**# '''Interval''': lower and upper bound of classes (intervals).
:**# '''Interval''': lower and upper bound of classes (intervals).
:** Block '''Wind_Quantiles''': definition of quantiles.
:** Block '''Wind_Quantiles''': definition of quantiles.
:**# '''Value''': quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
:* required for '''LZSS''':
:** Block '''Sig_Wave_Bounds''': definition of classes for significant wave height.
:**# '''Interval''': lower and upper bound of classes (intervals).
:** Block '''Sig_Wave_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.
===General Remarks===
===General Remarks===
Line 150: Line 161:
#* '''LZXG_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Sediment Transport (independent of tides)]] (bed an suspended load at the bottom);
#* '''LZXG_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Sediment Transport (independent of tides)]] (bed an suspended load at the bottom);
#* '''LZXE_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Tidal Energy Transport]];
#* '''LZXE_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Tidal Energy Transport]];
#* '''LZMW_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Meteorological Data (independent of tides)|Characteristic Numbers of Meteorological Data (Wind Speed)]].
#* '''LZMW_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers of Meteorological Data (independent of tides)|Characteristic Numbers of Meteorological Data (Wind Speed)]];
#* '''LZSS_ncanalyse_cfg.dat''': definition file for [[Characteristic Numbers for Wave and Sea State (independent of tides)|Characteristic Numbers for Wave and Sea State (significant wave height)]].
|nutzerprogramme=[[NCANALYSE]]
|nutzerprogramme=[[NCANALYSE]]
|language=Fortran90
|language=Fortran90

Revision as of 12:35, 17 May 2016

Basic Information

File-Type

ncanalyse.dat

File-Form

FORMATTED

Version

May 2016

Description-Date

May 2016

Significance of the File

contains general steering data for the program NCANALYSE.

File-Contents (in Catchwords)

steering data

To specify meaningful bounds, which are the interval boundaries for the various frequency distributions computed, the range of the physical quantity under consideration should be evaluated before, e.g. using program NCAUTO.
  • optional for TDKW:
    • Block TDKW_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • Optional Required Input Blocks for different analyses
To specify meaningful bounds, which are the interval boundaries for the various frequency distributions computed, the range of the physical quantity under consideration should be evaluated before, e.g. using program NCAUTO.
  • required for LZKW:
    • Block Water_Level_Bounds: definition of classes for water level.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Water_Level_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZKV:
    • Block Current_Velocity_Bounds: definition of classes for current velocity.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Current_Velocity_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZKS:
    • Block Salinity_Bounds: definition of classes for salinity.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Salinity_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZKT:
    • Block Temperature_Bounds: definition of classes for temperature.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Temperature_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZKC:
    • Block Suspended_Sediment_Bounds: definition of classes for suspended sediment concentration.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Suspended_Sediment_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZKP:
    • Block Tracer_Bounds: definition of classes for tracer load.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Tracer_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZKO:
    • Block Oxygen_Bounds: definition of classes for oxygen concentration.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Oxygen_Quantiles: definition of quantiles.
      1. 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.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Bathymetry_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZKG:
    • Block Bedload_Bounds: definition of classes for bedload transport.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Bedload_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZKB:
    • Block Bedfriction_Bounds: definition of classes for eff. bed shear stress.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Bedfriction_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZMW:
    • Block Wind_Bounds: definition of classes for wind speed.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Wind_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.
  • required for LZSS:
    • Block Sig_Wave_Bounds: definition of classes for significant wave height.
      1. Interval: lower and upper bound of classes (intervals).
    • Block Sig_Wave_Quantiles: definition of quantiles.
      1. Value: quantile from interval ] 0.0, 1.0 [; for median choose Value = 0.5.

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