NCMERGE.DAT
From BAWiki
Basic Information
File-Type
ncmerge.dat
File-Form
FORMATTED
Version
January 2022
Description-Date
January 2022
Significance of the File
contains general steering data for the program NCMERGE.
File-Contents (in Catchwords)
steering data
- Block Program_Parameters: general steering data
- Max_Read_Storage: Maximum number of data values that can be read for each input variable in a read-write cycle. Default = 125000000.
- (optional) Create_Missing_Variables: Generate additional variables
- 0 = do not create additional variables (default)
- 1 = generate additional variables (in combination with DFlow FM)
- (optional) NC_Deflate_Level: Compression of the result data
- 0 = no compression
- 1 ... 8 = compression (default = 3)
- 9 = maximum compression
- (optional) END_After_Define: Abort after generating the metadata of the output file
- .false. = Program runs through to the end (default)
- .true. = Program ends after definition of the result file (metadata)
- (optional) Block Hash_Identity_Checks: inter-comparison of MD5-Hash values
- Check_MD5
- Name of MD5 hash variable to be compared;
- Descriptor for file to be compared;
- Requirement for compliance
- STRICT (exact),
- WARNING (Warning in case of differences)
- Check_MD5
- Remark: the same MD5 hash variable must be present in all input NetCDF files.
- Block Input_Files: input files
- Data_File: Name and type of the input file (file of type netcdf.nc)
- - at least two files must be prescribed
- - files must exist
- Remark: Following file type several optional key-value pairs can be added
- - TA=DD.MM.YYYY-hh:mm:ss start time
- - TE=DD.MM.YYYY-hh:mm:ss end time
- - TZ=UTC MEZ MESZ ... time zone
- - DT=dddddd-hh:mm:ss output time step
- Block Output_File: output file
- Data_File Name and type of the output file (file of type netcdf.nc)
- - file must not exist
General Remarks
- Used dictionary files from directory $PROGHOME/dic/:
- ncmerge_dico.dat.
Programs using this Type of File
Example-File
$PROGHOME/examples/ncmerge/ncmerge.dat
back to: File Descriptions