/[MITgcm]/MITgcm/pkg/ecco/cost_gencost_all.F
ViewVC logotype

Contents of /MITgcm/pkg/ecco/cost_gencost_all.F

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


Revision 1.2 - (show annotations) (download)
Tue Oct 9 00:02:50 2007 UTC (16 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, checkpoint62b, checkpoint62a, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.1: +2 -0 lines
add missing cvs $Header:$ or $Name:$

1 C $Header: $
2 C $Name: $
3
4 #include "COST_CPPOPTIONS.h"
5
6
7 subroutine cost_gencost_all( myiter, mytime, mythid )
8
9 c ==================================================================
10 c SUBROUTINE cost_gencost_all
11 c ==================================================================
12 c
13 c o Evaluate user defined penalty terms
14 c
15 c ==================================================================
16 c SUBROUTINE cost_gencost_all
17 c ==================================================================
18
19 implicit none
20
21 c == global variables ==
22
23 #include "SIZE.h"
24 #include "EEPARAMS.h"
25 #include "PARAMS.h"
26 #include "GRID.h"
27
28 #include "cal.h"
29 #include "ctrl.h"
30 #include "ctrl_dummy.h"
31 #include "ecco_cost.h"
32
33 c == routine arguments ==
34
35 integer mythid
36 integer myiter
37 _RL mytime
38
39 c == local variables ==
40
41 integer startrec
42 integer endrec
43
44 c == end of interface ==
45
46 c-- Evaluate user defined cost function contributions.
47 c-- [to be added here by user]
48
49 end

  ViewVC Help
Powered by ViewVC 1.1.22