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
4d618868
Commit
4d618868
authored
7 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Rename zmaw to mpimet.mpg.
parent
906a0846
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
app/cdi.c
+1
-1
1 addition, 1 deletion
app/cdi.c
doc/pio/tex/intro.tex
+1
-1
1 addition, 1 deletion
doc/pio/tex/intro.tex
doc/tex/install.tex
+2
-2
2 additions, 2 deletions
doc/tex/install.tex
interfaces/python/table.py
+1
-1
1 addition, 1 deletion
interfaces/python/table.py
with
5 additions
and
5 deletions
app/cdi.c
+
1
−
1
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
"
);
}
...
...
This diff is collapsed.
Click to expand it.
doc/pio/tex/intro.tex
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
doc/tex/install.tex
+
2
−
2
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:
...
...
This diff is collapsed.
Click to expand it.
interfaces/python/table.py
+
1
−
1
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>
'''
]
...
...
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