NCDELTA and NCDELTA.DAT: Difference between pages
From BAWiki
(Difference between pages)
imported>Schade Peter m (+ davit) |
imported>Lang Guenther (text adjusted for latest version of ncdelta.dat) |
||
Line 1: | Line 1: | ||
{{ | {{FileDescription | ||
|name_de=NCDELTA | |name_de=NCDELTA.DAT | ||
| | |filetype=ncdelta.dat | ||
|version= | |version=not yet available | ||
|version_descr= | |version_descr=June 2015 | ||
| | |significance=contains general steering data for the program [[NCDELTA]]. | ||
|filecontents= | |||
'''steering data''' | |||
* Block '''Program_Parameters''': general steering data | |||
*# '''Max_Read_Storage''': maximum number of data items read from input file during each analysis cycle. | |||
*# '''Max_Distance''': maximum distance in [m] up to which points with different location are compared. | |||
*# (optional) '''Print_Modus_Classify''': parameter to steer informative printout messages in program section ''classification'': | |||
*## '''0''' = no extensive messages printed; | |||
*## '''1''' = more extensive messages about classified variables will be printed. | |||
*# (optional) '''Print_Modus_Pairs''': parameter to steer informative printout messages in program section ''primary partner variables'': | |||
*## '''0''' = no extensive messages printed; | |||
*## '''1''' = more extensive messages about detected variable pairs will be printed; | |||
*## '''2''' = also informations about rejected variable pairs will be printed. | |||
*# (optional) '''Print_Modus_Define''': parameter to steer informative printout messages in program section ''definition of computational results'': | |||
*##'''0''' = no extensive messages printed; | |||
*## '''1''' = more extensive informations with respect to metadata of computational results will be printed. | |||
*# (optional) '''Print_Modus_Compute''': parameter to steer informative printout messages in program section ''computation of results'': | |||
*##'''0''' = no extensive messages printed; | |||
*## '''1''' = more extensive messages about computational result variables will be printed. | |||
* Block '''Data_Files''': data files | |||
*# '''Reference_File''': file (NETCDF) with '''reference''' data (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]); | |||
*# '''Variant_File''': file (NETCDF) with '''variant''' data (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]); | |||
*# '''Result_File''': file (NETCDF) for '''result''' data (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]). | |||
* (optional) Block '''Data_Operations''': data operations | |||
*# (optional) '''With_Ordinary_Differences''': compute (.true.) common differences (if possible) or do not compute (.false.); | |||
*# (optional) '''With_Taylor_Diagram_Data''': compute (.true.) data for Taylor diagram (if possible) or do not compute (.false.); | |||
*# (optional) '''With_Median''': compute (.true.) median (>= 32 events) or do not compute (.false.); | |||
*# (optional) '''With_Percentiles_05_95''': compute (.true.) percentiles Q05, Q95 (>= 32 events) or do not compute (.false.); | |||
*# (optional) '''With_Percentiles_01_99''': compute (.true.) percentiles Q01, Q99 (>= 51 events) or do not compute (.false.). | |||
* (optional) Block '''Exclude_Variable_From_NCDELTA''': list of variables to be excluded from computation. | |||
*# '''Variant_Variable''': variable from ''Variant-File''. Key can be prescribed several times. With exception of the variables listed here results will be computed for all primary variable pairs. | |||
* (optional) Block '''Include_Only_Variable_for_NCDELTA''': list of variables for which results ar exclusively computed. | |||
*# '''Variant_Variable''': variable from ''Variant-File''. Key can be prescribed several times. Results will be solely computed for the variables listed here. | |||
===General Remarks=== | |||
# Dictionary files used from directory '''''$PROGHOME/dic/''''': | |||
#* '''''ncdelta_dico.dat'''''. | |||
|nutzerprogramme=[[NCDELTA]] | |||
|language=Fortran90 | |||
|fileform=FORMATTED | |||
|fileaccess=SEQUENTIAL | |||
|fileextension=.dat | |||
|writemodules= --- | |||
|readmodules=$PROGHOME/fortran/prg/ncdelta/*/mod_m_ncdelta_steer.f90 | |||
|contact_original=[mailto:guenther.lang@baw.de G. Lang] | |||
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr] | |||
|examplefile=$PROGHOME/examples/ncdelta/ncdelta.dat | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
|contact_original=[mailto:guenther.lang@baw.de G. Lang | |||
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. | |||
| | |||
}} | }} |
Revision as of 08:01, 10 June 2015
Basic Information
File-Type
ncdelta.dat
File-Form
FORMATTED
Version
not yet available
Description-Date
June 2015
Significance of the File
contains general steering data for the program NCDELTA.
File-Contents (in Catchwords)
steering data
- Block Program_Parameters: general steering data
- Max_Read_Storage: maximum number of data items read from input file during each analysis cycle.
- Max_Distance: maximum distance in [m] up to which points with different location are compared.
- (optional) Print_Modus_Classify: parameter to steer informative printout messages in program section classification:
- 0 = no extensive messages printed;
- 1 = more extensive messages about classified variables will be printed.
- (optional) Print_Modus_Pairs: parameter to steer informative printout messages in program section primary partner variables:
- 0 = no extensive messages printed;
- 1 = more extensive messages about detected variable pairs will be printed;
- 2 = also informations about rejected variable pairs will be printed.
- (optional) Print_Modus_Define: parameter to steer informative printout messages in program section definition of computational results:
- 0 = no extensive messages printed;
- 1 = more extensive informations with respect to metadata of computational results will be printed.
- (optional) Print_Modus_Compute: parameter to steer informative printout messages in program section computation of results:
- 0 = no extensive messages printed;
- 1 = more extensive messages about computational result variables will be printed.
- Block Data_Files: data files
- Reference_File: file (NETCDF) with reference data (filetype cf-netcdf.nc);
- Variant_File: file (NETCDF) with variant data (filetype cf-netcdf.nc);
- Result_File: file (NETCDF) for result data (filetype cf-netcdf.nc).
- (optional) Block Data_Operations: data operations
- (optional) With_Ordinary_Differences: compute (.true.) common differences (if possible) or do not compute (.false.);
- (optional) With_Taylor_Diagram_Data: compute (.true.) data for Taylor diagram (if possible) or do not compute (.false.);
- (optional) With_Median: compute (.true.) median (>= 32 events) or do not compute (.false.);
- (optional) With_Percentiles_05_95: compute (.true.) percentiles Q05, Q95 (>= 32 events) or do not compute (.false.);
- (optional) With_Percentiles_01_99: compute (.true.) percentiles Q01, Q99 (>= 51 events) or do not compute (.false.).
- (optional) Block Exclude_Variable_From_NCDELTA: list of variables to be excluded from computation.
- Variant_Variable: variable from Variant-File. Key can be prescribed several times. With exception of the variables listed here results will be computed for all primary variable pairs.
- (optional) Block Include_Only_Variable_for_NCDELTA: list of variables for which results ar exclusively computed.
- Variant_Variable: variable from Variant-File. Key can be prescribed several times. Results will be solely computed for the variables listed here.
General Remarks
- Dictionary files used from directory $PROGHOME/dic/:
- ncdelta_dico.dat.
Programs using this Type of File
Example-File
$PROGHOME/examples/ncdelta/ncdelta.dat
back to: File Descriptions