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

Annotation of /MITgcm_contrib/ecco_utils/ecco_v4_release3_optimization/optim/minimization.h

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


Revision 1.1 - (hide annotations) (download)
Wed Jan 3 17:14:04 2018 UTC (7 years, 6 months ago) by ou.wang
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
Check in the optimization used in ECCO v4r3

1 ou.wang 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