/[MITgcm]/MITgcm/model/src/do_gterm_blocking_exchanges.F
ViewVC logotype

Contents of /MITgcm/model/src/do_gterm_blocking_exchanges.F

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


Revision 1.9 - (show annotations) (download)
Tue May 18 18:00:11 1999 UTC (25 years, 1 month ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint28, checkpoint29, checkpoint22, 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.8: +3 -5 lines
Corrected spelling of CPP macro

1 C $Header: /u/gcmpack/models/MITgcmUV/model/src/do_gterm_blocking_exchanges.F,v 1.8 1998/12/09 16:11:51 adcroft Exp $
2
3 #include "CPP_OPTIONS.h"
4
5 SUBROUTINE DO_GTERM_BLOCKING_EXCHANGES(myThid)
6 C /==========================================================\
7 C | SUBROUTINE DO_GTERM_BLOCKING_EXCHANGES |
8 C | o Controlling routine for exchanging edge info. |
9 C |==========================================================|
10 C | One key trick used in UV us that we over-compute and |
11 C | arrange our time-stepping loop so that we only need one |
12 C | edge exchange for the explicit code per timestep. |
13 C \==========================================================/
14 IMPLICIT NONE
15
16 C == Global variables ===
17 #include "SIZE.h"
18 #include "EEPARAMS.h"
19 #include "DYNVARS.h"
20
21 C == Routine arguments ==
22 C myThid - Thread number for this instance of the routine.
23 INTEGER myThid
24
25 c _EXCH_XYZ_R8( Gu , myThid )
26 c _EXCH_XYZ_R8( Gv , myThid )
27 c _EXCH_XYZ_R8( Gt , myThid )
28 c _EXCH_XYZ_R8( Gs , myThid )
29 _EXCH_XYZ_R8( gUNm1 , myThid )
30 _EXCH_XYZ_R8( gVNm1 , myThid )
31 _EXCH_XYZ_R8( gTNm1 , myThid )
32 _EXCH_XYZ_R8( gSNm1 , myThid )
33 c _EXCH_XYZ_R8( uVel , myThid )
34 c _EXCH_XYZ_R8( vVel , myThid )
35 c _EXCH_XYZ_R8( theta , myThid )
36 c _EXCH_XYZ_R8( salt , myThid )
37
38 #ifdef INCLUDE_CD_CODE
39 _EXCH_XYZ_R8( guCD , myThid )
40 _EXCH_XYZ_R8( gvCD , myThid )
41 #endif
42
43 RETURN
44 END
45

  ViewVC Help
Powered by ViewVC 1.1.22