NCAGGREGATE.DAT: Difference between revisions
From BAWiki
imported>Lang Guenther (new key NC_Cmode_Id added to description) |
imported>Schade Peter (Original version) |
||
Line 1: | Line 1: | ||
{{FileDescription | {{FileDescription | ||
|name_de= | |name_de=NCCUTOUT.DAT | ||
|filetype= | |filetype=nccutout.dat | ||
|version= | |version=November 2018 | ||
|version_descr= | |version_descr=November 2018 | ||
|significance=contains general steering data for the program [[ | |significance=contains general steering data for the program [[NCCUTOUT]]. | ||
|filecontents= | |filecontents='''steering data''' | ||
'''steering data''' | |||
* Block '''Program_Parameters''': general input data | * Block '''Program_Parameters''': general input data | ||
*# '''Input_Data_File''': [[NetCDF|CF NetCDF]] file with input data | *# '''Input_Data_File''': [[NetCDF|CF NetCDF]] file with input data | ||
*# '''Output_Data_File''': [[NetCDF|CF NetCDF]] file with | *# '''Output_Data_File''': [[NetCDF|CF NetCDF]] file with extracted data | ||
*# ''' | *# '''Subdomain_File''': definition of the cut out area in file of type [[IPDS.DAT|ipds.dat]] | ||
*# ''' | *# '''Subdomain_EPSG''': EPSG code (see [http://www.epsg-registry.org/ http://www.epsg-registry.org/]) for coordinates stored in ''Subdomain_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) '''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) '''NC_Cmode_Id''': ''creation mode flag'' used for [[NetCDF|CF NetCDF]] method [https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf-f90/NF90_005fCREATE.html NF90_CREATE]. Typical values used in this application are: | *# (optional) '''NC_Cmode_Id''': ''creation mode flag'' used for [[NetCDF|CF NetCDF]] method [https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf-f90/NF90_005fCREATE.html NF90_CREATE]. Typical values used in this application are: | ||
*#* 4 = '''NF90_64BIT_OFFSET''' (NetCDF 64Bit file, no HDF - no online compression); | *#* 4 = '''NF90_64BIT_OFFSET''' (NetCDF 64Bit file, no HDF - no online compression); | ||
*#* 5 = '''NF90_CLASSIC_MODEL''' (HDF file without use of extended HDF features - with online compression). | *#* 5 = '''NF90_CLASSIC_MODEL''' (HDF file without use of extended HDF features - with online compression). | ||
* (optional) Block '''Exclude_Variable_From_NCCUTOUT''': list of geophysical variables to be excluded from extraction. | |||
*# '''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 extraction. Coordinate, ancillary and weight variables can not be listed here. | |||
* (optional) Block '''Include_Only_Variable_for_NCCUTOUT''': list of variables for which results are exclusively extracted. | |||
*# '''Variable''': variable from ''Input_Data_File''. Key can be prescribed several times. These geophysical variables will be exclusively extracted. Coordinate, ancillary and weight variables can not be listed here. | |||
* (optional) Block ''' | |||
*# '''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 | |||
* (optional) Block ''' | |||
*# '''Variable''': variable from ''Input_Data_File''. Key can be prescribed several times. | |||
===General Remarks=== | ===General Remarks=== | ||
# Dictionary file used from directory '''''$PROGHOME/dic/''''': | # Dictionary file used from directory '''''$PROGHOME/dic/''''': | ||
#* ''''' | #* '''''nccutout_dico.dat'''''. | ||
# If no online compression is used during output file creation, it is recommended to apply [https://www.unidata.ucar.edu/software/netcdf/docs/netcdf/nccopy.html NCCOPY] manually. | # If no online compression is used during output file creation, it is recommended to apply [https://www.unidata.ucar.edu/software/netcdf/docs/netcdf/nccopy.html NCCOPY] or [[NCCHUNKIE|NCCHUNKIE]] manually. | ||
|nutzerprogramme=[[ | |nutzerprogramme=[[NCCUTOUT]] | ||
|language=Fortran90 | |language=Fortran90 | ||
|fileform=FORMATTED | |fileform=FORMATTED | ||
Line 43: | Line 31: | ||
|fileextension=.dat | |fileextension=.dat | ||
|writemodules= --- | |writemodules= --- | ||
|readmodules=$PROGHOME/fortran/prg/ | |readmodules=$PROGHOME/fortran/prg/nccutout/*/mod_m_nccutout_steer.f90 | ||
|contact_original=[mailto:guenther.lang@baw.de G. Lang] | |contact_original=[mailto:guenther.lang@baw.de G. Lang], [mailto:peter.schade@baw.de P. Schade] | ||
|contact_maintenance=[mailto:peter.schade@baw.de P. Schade] | |||
|examplefile=$PROGHOME/examples/ | |examplefile=$PROGHOME/examples/nccutout/nccutout.dat | ||
}} | }} |
Revision as of 09:48, 21 November 2018
Basic Information
File-Type
nccutout.dat
File-Form
FORMATTED
Version
November 2018
Description-Date
November 2018
Significance of the File
contains general steering data for the program NCCUTOUT.
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 extracted data
- Subdomain_File: definition of the cut out area in file of type ipds.dat
- Subdomain_EPSG: EPSG code (see http://www.epsg-registry.org/) for coordinates stored in Subdomain_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) NC_Cmode_Id: creation mode flag used for CF NetCDF method NF90_CREATE. Typical values used in this application are:
- 4 = NF90_64BIT_OFFSET (NetCDF 64Bit file, no HDF - no online compression);
- 5 = NF90_CLASSIC_MODEL (HDF file without use of extended HDF features - with online compression).
- (optional) Block Exclude_Variable_From_NCCUTOUT: list of geophysical variables to be excluded from extraction.
- 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 extraction. Coordinate, ancillary and weight variables can not be listed here.
- (optional) Block Include_Only_Variable_for_NCCUTOUT: list of variables for which results are exclusively extracted.
- Variable: variable from Input_Data_File. Key can be prescribed several times. These geophysical variables will be exclusively extracted. Coordinate, ancillary and weight variables can not be listed here.
General Remarks
- Dictionary file used from directory $PROGHOME/dic/:
- nccutout_dico.dat.
- If no online compression is used during output file creation, it is recommended to apply NCCOPY or NCCHUNKIE manually.
Programs using this Type of File
Example-File
$PROGHOME/examples/nccutout/nccutout.dat
back to: File Descriptions