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

Docu update.

parent 9190468e
Branches cdi-1.7.x
No related tags found
No related merge requests found
......@@ -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 <https://mpimet.mpg.de/cdi>
......@@ -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], [https://mpimet.mpg.de/cdi])
AC_DEFINE_UNQUOTED(CDI, ["$PACKAGE_VERSION"], [CDI version])
......
......@@ -8,10 +8,10 @@
\bibitem[ECHAM]{ECHAM} \ \\
\href{http://www.mpimet.mpg.de/wissenschaft/publikationen/reports.html}
\href{https://www.mpimet.mpg.de/fileadmin/publikationen/Reports/max_scirep_349.pdf}
{The atmospheric general circulation model ECHAM5},
from the
\href{http://www.mpimet.mpg.de}
\href{https://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{https://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{https://www.mpimet.mpg.de}
{Max Planck Institute for Meteorologie}
\end{thebibliography}
......@@ -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{https://www.mpimet.mpg.de/}{MPI-MET} data formats SERVICE, EXTRA and
IEG are also supported.
......
......@@ -80,7 +80,7 @@ void cdfComment(int ncid)
strcat(comment, "??");
else
strcat(comment, libvers);
strcat(comment, " (http://mpimet.mpg.de/cdi)");
strcat(comment, " (https://mpimet.mpg.de/cdi)");
}
cdf_put_att_text(ncid, NC_GLOBAL, "CDI", strlen(comment), comment);
......
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