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
64e59708
Commit
64e59708
authored
Feb 28, 2011
by
Uwe Schulzweida
Browse files
Docu update
parent
fe8c75a8
Changes
8
Hide whitespace changes
Inline
Side-by-side
config/default
View file @
64e59708
...
...
@@ -18,8 +18,6 @@ case "${HOSTNAME}" in
--with-netcdf
=
/opt/local
\
--with-hdf5
=
/opt/local
\
--with-szlib
=
$HOME
/local
\
--with-jasper
=
$HOME
/local
\
--with-grib_api
=
$HOME
/local/gribapi-1.9.5
\
CC
=
gcc
CFLAGS
=
"-g -pipe -D_REENTRANT -Wall -W -Wfloat-equal -pedantic -O2 -Df2cFortran"
;;
# ia64-nec-linux
...
...
doc/tex/attribute.tex
View file @
64e59708
...
...
@@ -6,6 +6,7 @@ An attribute has a variable to which it is assigned, a name, a type,
a length, and a sequence of one or more values.
The attributes have to be defined after the variable is created and
before the variable list is associated with a stream.
Attributes are only used for netCDF datasets.
It is also possible to have attributes that are not associated with any variable.
These are called global attributes and are identified by using CDI
\_
GLOBAL as a
...
...
doc/tex/c_taxis.tex
View file @
64e59708
...
...
@@ -308,6 +308,6 @@ Time axis ID, from a previous call to {\htmlref{\tt taxisCreate}{taxisCreate}}
{
\tt
taxisInqCalendar
}
returns the type of the calendar,
one of the set of predefined
{
\CDI
}
calendar types.
The valid
{
\CDI
}
calendar types are
{
\tt
CALENDAR
\_
STANDARD
}
,
{
\tt
CALENDAR
\_
PROLEP
R
IC
}
,
The valid
{
\CDI
}
calendar types are
{
\tt
CALENDAR
\_
STANDARD
}
,
{
\tt
CALENDAR
\_
PROLEP
T
IC
}
,
{
\tt
CALENDAR
\_
360DAYS
}
,
{
\tt
CALENDAR
\_
365DAYS
}
and
{
\tt
CALENDAR
\_
366DAYS
}
.
doc/tex/f_taxis.tex
View file @
64e59708
...
...
@@ -308,6 +308,6 @@ Time axis ID, from a previous call to {\htmlref{\tt taxisCreate}{taxisCreate}}
{
\tt
taxisInqCalendar
}
returns the type of the calendar,
one of the set of predefined
{
\CDI
}
calendar types.
The valid
{
\CDI
}
calendar types are
{
\tt
CALENDAR
\_
STANDARD
}
,
{
\tt
CALENDAR
\_
PROLEP
R
IC
}
,
The valid
{
\CDI
}
calendar types are
{
\tt
CALENDAR
\_
STANDARD
}
,
{
\tt
CALENDAR
\_
PROLEP
T
IC
}
,
{
\tt
CALENDAR
\_
360DAYS
}
,
{
\tt
CALENDAR
\_
365DAYS
}
and
{
\tt
CALENDAR
\_
366DAYS
}
.
doc/tex/grid.tex
View file @
64e59708
...
...
@@ -14,6 +14,6 @@ The following different Grid types are available:
\item
[{\large\tt GRID\_CURVILINEAR }]
Curvilinear grid
\item
[{\large\tt GRID\_UNSTRUCTURED}]
Unstructured grid
\item
[{\large\tt GRID\_LCC }]
Lambert conformal conic grid
\item
[{\large\tt GRID\_
NUMBER
}]
Number of grid
\item
[{\large\tt GRID\_
REFERENCE
}]
Number of grid
\end{deflist}
\end{minipage}
doc/tex/install.tex
View file @
64e59708
...
...
@@ -15,7 +15,7 @@ To take full advantage of {\CDI}'s features the following additional libraries s
(
{
\tt
http://www.unidata.ucar.edu/packages/netcdf/index.html
}
)
version 3 or higher.
This is needed to read/write netCDF files with
{
\CDI
}
.
\item
ECMWF
\href
{
http://www.ecmwf.int/products/data/software/grib
_
api.html
}{
GRIB
\_
API
}
\item
The
ECMWF
\href
{
http://www.ecmwf.int/products/data/software/grib
_
api.html
}{
GRIB
\_
API
}
(
{
\tt
http://www.ecmwf.int/products/data/software/grib
\_
api.html
}
)
version 1.9.5 or higher.
This library is needed to encode/decode GRIB2 records with
{
\CDI
}
.
...
...
@@ -41,11 +41,10 @@ Compilation is now done by performing the following steps:
.
/
configure
\end
{
verbatim
}
Or optionally with netCDF
and GRIB
2
support:
Or optionally with netCDF support:
\begin
{
verbatim
}
.
/
configure
--
with
-
netcdf
=
<netCDF root directory>
\
--
with
-
gribapi
=
<GRIB
_
API root directory>
.
/
configure
--
with
-
netcdf
=
<netCDF root directory>
\end
{
verbatim
}
For an overview of other configuration options use
...
...
doc/tex/taxis.tex
View file @
64e59708
...
...
@@ -24,7 +24,8 @@ CDI supports the following calendar types:
\vspace*
{
3mm
}
\hspace*
{
8mm
}
\begin{minipage}
{
15cm
}
\begin{deflist}
{{
\large\tt
CALENDAR
\_
PROLEPTIC
\ \
}}
\item
[{\large\tt CALENDAR\_STANDARD}]
Mixed Gregorian/Julian calendar. This is the default.
\item
[{\large\tt CALENDAR\_STANDARD}]
Mixed Gregorian/Julian calendar.
\item
[{\large\tt CALENDAR\_PROLEPTIC}]
Proleptic Gregorian calendar. This is the default.
\item
[{\large\tt CALENDAR\_360DAYS }]
All years are 360 days divided into 30 day months.
\item
[{\large\tt CALENDAR\_365DAYS }]
Gregorian calendar without leap years, i.e., all years are 365 days long.
\item
[{\large\tt CALENDAR\_366DAYS }]
Gregorian calendar with every year being a leap year, i.e., all years are 366 days long.
...
...
src/taxis.c
View file @
64e59708
...
...
@@ -863,7 +863,7 @@ The function @func{taxisInqCalendar} returns the calendar of a Time axis.
@Result
@func{taxisInqCalendar} returns the type of the calendar,
one of the set of predefined CDI calendar types.
The valid CDI calendar types are @func{CALENDAR_STANDARD}, @func{CALENDAR_PROLEP
R
IC},
The valid CDI calendar types are @func{CALENDAR_STANDARD}, @func{CALENDAR_PROLEP
T
IC},
@func{CALENDAR_360DAYS}, @func{CALENDAR_365DAYS} and @func{CALENDAR_366DAYS}.
@EndFunction
...
...
Write
Preview
Supports
Markdown
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