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

Annotation 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.1 - (hide annotations) (download) (as text)
Wed Aug 8 16:16:26 2001 UTC (23 years, 11 months ago) by adcroft
Branch: MAIN
Branch point for: dummy
File MIME type: application/x-tex
Initial revision

1 adcroft 1.1 % $Header: $
2     % $Name: $
3    
4     {\small
5     \begin{verbatim}
6     **************
7     the_model_main
8     **************
9     |
10     |--- initialise_fixed
11     | |
12     | ...
13     | |--- packages_readparms
14     | | |
15     | | ...
16     | | |--- #ifdef ALLOW_ADJOINT_RUN
17     | | | call cost_readparms
18     | | | call ctrl_readparms
19     | | | #endif
20     | | ...
21     | | o
22     | ...
23     | o
24     ...
25     |
26     |--- #ifdef ALLOW_ADJOINT_RUN
27     | call ctrl_unpack
28     | call adthe_main_loop
29     | call ctrl_pack
30     | #else
31     | call the_main_loop
32     | #endif
33     |
34     |--- #ifdef ALLOW_GRADIENT_CHECK
35     | call grdchk_main
36     | #endif
37     ...
38     o
39     \end{verbatim}
40     }

  ViewVC Help
Powered by ViewVC 1.1.22