NCAGGREGATE.DAT: Difference between revisions
From BAWiki
imported>Lang Guenther (version date changed) |
imported>Lang Guenther (new keys (percentiles) as well as blocks (exclide, include, probability distribution)) |
||
Line 2: | Line 2: | ||
|name_de=NCAGGREGATE.DAT | |name_de=NCAGGREGATE.DAT | ||
|filetype=ncaggregate.dat | |filetype=ncaggregate.dat | ||
|version= | |version=June 2017 | ||
|version_descr= | |version_descr=June 2016 | ||
|significance=contains general steering data for the program [[NCAGGREGATE]]. | |significance=contains general steering data for the program [[NCAGGREGATE]]. | ||
|filecontents= | |filecontents= | ||
Line 18: | Line 18: | ||
*#: 0 = do not create (default); | *#: 0 = do not create (default); | ||
*#: 1 = create (for DFlow FM UGRID CF NetCDF). | *#: 1 = create (for DFlow FM UGRID CF NetCDF). | ||
*# (optional) '''With_Median''': compute (.true.) median (>= 32 values) or do not compute (.false.); | |||
*# (optional) '''With_Percentiles_05_95''': compute (.true.) percentiles Q05, Q95 (>= 32 values) or do not compute (.false.); | |||
*# (optional) '''With_Percentiles_01_99''': compute (.true.) percentiles Q01, Q99 (>= 51 values) or do not compute (.false.). | |||
* (optional) Block '''Exclude_Variable_From_NCAGGREGATE''': list of variables to be excluded from aggregation. | |||
*# '''Variable''': variable from ''Input_Data_File''. Key can be prescribed several times. With exception of the variables listed here results will be computed for all variables suited for aggregation. | |||
* (optional) Block '''Include_Only_Variable_for_NCAGGREAGTE''': list of variables for which results are exclusively aggregated. | |||
*# '''Variable''': variable from ''Input_Data_File''. Key can be prescribed several times. Aggregation will be solely performed for the variables listed here. | |||
* (optional) Block '''Probability_Distribution_Group''': classification and list of variables for which probability distributions are computed. Block can be prescribed several times. | |||
*# '''Bounds_Name''': classification from file [[BOUNDS.CFG.DAT|bounds.cfg.dat]] which will be used to compute probability distributions for all subsequent variables. | |||
*# '''Variable''': variable from ''Input_Data_File''. Key can be prescribed several times. Probability distributions will be solely performed for the variables listed here. Variables listed here shall not be excluded via blocks '''Exclude_Variable_From_NCAGGREGATE''' or '''Include_Only_Variable_for_NCAGGREAGTE'''. | |||
===General Remarks=== | ===General Remarks=== | ||
# Dictionary file used from directory '''''$PROGHOME/dic/''''': | # Dictionary file used from directory '''''$PROGHOME/dic/''''': |
Revision as of 13:58, 7 June 2017
Basic Information
File-Type
ncaggregate.dat
File-Form
FORMATTED
Version
June 2017
Description-Date
June 2016
Significance of the File
contains general steering data for the program NCAGGREGATE.
File-Contents (in Catchwords)
steering data
- Block Program_Parameters: general input data
- Input_Data_File: CF NetCDF file with input data
- Output_Data_File: CF NetCDF file with aggregated result data
- Aggregation_File: definition of control volumes in file of type ipds.dat
- Aggregation_EPSG: EPSG code (see http://www.epsg-registry.org/) for coordinates stored in Aggregation_File
- (optional) NC_Deflate_Level: deflate level (0,1,2,...,9) for online compression of data during write. 0 corresponds to no compression and 9 to maximum compression
- (optional) Max_Time_Steps_Per_Record: maximum number of time steps allowed to be transferred in one WRITE to disc file.
- (optional) Create_Missing_Variables: create additional (virtual) variables
- 0 = do not create (default);
- 1 = create (for DFlow FM UGRID CF NetCDF).
- (optional) With_Median: compute (.true.) median (>= 32 values) or do not compute (.false.);
- (optional) With_Percentiles_05_95: compute (.true.) percentiles Q05, Q95 (>= 32 values) or do not compute (.false.);
- (optional) With_Percentiles_01_99: compute (.true.) percentiles Q01, Q99 (>= 51 values) or do not compute (.false.).
- (optional) Block Exclude_Variable_From_NCAGGREGATE: list of variables to be excluded from aggregation.
- Variable: variable from Input_Data_File. Key can be prescribed several times. With exception of the variables listed here results will be computed for all variables suited for aggregation.
- (optional) Block Include_Only_Variable_for_NCAGGREAGTE: list of variables for which results are exclusively aggregated.
- Variable: variable from Input_Data_File. Key can be prescribed several times. Aggregation will be solely performed for the variables listed here.
- (optional) Block Probability_Distribution_Group: classification and list of variables for which probability distributions are computed. Block can be prescribed several times.
- Bounds_Name: classification from file bounds.cfg.dat which will be used to compute probability distributions for all subsequent variables.
- Variable: variable from Input_Data_File. Key can be prescribed several times. Probability distributions will be solely performed for the variables listed here. Variables listed here shall not be excluded via blocks Exclude_Variable_From_NCAGGREGATE or Include_Only_Variable_for_NCAGGREAGTE.
General Remarks
- Dictionary file used from directory $PROGHOME/dic/:
- ncaggregate_dico.dat.
- If no online compression is used during output file creation, it is recommended to apply NCCOPY manually. Example:
nccopy -k 3 -d 5 <infile> <outfile>
Programs using this Type of File
Example-File
$PROGHOME/examples/ncaggregate/ncaggregate.dat
back to: File Descriptions