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

Replace geoms_harmon.pro

parent b0e330f2
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
; be used for checks but an error code will be generated. Fix to idlcr8hdf ; 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 ; that caused a crash if the file does not use a DATA_TEMPLATE
; 2019-05-14, v1.68 Ian Boyd update due to fix in idlcr8ascii ; 2019-05-14, v1.68 Ian Boyd update due to fix in idlcr8ascii
; 2019-08-07, v1.69 Ian Boyd update due to modifications to idlcr8ascii and idlcr8hdf
;--------------------------------------------------------------------------------------------------- ;---------------------------------------------------------------------------------------------------
function is_a_number,value function is_a_number,value
on_ioerror, ConversionError on_ioerror, ConversionError
...@@ -77,7 +78,7 @@ PRO geoms_harmon ...@@ -77,7 +78,7 @@ PRO geoms_harmon
if ( iNrArgs lt 4 ) then begin if ( iNrArgs lt 4 ) then begin
print print
print, 'GEOMS harmonization (geoms_harmon)' print, 'GEOMS harmonization (geoms_harmon)'
print, ' Release v1.68, 2019-05-14' print, ' Release v1.69, 2019-08-07'
print, ' Provides harmonization of old Envisat/Aura HDF files or older versions of GEOMS files' print, ' Provides harmonization of old Envisat/Aura HDF files or older versions of GEOMS files'
print, ' into most recent GEOMS compliant files.' print, ' into most recent GEOMS compliant files.'
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