/[MITgcm]/MITgcm/pkg/ptracers/ptracers_gterm_blocking_exchanges.F
ViewVC logotype

Contents of /MITgcm/pkg/ptracers/ptracers_gterm_blocking_exchanges.F

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


Revision 1.6 - (show annotations) (download)
Mon Dec 17 21:20:38 2007 UTC (16 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint61l, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.5: +5 -7 lines
remove tab in fortran source files

1 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/ptracers_gterm_blocking_exchanges.F,v 1.5 2007/11/05 18:48:04 jmc Exp $
2 C $Name: $
3
4 #include "PTRACERS_OPTIONS.h"
5
6 CBOP
7 C !ROUTINE: PTRACERS_GTERM_BLOCKING_EXCHANGES
8
9 C !INTERFACE: ==========================================================
10 SUBROUTINE PTRACERS_GTERM_BLOCKING_EXCH( myThid )
11
12 C !DESCRIPTION:
13 C Exchange data to update overlaps for passive tracer tendencies
14
15 C !USES: ===============================================================
16 IMPLICIT NONE
17 #include "SIZE.h"
18 #include "EEPARAMS.h"
19 #include "PTRACERS_SIZE.h"
20 #include "PTRACERS_PARAMS.h"
21 #include "PTRACERS_FIELDS.h"
22
23 C !INPUT PARAMETERS: ===================================================
24 C myThid :: thread number
25 INTEGER myThid
26
27 C !OUTPUT PARAMETERS: ==================================================
28 C none
29
30 #ifdef ALLOW_PTRACERS
31
32 C !LOCAL VARIABLES: ====================================================
33 C iTracer :: loop indices
34 INTEGER iTracer
35 CEOP
36
37 C Loop over passive tracers
38 DO iTracer=1,PTRACERS_numInUse
39
40 C Exchange overlaps
41 CALL EXCH_3D_RL( gPtr(1-Olx,1-Oly,1,1,1,iTracer),
42 & Nr, myThid )
43
44 C End of tracer loop
45 ENDDO
46
47 #endif /* ALLOW_PTRACERS */
48
49 RETURN
50 END

  ViewVC Help
Powered by ViewVC 1.1.22