/[MITgcm]/MITgcm/pkg/thsice/thsice_cost_driver.F
ViewVC logotype

Contents of /MITgcm/pkg/thsice/thsice_cost_driver.F

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


Revision 1.2 - (show annotations) (download)
Sat Apr 13 23:14:43 2013 UTC (11 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64g, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l, HEAD
Changes since 1.1: +3 -3 lines
Bug fix argument list.

1 C $Header: /u/gcmpack/MITgcm/pkg/thsice/thsice_cost_driver.F,v 1.1 2013/03/30 01:23:58 heimbach Exp $
2 C $Name: $
3
4 #include "THSICE_OPTIONS.h"
5
6 subroutine thsice_cost_driver( mytime, myiter, mythid )
7
8 c ==================================================================
9 c SUBROUTINE thsice_cost_driver
10 c ==================================================================
11 c
12 c o Evaluate cost function contributions of
13 c thsice observations
14 c
15 c ==================================================================
16 c SUBROUTINE thsice_cost_driver
17 c ==================================================================
18
19 implicit none
20
21 c == global variables ==
22 #include "EEPARAMS.h"
23 #include "SIZE.h"
24 #include "PARAMS.h"
25 #include "GRID.h"
26
27 #ifdef ALLOW_COST
28 # include "CTRL_SIZE.h"
29 # include "ctrl.h"
30 # include "ctrl_dummy.h"
31 #endif
32
33 c == routine arguments ==
34
35 integer myiter
36 _RL mytime
37 integer mythid
38
39 c == end of interface ==
40
41 #ifdef ALLOW_THSICE_COST_TEST
42 CALL THSICE_COST_TEST( mytime, myiter, mythid )
43 #endif
44
45 end

  ViewVC Help
Powered by ViewVC 1.1.22