Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
dcd2c848
Commit
dcd2c848
authored
Aug 25, 2015
by
Thomas Jahns
🤸
Browse files
Fix generated files.
parent
cdd3b449
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_quick_ref.tex
View file @
dcd2c848
...
...
@@ -1345,6 +1345,15 @@ Define the number of half levels of a generalized Z-axis.
Define the reference number for a generalized Z-axis.
\section*
{
\tt
\htmlref
{
zaxisDefPsName
}{
zaxisDefPsName
}}
\begin{verbatim}
void zaxisDefPsName (int zaxisID, const char *psname
_
optional);
\end{verbatim}
Define the name of the surface pressure variable of a hybrid sigma pressure Z-axis.
\section*
{
\tt
\htmlref
{
zaxisDefUUID
}{
zaxisDefUUID
}}
\begin{verbatim}
...
...
@@ -1435,6 +1444,15 @@ Get the number of half levels of a generalized Z-axis.
Get the reference number to a generalized Z-axis.
\section*
{
\tt
\htmlref
{
zaxisInqPsName
}{
zaxisInqPsName
}}
\begin{verbatim}
void zaxisInqPsName (int zaxisID, char *psname);
\end{verbatim}
Get the name of the surface pressure variable of a hybrid sigma pressure Z-axis.
\section*
{
\tt
\htmlref
{
zaxisInqSize
}{
zaxisInqSize
}}
\begin{verbatim}
...
...
doc/tex/f_quick_ref.tex
View file @
dcd2c848
...
...
@@ -1367,6 +1367,15 @@ Define the number of half levels of a generalized Z-axis.
Define the reference number for a generalized Z-axis.
\section*
{
\tt
\htmlref
{
zaxisDefPsName
}{
zaxisDefPsName
}}
\begin{verbatim}
SUBROUTINE zaxisDefPsName (INTEGER zaxisID, CHARACTER*(*) psname
_
optional)
\end{verbatim}
Define the name of the surface pressure variable of a hybrid sigma pressure Z-axis.
\section*
{
\tt
\htmlref
{
zaxisDefUUID
}{
zaxisDefUUID
}}
\begin{verbatim}
...
...
@@ -1457,6 +1466,15 @@ Get the number of half levels of a generalized Z-axis.
Get the reference number to a generalized Z-axis.
\section*
{
\tt
\htmlref
{
zaxisInqPsName
}{
zaxisInqPsName
}}
\begin{verbatim}
SUBROUTINE zaxisInqPsName (INTEGER zaxisID, CHARACTER*(*) psname)
\end{verbatim}
Get the name of the surface pressure variable of a hybrid sigma pressure Z-axis.
\section*
{
\tt
\htmlref
{
zaxisInqSize
}{
zaxisInqSize
}}
\begin{verbatim}
...
...
src/cdi.inc
View file @
dcd2c848
...
...
@@ -1980,6 +1980,16 @@
!
CHARACTER
*
(
*
)
stdname
)
EXTERNAL
zaxisInqStdname
!
zaxisDefPsName
!
(
INTEGER
zaxisID
,
!
CHARACTER
*
(
*
)
psname_optional
)
EXTERNAL
zaxisDefPsName
!
zaxisInqPsName
!
(
INTEGER
zaxisID
,
!
CHARACTER
*
(
*
)
psname
)
EXTERNAL
zaxisInqPsName
!
zaxisDefPrec
!
(
INTEGER
zaxisID
,
!
INTEGER
prec
)
...
...
@@ -1998,6 +2008,14 @@
!
(
INTEGER
zaxisID
)
EXTERNAL
zaxisInqPositive
!
zaxisDefScalar
!
(
INTEGER
zaxisID
)
EXTERNAL
zaxisDefScalar
INTEGER
zaxisInqScalar
!
(
INTEGER
zaxisID
)
EXTERNAL
zaxisInqScalar
!
zaxisDefLtype
!
(
INTEGER
zaxisID
,
!
INTEGER
ltype
)
...
...
src/cdiFortran.c
View file @
dcd2c848
...
...
@@ -429,10 +429,14 @@ FCALLSCSUB2 (zaxisInqLongname, ZAXISINQLONGNAME, zaxisinqlongname, INT, PSTRING)
FCALLSCSUB2
(
zaxisDefUnits
,
ZAXISDEFUNITS
,
zaxisdefunits
,
INT
,
STRING
)
FCALLSCSUB2
(
zaxisInqUnits
,
ZAXISINQUNITS
,
zaxisinqunits
,
INT
,
PSTRING
)
FCALLSCSUB2
(
zaxisInqStdname
,
ZAXISINQSTDNAME
,
zaxisinqstdname
,
INT
,
PSTRING
)
FCALLSCSUB2
(
zaxisDefPsName
,
ZAXISDEFPSNAME
,
zaxisdefpsname
,
INT
,
STRING
)
FCALLSCSUB2
(
zaxisInqPsName
,
ZAXISINQPSNAME
,
zaxisinqpsname
,
INT
,
PSTRING
)
FCALLSCSUB2
(
zaxisDefPrec
,
ZAXISDEFPREC
,
zaxisdefprec
,
INT
,
INT
)
FCALLSCFUN1
(
INT
,
zaxisInqPrec
,
ZAXISINQPREC
,
zaxisinqprec
,
INT
)
FCALLSCSUB2
(
zaxisDefPositive
,
ZAXISDEFPOSITIVE
,
zaxisdefpositive
,
INT
,
INT
)
FCALLSCFUN1
(
INT
,
zaxisInqPositive
,
ZAXISINQPOSITIVE
,
zaxisinqpositive
,
INT
)
FCALLSCSUB1
(
zaxisDefScalar
,
ZAXISDEFSCALAR
,
zaxisdefscalar
,
INT
)
FCALLSCFUN1
(
INT
,
zaxisInqScalar
,
ZAXISINQSCALAR
,
zaxisinqscalar
,
INT
)
FCALLSCSUB2
(
zaxisDefLtype
,
ZAXISDEFLTYPE
,
zaxisdefltype
,
INT
,
INT
)
FCALLSCFUN1
(
INT
,
zaxisInqLtype
,
ZAXISINQLTYPE
,
zaxisinqltype
,
INT
)
FCALLSCSUB3
(
zaxisDefVct
,
ZAXISDEFVCT
,
zaxisdefvct
,
INT
,
INT
,
DOUBLEV
)
...
...
src/mo_cdi.f90
View file @
dcd2c848
! >>> Warning: This is a generated file. If you modify it, you get what you deserve. <<<
!
! Generated by "
../
interfaces/f2003/bindGen.rb" from input file "
../
src/cdi.h".
! Generated by "interfaces/f2003/bindGen.rb" from input file "src/cdi.h".
module
mo_cdi
use
iso_c_binding
...
...
Write
Preview
Markdown
is supported
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