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

Replace geoms_online_conversion.pro

parent f4094506
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
; 2024-10-29, v1.9 Ian Boyd compile with idlcr8hdf.pro v4.0b65
; 2024-11-26, v1.10 Ian Boyd Add run-time error handling capability and compile with
; idlcr8hdf.pro v4.0b66 and idlcr8ascii.pro v4.0b28
; 2024-12-18, v1.11 Ian Boyd compile with idlcr8hdf.pro v4.0b67
;---------------------------------------------------------------------------------------------------
PRO geoms_online_conversion
......@@ -28,7 +29,7 @@ iNrArgs = size(args, /N_ELEMENTS)
if ( iNrArgs ne 4 ) then begin
print
print, 'GEOMS online conversion'
print, ' Release v1.10, 2024-11-26'
print, ' Release v1.11, 2024-12-18'
print, ' Does conversion of input data and metadata files to GEOMS compliant HDF4/5 and netCDF files.'
print
print, 'usage: idl -rt=geoms_online_conversion.sav -args METAFILE ORIGDATAFILE(s) TAVFILE GEOMSFORMAT'
......
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