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

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

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


Revision 1.10.2.1 - (hide annotations) (download)
Tue Apr 3 18:00:50 2001 UTC (23 years, 2 months ago) by adcroft
Branch: pre38
CVS Tags: pre38tag1, pre38-close
Changes since 1.10: +5 -4 lines
Key changes for linear shallow water equations on a cubic-spherical grid.

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

  ViewVC Help
Powered by ViewVC 1.1.22