/[MITgcm]/MITgcm/pkg/thsice/thsice_do_exch.F
ViewVC logotype

Contents of /MITgcm/pkg/thsice/thsice_do_exch.F

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


Revision 1.1 - (show annotations) (download)
Mon Jan 21 22:40:15 2013 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint65, checkpoint64j, checkpoint64m, checkpoint64l, HEAD
new S/R to apply EXCH to thsice variables

1 C $Header: $
2 C $Name: $
3
4 #include "THSICE_OPTIONS.h"
5
6 CBOP
7 C !ROUTINE: THSICE_DO_EXCH
8 C !INTERFACE:
9 SUBROUTINE THSICE_DO_EXCH( myThid )
10
11 C !DESCRIPTION: \bv
12 C *==========================================================*
13 C | SUBROUTINE THSICE_DO_EXCH
14 C | o Apply Exchanges to THSICE variables when necessary
15 C *==========================================================*
16 C \ev
17 C !USES:
18 IMPLICIT NONE
19
20 C === Global variables ===
21 #include "EEPARAMS.h"
22 #include "SIZE.h"
23 #include "PARAMS.h"
24 #include "THSICE_PARAMS.h"
25 #include "THSICE_VARS.h"
26
27 C !INPUT/OUTPUT PARAMETERS:
28 C myThid :: my thread Id number
29 INTEGER myThid
30 CEOP
31
32 #ifdef ALLOW_THSICE
33 C !LOCAL VARIABLES:
34
35 CALL EXCH_XY_RL( iceMask, myThid )
36 IF ( useSEAICE .OR. thSIceAdvScheme.GT.0 ) THEN
37 C-- Exchange fields that are advected by seaice dynamics
38 CALL EXCH_XY_RL( iceHeight, myThid )
39 CALL EXCH_XY_RL( snowHeight, myThid )
40 CALL EXCH_XY_RL( Qice1, myThid )
41 CALL EXCH_XY_RL( Qice2, myThid )
42 ENDIF
43
44 #endif /* ALLOW_THSICE */
45
46 RETURN
47 END

  ViewVC Help
Powered by ViewVC 1.1.22