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

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

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


Revision 1.3 - (show annotations) (download)
Tue Oct 9 00:02:50 2007 UTC (16 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, checkpoint62c, 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.2: +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_obcs(
8 I myiter,
9 I mytime,
10 I mythid
11 & )
12
13 c ==================================================================
14 c SUBROUTINE cost_obcs
15 c ==================================================================
16 c
17 c o Evaluate cost function contributions for obc's
18 c
19 c ==================================================================
20 c SUBROUTINE cost_obcs
21 c ==================================================================
22
23 implicit none
24
25 c == global variables ==
26
27 c == routine arguments ==
28
29 integer myiter
30 _RL mytime
31 integer mythid
32
33 c == local variables ==
34
35
36 c == end of interface ==
37
38 #ifdef ALLOW_OBCSN_COST_CONTRIBUTION
39 call cost_obcsn ( myiter, mytime, mythid )
40 #endif
41
42 #ifdef ALLOW_OBCSS_COST_CONTRIBUTION
43 call cost_obcss ( myiter, mytime, mythid )
44 #endif
45
46 #ifdef ALLOW_OBCSW_COST_CONTRIBUTION
47 call cost_obcsw ( myiter, mytime, mythid )
48 #endif
49
50 #ifdef ALLOW_OBCSE_COST_CONTRIBUTION
51 call cost_OBCSE ( myiter, mytime, mythid )
52 #endif
53
54 end

  ViewVC Help
Powered by ViewVC 1.1.22