Skip to content
Snippets Groups Projects
Commit e481981d authored by Ian Boyd's avatar Ian Boyd
Browse files

Replace geoms_harmon.pro

parent 9ffc2a97
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,11 @@
; 2018-05-28, v1.64 Ian Boyd update due to fix in idlcr8hdf
; 2018-09-01, v1.65 Ian Boyd update due to fix in idlcr8hdf
; 2018-11-16, v1.66 Ian Boyd update due to fix in idlcr8ascii
; 2019-05-06, v1.67 Ian Boyd QA checks now carried out using the metadata definitions in the TAV version
; given in the FILE_META_VERSION global attribute. If this attribute is invalid
; or not present, or the TAV file can't be located, the input TAV file will
; be used for checks but an error code will be generated. Fix to idlcr8hdf
; that caused a crash if the file does not use a DATA_TEMPLATE
;---------------------------------------------------------------------------------------------------
function is_a_number,value
on_ioerror, ConversionError
......@@ -71,7 +76,7 @@ PRO geoms_harmon
if ( iNrArgs lt 4 ) then begin
print
print, 'GEOMS harmonization (geoms_harmon)'
print, ' Release v1.66, 2018-11-16'
print, ' Release v1.67, 2019-05-06'
print, ' Provides harmonization of old Envisat/Aura HDF files or older versions of GEOMS files'
print, ' into most recent GEOMS compliant files.'
print
......@@ -81,10 +86,10 @@ PRO geoms_harmon
print, '2: OUTPUTDIR is the path of the output directory of the harmonized file'
print, '3: DATAFORMAT: 0 or 10 or 20: HDF4'
print, ' 1 or 11 or 21: HDF5'
print, ' 2 or 12 or 22: NC'
print, ' (Use 10, 11, 12 to Change log file so that Template Checking will not be performed in'
print, ' post-processing QA/TC checks, otherwise Template Checking will be performed if the'
print, ' template is present. Use 20, 21, 22 to not increment the DATA_FILE_VERSION of ORIGFILE)'
print, ' 2 or 12 or 22: NC'
print, ' (Use 10, 11, 12 to Change log file so that Template Checking will not be performed in'
print, ' post-processing QA/TC checks, otherwise Template Checking will be performed if the'
print, ' template is present. Use 20, 21, 22 to not increment the DATA_FILE_VERSION of ORIGFILE)'
print, '4: ORIGFILE is the path of the original HDF file, you want to harmonize'
print, '------------------------------------------------------------------------------------------------'
print
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment