/[MITgcm]/MITgcm/eesupp/src/exch_init.F
ViewVC logotype

Contents of /MITgcm/eesupp/src/exch_init.F

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


Revision 1.2 - (show annotations) (download)
Mon May 24 15:12:12 1999 UTC (24 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint28, checkpoint29, checkpoint23, checkpoint24, checkpoint25, checkpoint27, branch-atmos-merge-freeze, branch-atmos-merge-start, checkpoint26, branch-atmos-merge-shapiro, checkpoint33, checkpoint32, checkpoint31, checkpoint30, checkpoint34, branch-atmos-merge-zonalfilt, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase6, branch-atmos-merge-phase1, branch-atmos-merge-phase3, branch-atmos-merge-phase2
Branch point for: branch-atmos-merge
Changes since 1.1: +0 -2 lines
Deleted an unused variable.

1 SUBROUTINE EXCH_INIT
2 C /==========================================================\
3 C | SUBROUTINE EXCH_INIT |
4 C | o Initialise model exchange data structures. |
5 C \==========================================================/
6 IMPLICIT NONE
7 C == Global data ==
8 #include "SIZE.h"
9 #include "EEPARAMS.h"
10 #include "EESUPPORT.h"
11 #include "EXCH.h"
12
13 C == Routine arguments ==
14
15 C == Local variables ==
16 C bi, bj - Loop counters
17 INTEGER bi, bj
18
19 DO bj=1,nSy
20 DO bi=1,nSx
21 exchangeBufLevel(1,bi,bj) = 1
22 exchRecvXSpinCount(1,bi,bj) = 0
23 exchRecvXSpinMax (1,bi,bj) = 0
24 exchRecvXSpinMin (1,bi,bj) = 1000000000
25 exchRecvYSpinCount(1,bi,bj) = 0
26 exchRecvYSpinMax (1,bi,bj) = 0
27 exchRecvYSpinMin (1,bi,bj) = 1000000000
28 ENDDO
29 ENDDO
30
31 exchCollectStatistics = .TRUE.
32
33 RETURN
34 END

  ViewVC Help
Powered by ViewVC 1.1.22