Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
libcdi
Commits
b0fde8de
Commit
b0fde8de
authored
5 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Docu update.
parent
9190468e
Branches
cdi-1.7.x
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README
+1
-1
1 addition, 1 deletion
README
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
doc/tex/bib.tex
+4
-4
4 additions, 4 deletions
doc/tex/bib.tex
doc/tex/intro.tex
+1
-1
1 addition, 1 deletion
doc/tex/intro.tex
src/cdf.c
+1
-1
1 addition, 1 deletion
src/cdf.c
with
8 additions
and
8 deletions
README
+
1
−
1
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>
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
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])
...
...
This diff is collapsed.
Click to expand it.
doc/tex/bib.tex
+
4
−
4
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}
This diff is collapsed.
Click to expand it.
doc/tex/intro.tex
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
src/cdf.c
+
1
−
1
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment