Parent Directory
|
Revision Log
|
Revision Graph
Changed format to have begin figure within file that is \input. This seems to fix the !tex2htmml> thing. Needs doing in a couple of other places
1 | % $Header: /u/u0/gcmpack/mitgcmdoc/part5/doc_ad_the_model.tex,v 1.2 2001/10/05 22:22:20 heimbach Exp $ |
2 | % $Name: $ |
3 | \begin{figure}[b!] |
4 | |
5 | {\scriptsize |
6 | \begin{verbatim} |
7 | the_model_main |
8 | | |
9 | |--- initialise_fixed |
10 | | |
11 | |--- #ifdef ALLOW_ADJOINT_RUN |
12 | | | |
13 | | |--- ctrl_unpack |
14 | | | |
15 | | |--- adthe_main_loop |
16 | | | | |
17 | | | |--- initialise_varia |
18 | | | |--- ctrl_map_forcing |
19 | | | |--- do iloop = 1, nTimeSteps |
20 | | | | |--- forward_step |
21 | | | | |--- cost_tile |
22 | | | | end do |
23 | | | |--- cost_final |
24 | | | | |
25 | | | |--- adcost_final |
26 | | | |--- do iloop = nTimeSteps, 1, -1 |
27 | | | | |--- adcost_tile |
28 | | | | |--- adforward_step |
29 | | | | end do |
30 | | | |--- adctrl_map_forcing |
31 | | | |--- adinitialise_varia |
32 | | | o |
33 | | | |
34 | | |--- ctrl_pack |
35 | | | |
36 | |--- #else |
37 | | | |
38 | | |--- the_main_loop |
39 | | | |
40 | | #endif |
41 | | |
42 | |--- #ifdef ALLOW_GRADIENT_CHECK |
43 | | | |
44 | | |--- grdchk_main |
45 | | o |
46 | | #endif |
47 | o |
48 | \end{verbatim} |
49 | } |
50 | \caption{~} |
51 | \label{fig:adthemodel} |
52 | \end{figure} |
53 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |