Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
406a5760
Commit
406a5760
authored
Jun 11, 2009
by
Uwe Schulzweida
Browse files
Version 1.3.2 released
parent
5e0b6bb5
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
406a5760
2009-
??-??
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
2009-
06-10
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* added env CDI_SORTNAME to sort netCDF names
* added support for rotated grids on south pole [request: Beate Geyer]
...
...
src/cdi.inc
View file @
406a5760
!
This
file
was
automatically
created
,
don
'
t
edit
!
!
!
Fortran
interface
for
CDI
library
version
1.3.
0
!
Fortran
interface
for
CDI
library
version
1.3.
2
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
April
2009
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
June
2009
!
INTEGER
CDI_UNDEFID
...
...
@@ -1178,6 +1178,15 @@
!
DOUBLEPRECISION
angle
)
EXTERNAL
gridDefAngle
DOUBLEPRECISION
gridInqNpole
!
(
INTEGER
gridID
)
EXTERNAL
gridInqNpole
!
gridDefNpole
!
(
INTEGER
gridID
,
!
DOUBLEPRECISION
npole
)
EXTERNAL
gridDefNpole
!
gridDefTrunc
!
(
INTEGER
gridID
,
!
INTEGER
trunc
)
...
...
src/cdiFortran.c
View file @
406a5760
...
...
@@ -245,6 +245,8 @@ FCALLSCFUN1 (DOUBLE, gridInqYpole, GRIDINQYPOLE, gridinqypole, INT)
FCALLSCSUB2
(
gridDefYpole
,
GRIDDEFYPOLE
,
griddefypole
,
INT
,
DOUBLE
)
FCALLSCFUN1
(
DOUBLE
,
gridInqAngle
,
GRIDINQANGLE
,
gridinqangle
,
INT
)
FCALLSCSUB2
(
gridDefAngle
,
GRIDDEFANGLE
,
griddefangle
,
INT
,
DOUBLE
)
FCALLSCFUN1
(
DOUBLE
,
gridInqNpole
,
GRIDINQNPOLE
,
gridinqnpole
,
INT
)
FCALLSCSUB2
(
gridDefNpole
,
GRIDDEFNPOLE
,
griddefnpole
,
INT
,
DOUBLE
)
FCALLSCSUB2
(
gridDefTrunc
,
GRIDDEFTRUNC
,
griddeftrunc
,
INT
,
INT
)
FCALLSCFUN1
(
INT
,
gridInqTrunc
,
GRIDINQTRUNC
,
gridinqtrunc
,
INT
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment