27 |
# include "cal.h" |
# include "cal.h" |
28 |
#endif |
#endif |
29 |
#ifdef ALLOW_COST |
#ifdef ALLOW_COST |
|
# include "ecco_cost.h" |
|
30 |
# include "optim.h" |
# include "optim.h" |
31 |
|
# ifdef ALLOW_ECCO |
32 |
|
# include "ecco_cost.h" |
33 |
|
# endif |
34 |
# ifdef ALLOW_SEAICE |
# ifdef ALLOW_SEAICE |
35 |
# include "SEAICE_COST.h" |
# include "SEAICE_COST.h" |
36 |
# include "SEAICE_PARAMS.h" |
# include "SEAICE_PARAMS.h" |
67 |
character*(MAX_LEN_FNAM) localbarfile |
character*(MAX_LEN_FNAM) localbarfile |
68 |
character*(MAX_LEN_FNAM) localobsfile |
character*(MAX_LEN_FNAM) localobsfile |
69 |
|
|
70 |
#ifdef ALLOW_COST |
#if (defined (ALLOW_ECCO) && defined (ALLOW_COST)) |
71 |
c == local variables == |
c == local variables == |
72 |
|
|
73 |
integer bi,bj |
integer bi,bj |