/[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.5 - (show annotations) (download)
Fri Jul 13 14:26:57 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre2
Changes since 1.4: +4 -2 lines
o Added grdchk package handling
o Added passive tracer handling

1 C $Header: /u/gcmpack/models/MITgcmUV/model/src/do_fields_blocking_exchanges.F,v 1.3 2001/02/04 14:38:46 cnh Exp $
2 C $Name: checkpoint39 $
3
4 #include "CPP_OPTIONS.h"
5
6 SUBROUTINE DO_FIELDS_BLOCKING_EXCHANGES(myThid)
7 C /==========================================================\
8 C | SUBROUTINE DO_FIELDS_BLOCKING_EXCHANGES |
9 C | o Controlling routine for exchanging edge info. |
10 C |==========================================================|
11 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 C \==========================================================/
15 IMPLICIT NONE
16
17 C == Global variables ===
18 #include "SIZE.h"
19 #include "EEPARAMS.h"
20 #include "DYNVARS.h"
21 #include "TR1.h"
22
23 C == Routine arguments ==
24 C myThid - Thread number for this instance of the routine.
25 INTEGER myThid
26
27 c _EXCH_XYZ_R8( Gu , myThid )
28 c _EXCH_XYZ_R8( Gv , myThid )
29 c _EXCH_XYZ_R8( Gt , myThid )
30 c _EXCH_XYZ_R8( Gs , myThid )
31 c _EXCH_XYZ_R8( gUNm1 , myThid )
32 c _EXCH_XYZ_R8( gVNm1 , myThid )
33 c _EXCH_XYZ_R8( gTNm1 , myThid )
34 c _EXCH_XYZ_R8( gSNm1 , myThid )
35 c _EXCH_XYZ_R8( uVel , myThid )
36 c _EXCH_XYZ_R8( vVel , myThid )
37 CALL EXCH_UV_XYZ_RL(uVel,vVel,.TRUE.,myThid)
38 _EXCH_XYZ_R8( theta , myThid )
39 _EXCH_XYZ_R8( salt , myThid )
40 _EXCH_XYZ_R8( Tr1 , myThid )
41
42 #ifdef INCLUDE_CD_CODE
43 c _EXCH_XYZ_R8( guCD , myThid )
44 c _EXCH_XYZ_R8( gvCD , myThid )
45 _EXCH_XYZ_R8( uVelD , myThid )
46 _EXCH_XYZ_R8( vVelD , myThid )
47 #endif
48
49 RETURN
50 END
51

  ViewVC Help
Powered by ViewVC 1.1.22