Skip to content
Snippets Groups Projects
Commit 4d618868 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Rename zmaw to mpimet.mpg.

parent 906a0846
No related branches found
No related tags found
No related merge requests found
......@@ -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 <https://code.mpimet.mpg.de/projects/cdi>\n");
}
......
......@@ -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.
......
......@@ -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{https://code.mpimet.mpg.de/projects/cdi/files}{\texttt{download}} page
(\texttt{https://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:
......
......@@ -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>
''']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment