Skip to content
GitLab
Menu
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
4d618868
Commit
4d618868
authored
Oct 06, 2017
by
Uwe Schulzweida
Browse files
Rename zmaw to mpimet.mpg.
parent
906a0846
Changes
4
Hide whitespace changes
Inline
Side-by-side
app/cdi.c
View file @
4d618868
...
...
@@ -178,7 +178,7 @@ void usage(void)
fprintf
(
stderr
,
" jpeg JPEG compression of GRIB2 records
\n
"
);
fprintf
(
stderr
,
" zip[_1-9] Deflate compression of netCDF4 variables
\n
"
);
fprintf
(
stderr
,
"
\n
"
);
fprintf
(
stderr
,
" Report bugs to <http://code.
zmaw
.de/projects/cdi>
\n
"
);
fprintf
(
stderr
,
" Report bugs to <http
s
://code.
mpimet.mpg
.de/projects/cdi>
\n
"
);
}
...
...
doc/pio/tex/intro.tex
View file @
4d618868
...
...
@@ -3,7 +3,7 @@ The scalability of Earth System Models (ESMs) is the leading target of the
}{
ScalES
}
project, in particular with regard to future computer development. Our work
focuses on overcoming the I/O bottleneck. The
\href
{
https://code.
zmaw
.de/projects/cdi
}{
Climate Data Interface
}
(
{
\CDI
}
) is a
\href
{
https://code.
mpimet.mpg
.de/projects/cdi
}{
Climate Data Interface
}
(
{
\CDI
}
) is a
sophisticated data handling library of
the Max-Planck-Institute for Meteorology with broad acceptence in the
community.
...
...
doc/tex/install.tex
View file @
4d618868
...
...
@@ -4,8 +4,8 @@ This section describes how to build the {\CDI} library from the sources on a UNI
{
\CDI
}
is using the GNU configure and build system to compile the source code.
The only requirement is a working ANSI C99 compiler.
First go to the
\href
{
http://code.
zmaw
.de/projects/cdi/files
}{
\texttt
{
download
}}
page
(
\texttt
{
http://code.
zmaw
.de/projects/cdi/files
}
) to get the latest distribution,
First go to the
\href
{
http
s
://code.
mpimet.mpg
.de/projects/cdi/files
}{
\texttt
{
download
}}
page
(
\texttt
{
http
s
://code.
mpimet.mpg
.de/projects/cdi/files
}
) to get the latest distribution,
if you do not already have it.
To take full advantage of
{
\CDI
}
's features the following additional libraries should be installed:
...
...
interfaces/python/table.py
View file @
4d618868
...
...
@@ -9,7 +9,7 @@ def htmlSkel(experiment):
return
[
'<html> <head> <title>ECHAM Experiment: '
+
experiment
+
'</title></head>'
+
"""<body>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="https://code.
zmaw
.de/files/cdo/html/tableFold.js"></script>"""
,
<script type="text/javascript" src="https://code.
mpimet.mpg
.de/files/cdo/html/tableFold.js"></script>"""
,
'''</body>
</html>
'''
]
...
...
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