Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cds_convert
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
cds_convert
Commits
44c2c925
Commit
44c2c925
authored
3 months ago
by
Ian Boyd
Browse files
Options
Downloads
Patches
Plain Diff
Replace cds_convert.pro
parent
db17f142
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cds_convert.pro
+2
-3
2 additions, 3 deletions
cds_convert.pro
with
2 additions
and
3 deletions
cds_convert.pro
+
2
−
3
View file @
44c2c925
...
...
@@ -98,6 +98,7 @@
;
2024
-
10
-
07
,
v2
.
0
b71
Ian
Boyd
Update
due
to
fix
to
idlcr8ascii
and
to
account
for
the
special
case
of
;
WOUDC
Eureka
Weather
Station
ozonesonde
files
having
incorrect
latitude
and
;
longitude
information
before
2000
;
2024
-
11
-
26
,
v2
.
0
b72
Ian
Boyd
Update
due
to
fix
to
idlcr8hdf
;
---------------------------------------------------------------------------------------------------
PRO
cds_convert_common
;
Procedure
to
define
the
COMMON
blocks
for
this
program
...
...
@@ -166,7 +167,7 @@ PRO intro
;
Subroutines
Called
:
INTRO_EVENT
(
via
XMANAGER
)
nhdr
=
22
&
errtxt
=
STRARR
(
nhdr
)
vertxt
=
[
'cds_convert_Readme.pdf'
,
' Release v2.0b7
1
,
Octo
ber 2024'
]
vertxt
=
[
'cds_convert_Readme.pdf'
,
' Release v2.0b7
2
,
Novem
ber 2024'
]
errtxt
[
1
]
=
'Conversion Data Suite (CDS): cds_convert'
errtxt
[
2
]
=
vertxt
[
1
]
errtxt
[
3
]
=
' Converts supported original data into GEOMS compliant HDF data.'
...
...
@@ -211,7 +212,6 @@ XMANAGER,'intro',base
END
;
Intro
function
is_a_number
,
value
on_ioerror
,
ConversionError
n
=
DOUBLE
(
value
)
...
...
@@ -360,7 +360,6 @@ if ( CDS_error_code eq 0 ) then begin
end else begin
iSize1 = iSize1Dim(1)
end
;print, iSize1NrDim, iSize1Dim
endelse
...
...
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