/[MITgcm]/MITgcm_contrib/ecco_utils/lbfgs_jpl_version/optim.2/minimization.h
ViewVC logotype

Annotation of /MITgcm_contrib/ecco_utils/lbfgs_jpl_version/optim.2/minimization.h

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


Revision 1.1 - (hide annotations) (download)
Wed Apr 3 23:36:08 2013 UTC (12 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Add L-BFGS code adapted to ECCO Production by JPL

1 heimbach 1.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