Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geoms_qa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geoms
geoms_qa
Commits
e481981d
Commit
e481981d
authored
5 years ago
by
Ian Boyd
Browse files
Options
Downloads
Patches
Plain Diff
Replace geoms_harmon.pro
parent
9ffc2a97
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
geoms_harmon.pro
+10
-5
10 additions, 5 deletions
geoms_harmon.pro
with
10 additions
and
5 deletions
geoms_harmon.pro
+
10
−
5
View file @
e481981d
...
...
@@ -53,6 +53,11 @@
;
2018
-
05
-
28
,
v1
.
64
Ian
Boyd
update
due
to
fix
in
idlcr8hdf
;
2018
-
09
-
01
,
v1
.
65
Ian
Boyd
update
due
to
fix
in
idlcr8hdf
;
2018
-
11
-
16
,
v1
.
66
Ian
Boyd
update
due
to
fix
in
idlcr8ascii
;
2019
-
05
-
06
,
v1
.
67
Ian
Boyd
QA
checks
now
carried
out
using
the
metadata
definitions
in
the
TAV
version
;
given
in
the
FILE_META_VERSION
global
attribute
.
If
this
attribute
is
invalid
;
or
not
present
,
or
the
TAV
file
can't be located, the input TAV file will
; be used for checks but an error code will be generated. Fix to idlcr8hdf
; that caused a crash if the file does not use a DATA_TEMPLATE
;---------------------------------------------------------------------------------------------------
function is_a_number,value
on_ioerror, ConversionError
...
...
@@ -71,7 +76,7 @@ PRO geoms_harmon
if ( iNrArgs lt 4 ) then begin
print
print, '
GEOMS
harmonization
(
geoms_harmon
)
'
print
,
' Release v1.6
6
, 201
8-11-1
6'
print, '
Release
v1
.
6
7
,
201
9
-
05
-
0
6
'
print, '
Provides
harmonization
of
old
Envisat
/
Aura
HDF
files
or
older
versions
of
GEOMS
files'
print, '
into
most
recent
GEOMS
compliant
files
.
'
print
...
...
@@ -81,10 +86,10 @@ PRO geoms_harmon
print, '
2
:
OUTPUTDIR
is
the
path
of
the
output
directory
of
the
harmonized
file'
print, '
3
:
DATAFORMAT
:
0
or
10
or
20
:
HDF4
'
print, '
1
or
11
or
21
:
HDF5
'
print
,
' 2 or 12 or 22: NC'
print
,
' (Use 10, 11, 12 to Change log file so that Template Checking will not be performed in'
print
,
' post-processing QA/TC checks, otherwise Template Checking will be performed if the'
print
,
' template is present. Use 20, 21, 22 to not increment the DATA_FILE_VERSION of ORIGFILE)'
print, '
2
or
12
or
22
:
NC
'
print, '
(
Use
10
,
11
,
12
to
Change
log
file
so
that
Template
Checking
will
not
be
performed
in'
print, '
post
-
processing
QA
/
TC
checks
,
otherwise
Template
Checking
will
be
performed
if
the'
print, '
template
is
present
.
Use
20
,
21
,
22
to
not
increment
the
DATA_FILE_VERSION
of
ORIGFILE
)
'
print, '
4
:
ORIGFILE
is
the
path
of
the
original
HDF
file
,
you
want
to
harmonize'
print, '
------------------------------------------------------------------------------------------------
'
print
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment