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
b0fde8de
Commit
b0fde8de
authored
Sep 04, 2019
by
Uwe Schulzweida
Browse files
Docu update.
parent
9190468e
Changes
5
Hide whitespace changes
Inline
Side-by-side
README
View file @
b0fde8de
...
...
@@ -52,5 +52,5 @@ Porting:
Contact:
Send questions, comments and bug reports to <http://mpimet.mpg.de/cdi>
Send questions, comments and bug reports to <http
s
://mpimet.mpg.de/cdi>
configure.ac
View file @
b0fde8de
...
...
@@ -7,7 +7,7 @@
AC_PREREQ([2.69])
LT_PREREQ([2.4.6])
AC_INIT([cdi], [1.9.8rc2], [http://mpimet.mpg.de/cdi])
AC_INIT([cdi], [1.9.8rc2], [http
s
://mpimet.mpg.de/cdi])
AC_DEFINE_UNQUOTED(CDI, ["$PACKAGE_VERSION"], [CDI version])
...
...
doc/tex/bib.tex
View file @
b0fde8de
...
...
@@ -8,10 +8,10 @@
\bibitem
[ECHAM]
{
ECHAM
}
\ \\
\href
{
http://www.mpimet.mpg.de/
wissenschaft
/publikationen/
r
eports
.html
}
\href
{
http
s
://www.mpimet.mpg.de/
fileadmin
/publikationen/
R
eports
/max
_
scirep
_
349.pdf
}
{
The atmospheric general circulation model ECHAM5
}
,
from the
\href
{
http://www.mpimet.mpg.de
}
\href
{
http
s
://www.mpimet.mpg.de
}
{
Max Planck Institute for Meteorologie
}
...
...
@@ -38,14 +38,14 @@
\bibitem
[MPIOM]
{
MPIOM
}
\ \\
The ocean model MPIOM,
from the
\href
{
http://www.mpimet.mpg.de
}
\href
{
http
s
://www.mpimet.mpg.de
}
{
Max Planck Institute for Meteorologie
}
\bibitem
[REMO]
{
REMO
}
\ \\
The regional climate model REMO,
from the
\href
{
http://www.mpimet.mpg.de
}
\href
{
http
s
://www.mpimet.mpg.de
}
{
Max Planck Institute for Meteorologie
}
\end{thebibliography}
doc/tex/intro.tex
View file @
b0fde8de
...
...
@@ -2,7 +2,7 @@
The interface is independent from a specific data format and has a C and Fortran API.
{
\CDI
}
was developed for a fast and machine independent access to GRIB
and NetCDF datasets with the same interface.
The local
\href
{
http://www.mpimet.mpg.de/
}{
MPI-MET
}
data formats SERVICE, EXTRA and
The local
\href
{
http
s
://www.mpimet.mpg.de/
}{
MPI-MET
}
data formats SERVICE, EXTRA and
IEG are also supported.
...
...
src/cdf.c
View file @
b0fde8de
...
...
@@ -80,7 +80,7 @@ void cdfComment(int ncid)
strcat
(
comment
,
"??"
);
else
strcat
(
comment
,
libvers
);
strcat
(
comment
,
" (http://mpimet.mpg.de/cdi)"
);
strcat
(
comment
,
" (http
s
://mpimet.mpg.de/cdi)"
);
}
cdf_put_att_text
(
ncid
,
NC_GLOBAL
,
"CDI"
,
strlen
(
comment
),
comment
);
...
...
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