From de396ae98db4f2bb1ba021cf995b0a1f6fe47f2b Mon Sep 17 00:00:00 2001
From: Ian Boyd <iboyd@astro.umass.edu>
Date: Tue, 29 Oct 2024 02:01:21 +0000
Subject: [PATCH] Replace geoms_tools.pro

---
 geoms_tools.pro | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/geoms_tools.pro b/geoms_tools.pro
index cb08ad2..5f02d52 100644
--- a/geoms_tools.pro
+++ b/geoms_tools.pro
@@ -1,4 +1,4 @@
-;Main Program Version: geoms_tools.pro v2.15, 20240927
+;Main Program Version: geoms_tools.pro v2.16, 20241029
 ;  Written by Ian Boyd for AVDC/EVDC - iboyd@bryanscientific.org
 ;
 FUNCTION is_a_number_gt,value
@@ -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.
 ;                       idlcr8ascii-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.15 (20240927)
+;Program sub-version 2.16 (20241029)
 ; ----------
 ;Written by Ian Boyd for AVDC/EVDC - iboyd@bryanscientific.org
 ;
@@ -1360,6 +1360,7 @@ FUNCTION geoms_tools, optqh, tav, hdfqh, outdir, dataformat, DATETIME=o1, NOTC=o
 ;    20240112: Update due to fix to idlcr8hdf - Version 2.13
 ;    20240912: Update due to fixes to idlcr8ascii and idlcr8hdf - Version 2.14
 ;    20240927: Update due to fix to idlcr8ascii - Version 2.15
+;    20241029: Update due to fixes to geoms_tctools and idlcr8hdf - Version 2.16
 ;
 ;  Input: optqh - Integer defining type of testing 0=QA, 1=Harmonization
 ;         tav - Table Attribute Values file used to test Metadata
@@ -1396,7 +1397,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:
 ;                            IDLCR8HDF   - which performs the QA
 
-gtver='geoms_tools version 2.15, 2024-09-27'
+gtver='geoms_tools version 2.16, 2024-10-29'
 gt_error_code=3 ;Integer to identify return error code (3 = Invalid input)
 par1chk=0 & parchk=0
 qhs1error=0B
-- 
GitLab