/[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.4 - (show annotations) (download)
Tue May 29 14:01:37 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre1
Changes since 1.3: +5 -4 lines
Merge from branch pre38:
 o essential mods for cubed sphere
 o debugged atmosphere, dynamcis + physics (aim)
 o new packages (mom_vecinv, mom_fluxform, ...)

1 C $Header: /u/gcmpack/models/MITgcmUV/model/src/do_fields_blocking_exchanges.F,v 1.3.2.1 2001/04/03 18:00:50 adcroft Exp $
2 C $Name: $
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
22 C == Routine arguments ==
23 C myThid - Thread number for this instance of the routine.
24 INTEGER myThid
25
26 c _EXCH_XYZ_R8( Gu , myThid )
27 c _EXCH_XYZ_R8( Gv , myThid )
28 c _EXCH_XYZ_R8( Gt , myThid )
29 c _EXCH_XYZ_R8( Gs , myThid )
30 c _EXCH_XYZ_R8( gUNm1 , myThid )
31 c _EXCH_XYZ_R8( gVNm1 , myThid )
32 c _EXCH_XYZ_R8( gTNm1 , myThid )
33 c _EXCH_XYZ_R8( gSNm1 , myThid )
34 c _EXCH_XYZ_R8( uVel , myThid )
35 c _EXCH_XYZ_R8( vVel , myThid )
36 CALL EXCH_UV_XYZ_RL(uVel,vVel,.TRUE.,myThid)
37 _EXCH_XYZ_R8( theta , myThid )
38 _EXCH_XYZ_R8( salt , myThid )
39
40 #ifdef INCLUDE_CD_CODE
41 c _EXCH_XYZ_R8( guCD , myThid )
42 c _EXCH_XYZ_R8( gvCD , myThid )
43 _EXCH_XYZ_R8( uVelD , myThid )
44 _EXCH_XYZ_R8( vVelD , myThid )
45 #endif
46
47 RETURN
48 END
49

  ViewVC Help
Powered by ViewVC 1.1.22