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

Replace geoms_online_conversion.pro

parent c3de985c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@
; 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
; 2024-12-18, v1.11 Ian Boyd compile with idlcr8hdf.pro v4.0b67
; 2025-01-24, v1.12 Ian Boyd compile with idlcr8hdf.pro v4.0b68
;---------------------------------------------------------------------------------------------------
PRO geoms_online_conversion
......@@ -29,7 +30,7 @@ iNrArgs = size(args, /N_ELEMENTS)
if ( iNrArgs ne 4 ) then begin
print
print, 'GEOMS online conversion'
print, ' Release v1.11, 2024-12-18'
print, ' Release v1.12, 2025-01-24'
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