/[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.2 - (show annotations) (download)
Mon Oct 11 16:38:53 2004 UTC (19 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint58t_post, checkpoint58h_post, checkpoint56c_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint57a_post, checkpoint58q_post, checkpoint55g_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint59h, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint57c_post, checkpoint58y_post, checkpoint55e_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.1: +9 -45 lines
o ECCO specific cost function terms (up-to-date with 1x1 runs)
o ecco_cost_weights is modified to 1x1 runs
o modifs to allow observations to be read in as
  single file or yearly files

1
2 #include "COST_CPPOPTIONS.h"
3
4
5 subroutine cost_obcs(
6 I myiter,
7 I mytime,
8 I mythid
9 & )
10
11 c ==================================================================
12 c SUBROUTINE cost_obcs
13 c ==================================================================
14 c
15 c o Evaluate cost function contributions for obc's
16 c
17 c ==================================================================
18 c SUBROUTINE cost_obcs
19 c ==================================================================
20
21 implicit none
22
23 c == global variables ==
24
25 c == routine arguments ==
26
27 integer myiter
28 _RL mytime
29 integer mythid
30
31 c == local variables ==
32
33
34 c == end of interface ==
35
36 #ifdef ALLOW_OBCSN_COST_CONTRIBUTION
37 call cost_obcsn ( myiter, mytime, mythid )
38 #endif
39
40 #ifdef ALLOW_OBCSS_COST_CONTRIBUTION
41 call cost_obcss ( myiter, mytime, mythid )
42 #endif
43
44 #ifdef ALLOW_OBCSW_COST_CONTRIBUTION
45 call cost_obcsw ( myiter, mytime, mythid )
46 #endif
47
48 #ifdef ALLOW_OBCSE_COST_CONTRIBUTION
49 call cost_OBCSE ( myiter, mytime, mythid )
50 #endif
51
52 end

  ViewVC Help
Powered by ViewVC 1.1.22