 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
 Revision Graph
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 |