Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geoms
geoms_qa
Commits
77e82508
Commit
77e82508
authored
Sep 30, 2020
by
Ian Boyd
Browse files
Replace geoms_harmon.pro
parent
adb52e52
Changes
1
Hide whitespace changes
Inline
Side-by-side
geoms_harmon.pro
View file @
77e82508
...
...
@@ -68,6 +68,9 @@
; 2020-03-11, v2.02 Ian Boyd update due to fix to idlcr8hdf
; 2020-04-27, v2.03 Ian Boyd update due to geoms_vntools update
; 2020-07-09, v2.04 Ian Boyd update due to fix to idlcr8hdf
; 2020-09-30, v2.05 Ian Boyd update due to fix to idlcr8ascii; geoms_tools now returns a QA_error_code
; value of -2 to geoms_qa if idlcr8ascii can't
read
the
input
file
,
to
stop
;
template
and
version
name
checks
;
---------------------------------------------------------------------------------------------------
function
is_a_number
,
value
on_ioerror
,
ConversionError
...
...
@@ -86,7 +89,7 @@ PRO geoms_harmon
if
(
iNrArgs
lt
4
)
then
begin
print
print
,
'GEOMS harmonization (geoms_harmon)'
print, '
Release
v2
.
0
4
,
2020
-
0
7
-
09
'
print
,
' Release v2.0
5
, 2020-0
9-30
'
print
,
' Provides harmonization of old Envisat/Aura HDF files or older versions of GEOMS files'
print
,
' into most recent GEOMS compliant files.'
print
...
...
@@ -164,6 +167,6 @@ PRO geoms_harmon
endcase
end
exit
,
status
=
QA_error_code
exit
,
status
=
abs
(
QA_error_code
)
END
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment