/[MITgcm]/MITgcm/pkg/salt_plume/salt_plume_do_exch.F
ViewVC logotype

Contents of /MITgcm/pkg/salt_plume/salt_plume_do_exch.F

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


Revision 1.1 - (show annotations) (download)
Sat Feb 4 14:50:24 2012 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64a, checkpoint63r, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64n, checkpoint64b, checkpoint63m, checkpoint64e, checkpoint63q, checkpoint64d, checkpoint64c, checkpoint64g, checkpoint64f, checkpoint63j, checkpoint63l, checkpoint63n, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint63k, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint63o, checkpoint63p, checkpoint64h, checkpoint63s, checkpoint64k, checkpoint64, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l
isolate saltPlumeFlux array exch into a specific S/R called from do_oceanic_phys.F

1 C $Header: /u/gcmpack/MITgcm/pkg/gmredi/gmredi_do_exch.F,v 1.1 2011/01/27 20:33:48 jmc Exp $
2 C $Name: $
3
4 #include "SALT_PLUME_OPTIONS.h"
5
6 CBOP
7 C !ROUTINE: SALT_PLUME_DO_EXCH
8 C !INTERFACE:
9 SUBROUTINE SALT_PLUME_DO_EXCH(
10 I myTime, myIter, myThid )
11
12 C !DESCRIPTION: \bv
13 C *==========================================================*
14 C | SUBROUTINE SALT_PLUME_DO_EXCH
15 C | o Apply Exchanges to SALT_PLUME variables when necessary
16 C *==========================================================*
17 C \ev
18
19 C !USES:
20 IMPLICIT NONE
21
22 C == Global variables ==
23 #include "SIZE.h"
24 #include "EEPARAMS.h"
25 #include "PARAMS.h"
26 #include "SALT_PLUME.h"
27
28 C !INPUT/OUTPUT PARAMETERS:
29 C myTime :: Current time in simulation
30 C myIter :: Current iteration number in simulation
31 C myThid :: my Thread Id. number
32 _RL myTime
33 INTEGER myIter
34 INTEGER myThid
35 CEOP
36
37 C !LOCAL VARIABLES:
38
39 IF ( useSALT_PLUME ) THEN
40 _EXCH_XY_RL( saltPlumeFlux, myThid )
41 ENDIF
42
43 RETURN
44 END

  ViewVC Help
Powered by ViewVC 1.1.22