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

Replace cds_convert.pro

parent db17f142
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@
; 2024-10-07, v2.0b71 Ian Boyd Update due to fix to idlcr8ascii and to account for the special case of
; WOUDC Eureka Weather Station ozonesonde files having incorrect latitude and
; longitude information before 2000
; 2024-11-26, v2.0b72 Ian Boyd Update due to fix to idlcr8hdf
;---------------------------------------------------------------------------------------------------
PRO cds_convert_common
;Procedure to define the COMMON blocks for this program
......@@ -166,7 +167,7 @@ PRO intro
;Subroutines Called: INTRO_EVENT (via XMANAGER)
nhdr=22 & errtxt=STRARR(nhdr)
vertxt=['cds_convert_Readme.pdf',' Release v2.0b71, October 2024']
vertxt=['cds_convert_Readme.pdf',' Release v2.0b72, November 2024']
errtxt[1]='Conversion Data Suite (CDS): cds_convert'
errtxt[2]=vertxt[1]
errtxt[3]=' Converts supported original data into GEOMS compliant HDF data.'
......@@ -211,7 +212,6 @@ XMANAGER,'intro',base
END ;Intro
function is_a_number,value
on_ioerror, ConversionError
n=DOUBLE(value)
......@@ -360,7 +360,6 @@ if ( CDS_error_code eq 0 ) then begin
end else begin
iSize1 = iSize1Dim(1)
end
;print, iSize1NrDim, iSize1Dim
endelse
......
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