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

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

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


Revision 1.2 - (show annotations) (download)
Fri Feb 2 21:04:48 2001 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
Changes since 1.1: +47 -0 lines
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics

1 C $Header: /u/gcmpack/models/MITgcmUV/model/src/Attic/do_fields_blocking_exchanges.F,v 1.1.2.1 2001/01/04 21:41:33 adcroft Exp $
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

  ViewVC Help
Powered by ViewVC 1.1.22