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

Replace geoms_tools.pro

parent dd6b270f
No related branches found
No related tags found
No related merge requests found
;Main Program Version: geoms_tools.pro v2.14, 20240908 ;Main Program Version: geoms_tools.pro v2.14, 20240912
; Written by Ian Boyd for AVDC/EVDC - iboyd@bryanscientific.org ; Written by Ian Boyd for AVDC/EVDC - iboyd@bryanscientific.org
; ;
FUNCTION is_a_number_gt,value FUNCTION is_a_number_gt,value
...@@ -1250,7 +1250,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o ...@@ -1250,7 +1250,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o
; geoms-harmon-v1.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov. ; geoms-harmon-v1.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov.
; idlcr8ascii-v4.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov. ; idlcr8ascii-v4.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov.
; idlcr8hdf-v4.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov. ; idlcr8hdf-v4.0_Readme.pdf, available from http://avdc.gsfc.nasa.gov.
;Program sub-version 2.14 (20240908) ;Program sub-version 2.14 (20240912)
; ---------- ; ----------
;Written by Ian Boyd for AVDC/EVDC - iboyd@bryanscientific.org ;Written by Ian Boyd for AVDC/EVDC - iboyd@bryanscientific.org
; ;
...@@ -1358,7 +1358,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o ...@@ -1358,7 +1358,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o
; idlcr8ascii.log if Harmonization is not possible - Version 2.11 ; idlcr8ascii.log if Harmonization is not possible - Version 2.11
; 20231218: Update due to fixes to idlcr8hdf and geoms_vntools - Version 2.12 ; 20231218: Update due to fixes to idlcr8hdf and geoms_vntools - Version 2.12
; 20240112: Update due to fix to idlcr8hdf - Version 2.13 ; 20240112: Update due to fix to idlcr8hdf - Version 2.13
; 20240908: Update due to fix to idlcr8hdf - Version 2.14 ; 20240912: Update due to fixes to idlcr8ascii and idlcr8hdf - Version 2.14
; ;
; Input: optqh - Integer defining type of testing 0=QA, 1=Harmonization ; Input: optqh - Integer defining type of testing 0=QA, 1=Harmonization
; tav - Table Attribute Values file used to test Metadata ; tav - Table Attribute Values file used to test Metadata
...@@ -1395,7 +1395,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o ...@@ -1395,7 +1395,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o
; memory. The output from IDLCR8ASCII is then used in the call to: ; memory. The output from IDLCR8ASCII is then used in the call to:
; IDLCR8HDF - which performs the QA ; IDLCR8HDF - which performs the QA
gtver='geoms_tools version 2.14, 2024-09-08' gtver='geoms_tools version 2.14, 2024-09-12'
gt_error_code=3 ;Integer to identify return error code (3 = Invalid input) gt_error_code=3 ;Integer to identify return error code (3 = Invalid input)
par1chk=0 & parchk=0 par1chk=0 & parchk=0
qhs1error=0B qhs1error=0B
......
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