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
idlcr8
Commits
2f79b34a
Commit
2f79b34a
authored
Oct 20, 2020
by
Ian Boyd
Browse files
Replace geoms_online_conversion.pro
parent
63f64722
Changes
1
Hide whitespace changes
Inline
Side-by-side
geoms_online_conversion.pro
View file @
2f79b34a
;
---------------------------------------------------------------------------------------------------
;
name
:
geoms_online_conversion
.
pro
;
description
:
Wrapper
for
EVDC
GEOMS
on
-
line
conversion
tool
;
;
;
Note
:
The
output
directory
of
the
GEOMS
compliant
file
(
s
)
and
log
file
are
currently
hard
-
wired
;
into
the
call
to
idlcr8hdf
(
/
M
is
the
same
directory
as
the
Metadata
file
).
This
can
be
changed
;
as
required
.
;
into
the
call
to
idlcr8hdf
(
/
M
is
the
same
directory
as
the
Metadata
file
).
This
can
be
changed
;
as
required
.
;
;
2018
-
11
-
16
,
v0
.
1
Ian
Boyd
initial
implementation
;
2020
-
10
-
20
,
v1
.
1
Ian
Boyd
compile
with
idlcr8hdf
.
pro
v4
.
0
b56
;
---------------------------------------------------------------------------------------------------
PRO
geoms_online_conversion
...
...
@@ -17,7 +18,7 @@ PRO geoms_online_conversion
if
(
iNrArgs
ne
4
)
then
begin
print
print
,
'GEOMS online conversion'
print
,
' Release v
0
.1, 20
18-11-16
'
print
,
' Release v
1
.1, 20
20-10-20
'
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'
...
...
@@ -45,7 +46,7 @@ PRO geoms_online_conversion
QA_error_code = 3
print, '
ERROR
:
TAV
file
not
found
.
'
endif else QA_error_code = 0
if ( file_test( chFileMeta ) eq 0 ) then begin
QA_error_code = 3
print, '
ERROR
:
Metadata
Template
file
not
found
.
'
...
...
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