/[MITgcm]/MITgcm/optim/minimization.h
ViewVC logotype

Annotation of /MITgcm/optim/minimization.h

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


Revision 1.1.2.1 - (hide annotations) (download)
Tue Feb 5 20:34:35 2002 UTC (22 years, 2 months ago) by heimbach
Branch: ecco-branch
CVS Tags: ecco_c50_e32, ecco_c50_e33, ecco_c50_e30, ecco_c50_e31, ecco_c51_e34d, ecco_c51_e34e, ecco_c51_e34f, ecco_c51_e34g, ecco_c51_e34a, ecco_c51_e34b, ecco_c51_e34c, icebear5, icebear4, icebear3, icebear2, ecco_c50_e29, ecco_c50_e28, ecco_c44_e19, ecco_c44_e18, ecco_c44_e17, ecco_c44_e16, ecco_c50_e33a, ecco_c51_e34, ecco_ice2, ecco_ice1, ecco_c44_e25, ecco_c44_e22, ecco_c44_e23, ecco_c44_e20, ecco_c44_e21, ecco_c44_e26, ecco_c44_e27, ecco_c44_e24, ecco-branch-mod1, ecco-branch-mod2, ecco-branch-mod3, ecco-branch-mod4, ecco-branch-mod5
Branch point for: c24_e25_ice, icebear
Changes since 1.1: +25 -0 lines
File MIME type: text/plain
o Updating adjoint/makefile to ECCO code
o Adding optim and lsopt for line search optimization.
o Adding verif. experiments for ECCO
Code will be tagged ecco-branch-mod1.

1 heimbach 1.1.2.1
2     c ==================================================================
3     c HEADER MINIMIZATION
4     c ==================================================================
5     c
6     c o Header for the minimization algorithm.
7     c
8     c started: Christian Eckert eckert@mit.edu 07-Apr-2000
9     c
10     c changed: Christian Eckert eckert@mit.edu
11     c
12     c
13     c ==================================================================
14     c HEADER MINIMIZATION
15     c ==================================================================
16    
17     common /minimization_l/
18     & fileavailable,
19     & tileavailable
20     logical tileavailable( nsx*npx, nsy*npy )
21     logical fileavailable( nsx*npx, nsy*npy )
22    
23     c ==================================================================
24     c END OF HEADER MINIMIZATION
25     c ==================================================================

  ViewVC Help
Powered by ViewVC 1.1.22