/[MITgcm]/manual/s_autodiff/text/doc_ad_the_model.tex
ViewVC logotype

Contents of /manual/s_autodiff/text/doc_ad_the_model.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Fri Oct 5 22:22:20 2001 UTC (23 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +34 -26 lines
File MIME type: application/x-tex
Revised part 5.

1 % $Header: /u/gcmpack/mitgcmdoc/part5/doc_ad_the_model.tex,v 1.1.1.1 2001/08/08 16:16:26 adcroft Exp $
2 % $Name: $
3
4 {\scriptsize
5 \begin{verbatim}
6 the_model_main
7 |
8 |--- initialise_fixed
9 |
10 |--- #ifdef ALLOW_ADJOINT_RUN
11 | |
12 | |--- ctrl_unpack
13 | |
14 | |--- adthe_main_loop
15 | | |
16 | | |--- initialise_varia
17 | | |--- ctrl_map_forcing
18 | | |--- do iloop = 1, nTimeSteps
19 | | | |--- forward_step
20 | | | |--- cost_tile
21 | | | end do
22 | | |--- cost_final
23 | | |
24 | | |--- adcost_final
25 | | |--- do iloop = nTimeSteps, 1, -1
26 | | | |--- adcost_tile
27 | | | |--- adforward_step
28 | | | end do
29 | | |--- adctrl_map_forcing
30 | | |--- adinitialise_varia
31 | | o
32 | |
33 | |--- ctrl_pack
34 | |
35 |--- #else
36 | |
37 | |--- the_main_loop
38 | |
39 | #endif
40 |
41 |--- #ifdef ALLOW_GRADIENT_CHECK
42 | |
43 | |--- grdchk_main
44 | o
45 | #endif
46 o
47 \end{verbatim}
48 }

  ViewVC Help
Powered by ViewVC 1.1.22