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
164cae77
Commit
164cae77
authored
Jan 03, 2011
by
Uwe Schulzweida
Browse files
Docu update
parent
92f467c1
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/tex/c_taxis.tex
View file @
164cae77
...
...
@@ -39,7 +39,7 @@ with a standard calendar.
...
taxisID = taxisCreate(TAXIS
_
RELATIVE);
taxisDefCalendar(taxisID, CALENDAR
_
STANDARD);
taxisDefRdate(taxisID, 198
7
0101);
taxisDefRdate(taxisID, 198
5
0101);
taxisDefRtime(taxisID, 120000);
...
\end{lstlisting}
...
...
doc/tex/f_taxis.tex
View file @
164cae77
...
...
@@ -39,7 +39,7 @@ with a standard calendar.
...
taxisID = taxisCreate(TAXIS
_
RELATIVE)
taxisDefCalendar(taxisID, CALENDAR
_
STANDARD)
taxisDefRdate(taxisID, 198
7
0101)
taxisDefRdate(taxisID, 198
5
0101)
taxisDefRtime(taxisID, 120000)
...
\end{lstlisting}
...
...
examples/cdi_write_f2003.f90
View file @
164cae77
...
...
@@ -70,8 +70,8 @@
DO
tsID
=
0
,
nts
-1
! Set the verification date to 1985-01-01 + tsID
CALL
taxisDefVdate
(
taxisID
,
19850101
+
tsID
)
! Set the verification time to 12:00
CALL
taxisDefVtime
(
taxisID
,
1200
)
! Set the verification time to 12:00
:00
CALL
taxisDefVtime
(
taxisID
,
1200
00
)
! Define the time step
status
=
streamDefTimestep
(
streamID
,
tsID
)
...
...
src/taxis.c
View file @
164cae77
...
...
@@ -363,7 +363,7 @@ int taxisID;
...
taxisID = taxisCreate(TAXIS_RELATIVE);
taxisDefCalendar(taxisID, CALENDAR_STANDARD);
taxisDefRdate(taxisID, 198
7
0101);
taxisDefRdate(taxisID, 198
5
0101);
taxisDefRtime(taxisID, 120000);
...
@EndSource
...
...
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