1 |
ou.wang |
1.1 |
20171119 |
2 |
|
|
Ou Wang |
3 |
|
|
Jet Propulsion Laboratory |
4 |
|
|
|
5 |
|
|
This directory contains the updated optimization package |
6 |
|
|
used in ECCO Version 4, Release 3. The main difference |
7 |
|
|
between this updated version and that in the MITgcm main |
8 |
|
|
CVS repository is whether to ovewrite OPWARMI and OPWARMD |
9 |
|
|
when either of the two Wolfe conditions is not |
10 |
|
|
satisified. This updated version would not overwrite |
11 |
|
|
OPWARMI and OPWARMD, while that in the main repository |
12 |
|
|
would. |
13 |
|
|
|
14 |
|
|
To compile, one first has to set MAX_INDEPEND in |
15 |
|
|
optim/Makefile to the control vector length in his/her model. |
16 |
|
|
|
17 |
|
|
cd lsopt |
18 |
|
|
make |
19 |
|
|
cd optim |
20 |
|
|
make |
21 |
|
|
The executable would be optim.x in optim/. |