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
e9ae4e3f
Commit
e9ae4e3f
authored
Oct 20, 2011
by
Uwe Schulzweida
Browse files
CF update
parent
6d06ff48
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e9ae4e3f
2011-10-17 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* Version 1.5.3 released
2011-10-11 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* zaxisCompare: set epsilon from 0 to 1e-9 [request: Felicia Brisc]
2011-10-06 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* added level type ZAXIS_TOA, ZAXIS_SEA_BOTTOM, ZAXIS_ATMOSPHERE [request: Drte Liermann]
...
...
@@ -24,6 +28,10 @@
* using CGRIBEX library version 1.5.1
2011-08-22 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* Version 1.5.2 released
2011-08-15 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* streamFilesuffix: added suffix for filetype NC4C (bug fix)
...
...
NEWS
View file @
e9ae4e3f
CDI NEWS
--------
Version 1.5.3 (
??
October 2011):
Version 1.5.3 (
17
October 2011):
New features:
* Added support for level type ZAXIS_TOA, ZAXIS_SEA_BOTTOM, ZAXIS_ATMOSPHERE
...
...
configure
View file @
e9ae4e3f
...
...
@@ -809,7 +809,6 @@ enable_dependency_tracking
with_gnu_ld
with_sysroot
enable_libtool_lock
with_gnu_ld
enable_largefile
with_threads
with_zlib
...
...
@@ -839,25 +838,16 @@ LDFLAGS
LIBS
CPPFLAGS
CPP
CPPFLAGS
FC
FCFLAGS
LDFLAGS
LIBS
FPP
FPPFLAGS
F77
FFLAGS
LDFLAGS
LIBS
CXX
CXXFLAGS
LDFLAGS
LIBS
CPPFLAGS
CCC
CXXCPP
CPPFLAGS
FCMODEXT'
...
...
src/cdi.inc
View file @
e9ae4e3f
!
This
file
was
automatically
generated
,
don
'
t
edit
!
!
!
Fortran
interface
for
CDI
library
version
1.5.
2
!
Fortran
interface
for
CDI
library
version
1.5.
3
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
August
2011
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
October
2011
!
INTEGER
CDI_MAX_NAME
...
...
@@ -245,6 +245,12 @@
PARAMETER
(
ZAXIS_SIGMA
=
11
)
INTEGER
ZAXIS_MEANSEA
PARAMETER
(
ZAXIS_MEANSEA
=
12
)
INTEGER
ZAXIS_TOA
PARAMETER
(
ZAXIS_TOA
=
13
)
INTEGER
ZAXIS_SEA_BOTTOM
PARAMETER
(
ZAXIS_SEA_BOTTOM
=
14
)
INTEGER
ZAXIS_ATMOSPHERE
PARAMETER
(
ZAXIS_ATMOSPHERE
=
15
)
!
!
TAXIS
types
!
...
...
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