/[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.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Wed Aug 8 16:16:26 2001 UTC (23 years, 11 months ago) by adcroft
Branch: dummy
CVS Tags: Import
Changes since 1.1: +0 -0 lines
File MIME type: application/x-tex
Error occurred while calculating annotation data.
Importing model documentation into CVS

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