/[MITgcm]/MITgcm/pkg/mypackage/mypackage_calc_rhs.F
ViewVC logotype

Contents of /MITgcm/pkg/mypackage/mypackage_calc_rhs.F

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


Revision 1.1 - (show annotations) (download)
Thu Oct 7 00:22:51 2010 UTC (13 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Adding a hook in do_oceanic_phys for computation of custom
mypackage tendency terms outside the k-loop.

1 C $Header: $
2 C $Name: $
3
4 #include "MYPACKAGE_OPTIONS.h"
5
6 CBOP
7 C !ROUTINE: MYPACKAGE_CALC_RHS
8
9 C !INTERFACE: ==========================================================
10 SUBROUTINE MYPACKAGE_CALC_RHS(
11 I bi, bj, myTime, myIter, myThid )
12
13 C !DESCRIPTION:
14 C Calculate custom tendency terms outside k-loop in DO_OCEANIC_PHYS
15
16 C !USES: ===============================================================
17 IMPLICIT NONE
18
19 C !INPUT PARAMETERS: ===================================================
20 C bi,bj :: Tile indices
21 C myTime :: Current time in simulation
22 C myIter :: Current time-step number
23 C myThid :: my Thread Id number
24 INTEGER bi, bj
25 _RL myTime
26 INTEGER myIter, myThid
27
28 C !OUTPUT PARAMETERS: ==================================================
29
30 C !LOCAL VARIABLES: ====================================================
31 CEOP
32
33 C- Calculate custom tendency terms ...
34
35 RETURN
36 END

  ViewVC Help
Powered by ViewVC 1.1.22