/[MITgcm]/MITgcm/pkg/kpp/kpp_do_exch.F
ViewVC logotype

Annotation of /MITgcm/pkg/kpp/kpp_do_exch.F

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


Revision 1.3 - (hide annotations) (download)
Tue Apr 28 18:15:33 2009 UTC (15 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint62, checkpoint63, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61n, checkpoint61o, checkpoint61m, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.2: +2 -2 lines
change macros (EXCH & GLOBAL_SUM/MAX) sufix _R4/_R8 to _RS/_RL
 when applied to _RS/_RL variable

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm/pkg/kpp/kpp_do_exch.F,v 1.2 2007/07/28 17:06:09 heimbach Exp $
2 jmc 1.1 C $Name: $
3    
4     #include "KPP_OPTIONS.h"
5    
6     CBOP
7     C !ROUTINE: KPP_DO_EXCH
8     C !INTERFACE:
9     SUBROUTINE KPP_DO_EXCH( myThid )
10    
11     C !DESCRIPTION: \bv
12     C *==========================================================*
13     C | SUBROUTINE KPP_DO_EXCH
14     C | o fill overlap regions of KPP arrays by calling exchanges
15     C *==========================================================*
16     C \ev
17    
18     C !USES:
19     IMPLICIT NONE
20    
21     C === Global variables ===
22     #include "SIZE.h"
23     #include "EEPARAMS.h"
24     c#include "PARAMS.h"
25     c#include "KPP_PARAMS.h"
26     #include "KPP.h"
27    
28     C !INPUT/OUTPUT PARAMETERS:
29     C myThid :: My Thread Id number
30     INTEGER myThid
31    
32     #ifdef ALLOW_KPP
33     C !LOCAL VARIABLES:
34     CEOP
35    
36 heimbach 1.2 #ifndef ALLOW_AUTODIFF_TAMC
37 jmc 1.1 CALL EXCH_3D_RL( KPPviscAz, Nr, myThid )
38 heimbach 1.2 #else
39 jmc 1.3 _EXCH_XYZ_RL( KPPviscAz, myThid )
40 heimbach 1.2 #endif
41 jmc 1.1
42     #endif /* ALLOW_KPP */
43    
44     RETURN
45     END

  ViewVC Help
Powered by ViewVC 1.1.22