/[MITgcm]/MITgcm_contrib/atnguyen/code_21Dec2012_saltplume/temp_integrate.F
ViewVC logotype

Diff of /MITgcm_contrib/atnguyen/code_21Dec2012_saltplume/temp_integrate.F

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

revision 1.1 by atn, Tue Apr 22 04:32:26 2014 UTC revision 1.3 by atn, Fri May 2 05:35:22 2014 UTC
# Line 9  C $Name$ Line 9  C $Name$
9  #ifdef ALLOW_GENERIC_ADVDIFF  #ifdef ALLOW_GENERIC_ADVDIFF
10  # include "GAD_OPTIONS.h"  # include "GAD_OPTIONS.h"
11  #endif  #endif
12    #ifdef ALLOW_SALT_PLUME
13    # include "SALT_PLUME_OPTIONS.h"
14    #endif
15    
16  CBOP  CBOP
17  C     !ROUTINE: TEMP_INTEGRATE  C     !ROUTINE: TEMP_INTEGRATE
# Line 389  C-    end of vertical index (k) loop (Nr Line 392  C-    end of vertical index (k) loop (Nr
392            CALL SALT_PLUME_APPLY(            CALL SALT_PLUME_APPLY(
393       I                  1, bi, bj,       I                  1, bi, bj,
394       I                  recip_hFacC,       I                  recip_hFacC,
395       I                  theta,       I                  theta,1,
396       U                  gT,       U                  gT,
397       I                  myTime, myIter, myThid )       I                  myTime, myIter, myThid )
398          ENDIF          ENDIF

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22