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

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

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


Revision 1.4 - (show annotations) (download)
Fri Aug 10 19:45:26 2012 UTC (11 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63r, checkpoint63s, checkpoint64, checkpoint65, checkpoint65p, checkpoint65q, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.3: +2 -2 lines
include ECCO_OPTIONS.h instead of COST_CPPOPTIONS.h

1 C $Header: /u/gcmpack/MITgcm/pkg/ecco/cost_restore_averagesflags.F,v 1.3 2007/10/09 00:02:50 jmc Exp $
2 C $Name: $
3
4 #include "ECCO_OPTIONS.h"
5
6 subroutine cost_restore_averagesflags(
7 & lcostrestart, first, last,
8 & sum1day, dayrec, restartdaydate,
9 & sum1mon, monrec, restartmondate,
10 & sum1year,yearrec, restartyeardate,
11 & mythid )
12
13 c ==================================================================
14 c SUBROUTINE cost_restore_averagesflags
15 c ==================================================================
16
17 implicit none
18
19 c == global variables ==
20
21 #include "EEPARAMS.h"
22 #include "SIZE.h"
23 #include "PARAMS.h"
24
25 c == routine arguments ==
26
27 logical lcostrestart
28 logical first
29 logical last
30 integer sum1day
31 integer dayrec
32 integer sum1mon
33 integer monrec
34 integer sum1year
35 integer yearrec
36 _RL restartdaydate(4)
37 _RL restartmondate(4)
38 _RL restartyeardate(4)
39 integer mythid
40
41
42 IF (myProcId .eq. 0) THEN
43 _BEGIN_MASTER( mythid )
44 open(unit=76,file='costaveragesflags')
45 read(76,*)
46 & sum1day, dayrec, sum1mon, monrec, sum1year,yearrec,
47 & restartdaydate, restartmondate, restartyeardate
48 close(76)
49 _END_MASTER( mythid )
50 ENDIF
51
52 end

  ViewVC Help
Powered by ViewVC 1.1.22