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

Diff of /MITgcm/model/src/do_fields_blocking_exchanges.F

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

revision 1.1 by adcroft, Thu Jan 4 21:41:33 2001 UTC revision 1.2 by adcroft, Fri Feb 2 21:04:48 2001 UTC
# Line 0  Line 1 
1    C $Header$
2    
3    #include "CPP_OPTIONS.h"
4    
5          SUBROUTINE DO_FIELDS_BLOCKING_EXCHANGES(myThid)
6    C     /==========================================================\
7    C     | SUBROUTINE DO_FIELDS_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    c     _EXCH_XYZ_R8( gUNm1 , myThid )
30    c     _EXCH_XYZ_R8( gVNm1 , myThid )
31    c     _EXCH_XYZ_R8( gTNm1 , myThid )
32    c     _EXCH_XYZ_R8( gSNm1 , myThid )
33          _EXCH_XYZ_R8( uVel , myThid )
34          _EXCH_XYZ_R8( vVel , myThid )
35          _EXCH_XYZ_R8( theta , myThid )
36          _EXCH_XYZ_R8( salt , myThid )
37    
38    #ifdef INCLUDE_CD_CODE
39    c     _EXCH_XYZ_R8( guCD , myThid )
40    c     _EXCH_XYZ_R8( gvCD , myThid )
41          _EXCH_XYZ_R8( uVelD , myThid )
42          _EXCH_XYZ_R8( vVelD , myThid )
43    #endif
44    
45          RETURN
46          END
47    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22