/[MITgcm]/MITgcm/pkg/longstep/longstep_correction_step.F
ViewVC logotype

Contents of /MITgcm/pkg/longstep/longstep_correction_step.F

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


Revision 1.3 - (show annotations) (download)
Thu Aug 7 17:37:32 2014 UTC (10 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.2: +3 -21 lines
move CYCLE_TRACER calls from tracers_correction_step.F to temp/salt/ptracer_integrate.F
 (so that this S/R is now empty --> comment out the call in forward_step.F)

1 C $Header: /u/gcmpack/MITgcm/pkg/longstep/longstep_correction_step.F,v 1.2 2010/01/18 01:04:18 jmc Exp $
2 C $Name: $
3
4 #include "PACKAGES_CONFIG.h"
5 #include "CPP_OPTIONS.h"
6
7 CBOP
8 C !ROUTINE: LONGSTEP_CORRECTION_STEP
9 C !INTERFACE:
10 SUBROUTINE LONGSTEP_CORRECTION_STEP(myTime, myIter, myThid)
11 C !DESCRIPTION: \bv
12 C *==========================================================*
13 C | SUBROUTINE LONGSTEP_CORRECTION_STEP
14 C *==========================================================*
15 C | part of tracer_correction_step that affect ptracers
16 C | (except convective adjustment): -> empty
17 C *==========================================================*
18 C \ev
19
20 C !USES:
21 IMPLICIT NONE
22 C == Global variables ===
23 #include "SIZE.h"
24 #include "EEPARAMS.h"
25 #include "PARAMS.h"
26 #include "LONGSTEP.h"
27
28 C !INPUT/OUTPUT PARAMETERS:
29 C == Routine arguments ==
30 C myTime :: Current time in simulation
31 C myIter :: Current iteration number in simulation
32 C myThid :: Thread number for this instance of the routine.
33 _RL myTime
34 INTEGER myIter
35 INTEGER myThid
36
37 #ifdef ALLOW_GENERIC_ADVDIFF
38 C !LOCAL VARIABLES:
39 C == Local variables
40 c INTEGER bi,bj
41 CEOP
42
43 #ifdef ALLOW_LONGSTEP
44 C only cycle if we have computed gPtr in this time step
45 IF ( LS_doTimeStep ) THEN
46 #else
47 IF ( .TRUE. ) THEN
48 #endif
49
50 C endif LS_doTimeStep
51 ENDIF
52
53 #endif /* ALLOW_GENERIC_ADVDIFF */
54
55 RETURN
56 END

  ViewVC Help
Powered by ViewVC 1.1.22