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
74149ebc
Commit
74149ebc
authored
Jun 30, 2015
by
Thomas Jahns
🤸
Browse files
Fix doc-string.
parent
3052949c
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_quick_ref.tex
View file @
74149ebc
...
...
@@ -990,6 +990,16 @@ Define the parameter number of a Variable.
Define the standard name of a Variable.
\section*
{
\tt
\htmlref
{
vlistDefVarTiles
}{
vlistDefVarTiles
}}
\begin{verbatim}
int vlistDefVarTiles (int vlistID, int gridID, int zaxisID, int tsteptype,
int tilesetID);
\end{verbatim}
Create a new tile-based variable.
\section*
{
\tt
\htmlref
{
vlistDefVarUnits
}{
vlistDefVarUnits
}}
\begin{verbatim}
...
...
doc/tex/f_quick_ref.tex
View file @
74149ebc
...
...
@@ -1002,6 +1002,17 @@ Define the parameter number of a Variable.
Define the standard name of a Variable.
\section*
{
\tt
\htmlref
{
vlistDefVarTiles
}{
vlistDefVarTiles
}}
\begin{verbatim}
INTEGER FUNCTION vlistDefVarTiles (INTEGER vlistID, INTEGER gridID,
INTEGER zaxisID, INTEGER tsteptype,
INTEGER tilesetID)
\end{verbatim}
Create a new tile-based variable.
\section*
{
\tt
\htmlref
{
vlistDefVarUnits
}{
vlistDefVarUnits
}}
\begin{verbatim}
...
...
src/cdi.h
View file @
74149ebc
...
...
@@ -516,7 +516,7 @@ int vlistInqModel(int vlistID);
/* VLIST VAR routines */
/* vlistDefVar: Create a new tile-based variable */
/* vlistDefVar
Tiles
: Create a new tile-based variable */
int
vlistDefVarTiles
(
int
vlistID
,
int
gridID
,
int
zaxisID
,
int
tsteptype
,
int
tilesetID
);
/* vlistDefVar: Create a new variable */
...
...
src/cdipio.inc
View file @
74149ebc
!
This
file
was
automatically
generated
,
don
'
t
edit
!
!
!
Fortran
interface
for
CDI
library
version
1.
6.8
!
Fortran
interface
for
CDI
library
version
1.
7.0
!
!
Author
:
!
-------
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
March
2015
!
Uwe
Schulzweida
,
MPI
-
MET
,
Hamburg
,
June
2015
!
!
...
...
src/mo_cdi.f90
View file @
74149ebc
! >>> 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
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