/[MITgcm]/MITgcm/model/src/dynamics.F
ViewVC logotype

Diff of /MITgcm/model/src/dynamics.F

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

revision 1.12 by adcroft, Mon Jun 1 22:27:14 1998 UTC revision 1.25 by adcroft, Thu Jul 16 15:23:43 1998 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2    
3  #include "CPP_EEOPTIONS.h"  #include "CPP_OPTIONS.h"
4    
5        SUBROUTINE DYNAMICS(myTime, myIter, myThid)        SUBROUTINE DYNAMICS(myTime, myIter, myThid)
6  C     /==========================================================\  C     /==========================================================\
# Line 39  C     myThid - Thread number for this in Line 39  C     myThid - Thread number for this in
39  C     == Local variables  C     == Local variables
40  C     xA, yA                 - Per block temporaries holding face areas  C     xA, yA                 - Per block temporaries holding face areas
41  C     uTrans, vTrans, wTrans - Per block temporaries holding flow transport  C     uTrans, vTrans, wTrans - Per block temporaries holding flow transport
42  C                              o uTrans: Zonal transport  C     wVel                     o uTrans: Zonal transport
43  C                              o vTrans: Meridional transport  C                              o vTrans: Meridional transport
44  C                              o wTrans: Vertical transport  C                              o wTrans: Vertical transport
45    C                              o wVel:   Vertical velocity at upper and lower
46    C                                        cell faces.
47  C     maskC,maskUp             o maskC: land/water mask for tracer cells  C     maskC,maskUp             o maskC: land/water mask for tracer cells
48  C                              o maskUp: land/water mask for W points  C                              o maskUp: land/water mask for W points
49  C     aTerm, xTerm, cTerm    - Work arrays for holding separate terms in  C     aTerm, xTerm, cTerm    - Work arrays for holding separate terms in
# Line 68  C                          into fVerTerm Line 70  C                          into fVerTerm
70        _RL uTrans(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL uTrans(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
71        _RL vTrans(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL vTrans(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
72        _RL wTrans(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL wTrans(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
73          _RL wVel  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,2)
74        _RS maskC (1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RS maskC (1-OLx:sNx+OLx,1-OLy:sNy+OLy)
75        _RS maskUp(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RS maskUp(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
76        _RL aTerm (1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL aTerm (1-OLx:sNx+OLx,1-OLy:sNy+OLy)
# Line 84  C                          into fVerTerm Line 87  C                          into fVerTerm
87        _RL pH    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz)        _RL pH    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz)
88        _RL rhokm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL rhokm1(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
89        _RL rhokp1(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL rhokp1(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
90          _RL rhok  (1-OLx:sNx+OLx,1-OLy:sNy+OLy)
91        _RL rhotmp(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL rhotmp(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
92        _RL pSurfX(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL pSurfX(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
93        _RL pSurfY(1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL pSurfY(1-OLx:sNx+OLx,1-OLy:sNy+OLy)
# Line 92  C                          into fVerTerm Line 96  C                          into fVerTerm
96        _RL K33   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz)        _RL K33   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nz)
97        _RL KapGM (1-OLx:sNx+OLx,1-OLy:sNy+OLy)        _RL KapGM (1-OLx:sNx+OLx,1-OLy:sNy+OLy)
98        _RL KappaZT(1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nz)        _RL KappaZT(1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nz)
99          _RL KappaZS(1-Olx:sNx+Olx,1-Oly:sNy+Oly,Nz)
100    
101        INTEGER iMin, iMax        INTEGER iMin, iMax
102        INTEGER jMin, jMax        INTEGER jMin, jMax
103        INTEGER bi, bj        INTEGER bi, bj
104        INTEGER i, j        INTEGER i, j
105        INTEGER k, kM1, kUp, kDown        INTEGER k, kM1, kUp, kDown
106          LOGICAL BOTTOM_LAYER
107    
108  C---    The algorithm...  C---    The algorithm...
109  C  C
# Line 169  C     uninitialised but inert locations. Line 175  C     uninitialised but inert locations.
175           KappaZT(i,j,k) = 0. _d 0           KappaZT(i,j,k) = 0. _d 0
176          ENDDO          ENDDO
177          rhokm1(i,j)  = 0. _d 0          rhokm1(i,j)  = 0. _d 0
178            rhok  (i,j)  = 0. _d 0
179          rhokp1(i,j)  = 0. _d 0          rhokp1(i,j)  = 0. _d 0
180          rhotmp(i,j)  = 0. _d 0          rhotmp(i,j)  = 0. _d 0
181            maskC (i,j)  = 0. _d 0
182         ENDDO         ENDDO
183        ENDDO        ENDDO
184    
# Line 181  C--     Set up work arrays that need val Line 189  C--     Set up work arrays that need val
189          DO j=1-OLy,sNy+OLy          DO j=1-OLy,sNy+OLy
190           DO i=1-OLx,sNx+OLx           DO i=1-OLx,sNx+OLx
191            wTrans(i,j)  = 0. _d 0            wTrans(i,j)  = 0. _d 0
192              wVel  (i,j,1) = 0. _d 0
193              wVel  (i,j,2) = 0. _d 0
194            fVerT(i,j,1) = 0. _d 0            fVerT(i,j,1) = 0. _d 0
195            fVerT(i,j,2) = 0. _d 0            fVerT(i,j,2) = 0. _d 0
196            fVerS(i,j,1) = 0. _d 0            fVerS(i,j,1) = 0. _d 0
# Line 193  C--     Set up work arrays that need val Line 203  C--     Set up work arrays that need val
203            K13(i,j,1) = 0. _d 0            K13(i,j,1) = 0. _d 0
204            K23(i,j,1) = 0. _d 0            K23(i,j,1) = 0. _d 0
205            K33(i,j,1) = 0. _d 0            K33(i,j,1) = 0. _d 0
206            KapGM(i,j) = 0. _d 0            KapGM(i,j) = GMkbackground
207           ENDDO           ENDDO
208          ENDDO          ENDDO
209    
# Line 202  C--     Set up work arrays that need val Line 212  C--     Set up work arrays that need val
212          jMin = 1-OLy+1          jMin = 1-OLy+1
213          jMax = sNy+OLy          jMax = sNy+OLy
214    
215            K = 1
216            BOTTOM_LAYER = K .EQ. Nz
217    
218  C--     Calculate gradient of surface pressure  C--     Calculate gradient of surface pressure
219          CALL GRAD_PSURF(          CALL GRAD_PSURF(
220       I       bi,bj,iMin,iMax,jMin,jMax,       I       bi,bj,iMin,iMax,jMin,jMax,
# Line 210  C--     Calculate gradient of surface pr Line 223  C--     Calculate gradient of surface pr
223    
224  C--     Update fields in top level according to tendency terms  C--     Update fields in top level according to tendency terms
225          CALL CORRECTION_STEP(          CALL CORRECTION_STEP(
226       I       bi,bj,iMin,iMax,jMin,jMax,1,pSurfX,pSurfY,myThid)       I       bi,bj,iMin,iMax,jMin,jMax,K,pSurfX,pSurfY,myTime,myThid)
227    
228            IF ( .NOT. BOTTOM_LAYER ) THEN
229    C--      Update fields in layer below according to tendency terms
230             CALL CORRECTION_STEP(
231         I        bi,bj,iMin,iMax,jMin,jMax,K+1,pSurfX,pSurfY,myTime,myThid)
232            ENDIF
233    
234  C--     Density of 1st level (below W(1)) reference to level 1  C--     Density of 1st level (below W(1)) reference to level 1
235          CALL FIND_RHO(          CALL FIND_RHO(
236       I     bi, bj, iMin, iMax, jMin, jMax, 1, 1, eosType,       I     bi, bj, iMin, iMax, jMin, jMax, K, K, eosType,
237       O     rhoKm1,       O     rhoKm1,
238       I     myThid )       I     myThid )
239  C--     Integrate hydrostatic balance for pH with BC of pH(z=0)=0  
240          CALL CALC_PH(          IF ( .NOT. BOTTOM_LAYER ) THEN
241       I      bi,bj,iMin,iMax,jMin,jMax,1,rhoKm1,rhoKm1,  C--      Check static stability with layer below
242       U      pH,  C        and mix as needed.
243             CALL FIND_RHO(
244         I      bi, bj, iMin, iMax, jMin, jMax, K+1, K, eosType,
245         O      rhoKp1,
246       I      myThid )       I      myThid )
247          DO J=1-Oly,sNy+Oly           CALL CONVECT(
248           DO I=1-Olx,sNx+Olx       I       bi,bj,iMin,iMax,jMin,jMax,K+1,rhoKm1,rhoKp1,
249            rhoKp1(I,J)=rhoKm1(I,J)       I       myTime,myIter,myThid)
250           ENDDO  C--      Recompute density after mixing
251          ENDDO           CALL FIND_RHO(
252         I      bi, bj, iMin, iMax, jMin, jMax, K, K, eosType,
253         O      rhoKm1,
254         I      myThid )
255            ENDIF
256    
         DO K=2,Nz  
 C--     Update fields in Kth level according to tendency terms  
         CALL CORRECTION_STEP(  
      I       bi,bj,iMin,iMax,jMin,jMax,K,pSurfX,pSurfY,myThid)  
 C--     Density of K-1 level (above W(K)) reference to K-1 level  
 copt    CALL FIND_RHO(  
 copt I     bi, bj, iMin, iMax, jMin, jMax,  K-1, K-1, eosType,  
 copt O     rhoKm1,  
 copt I     myThid )  
 C       rhoKm1=rhoKp1  
         DO J=1-Oly,sNy+Oly  
          DO I=1-Olx,sNx+Olx  
           rhoKm1(I,J)=rhoKp1(I,J)  
          ENDDO  
         ENDDO  
 C--     Density of K level (below W(K)) reference to K level  
         CALL FIND_RHO(  
      I     bi, bj, iMin, iMax, jMin, jMax,  K, K, eosType,  
      O     rhoKp1,  
      I     myThid )  
 C--     Density of K-1 level (above W(K)) reference to K level  
         CALL FIND_RHO(  
      I     bi, bj, iMin, iMax, jMin, jMax,  K-1, K, eosType,  
      O     rhotmp,  
      I     myThid )  
 C--     Calculate iso-neutral slopes for the GM/Redi parameterisation  
         CALL CALC_ISOSLOPES(  
      I            bi, bj, iMin, iMax, jMin, jMax, K,  
      I            rhoKm1, rhoKp1, rhotmp,  
      O            K13, K23, K33, KapGM,  
      I            myThid )  
 C--     Calculate static stability and mix where convectively unstable  
         CALL CONVECT(  
      I      bi,bj,iMin,iMax,jMin,jMax,K,rhoKm1,rhoKp1,  
      I      myTime,myIter,myThid)  
 C--     Density of K-1 level (above W(K)) reference to K-1 level  
         CALL FIND_RHO(  
      I     bi, bj, iMin, iMax, jMin, jMax,  K-1, K-1, eosType,  
      O     rhoKm1,  
      I     myThid )  
 C--     Density of K level (below W(K)) referenced to K level  
         CALL FIND_RHO(  
      I     bi, bj, iMin, iMax, jMin, jMax,  K, K, eosType,  
      O     rhoKp1,  
      I     myThid )  
257  C--     Integrate hydrostatic balance for pH with BC of pH(z=0)=0  C--     Integrate hydrostatic balance for pH with BC of pH(z=0)=0
258          CALL CALC_PH(          CALL CALC_PH(
259       I      bi,bj,iMin,iMax,jMin,jMax,K,rhoKm1,rhoKp1,       I      bi,bj,iMin,iMax,jMin,jMax,K,rhoKm1,rhoKm1,
260       U      pH,       U      pH,
261       I      myThid )       I      myThid )
262    
263          ENDDO ! K          DO K=2,Nz
264    
265  C--     Initial boundary condition on barotropic divergence integral           BOTTOM_LAYER = K .EQ. Nz
266          DO j=1-OLy,sNy+OLy  
267           DO i=1-OLx,sNx+OLx           IF ( .NOT. BOTTOM_LAYER ) THEN
268            cg2d_b(i,j,bi,bj) = 0. _d 0  C--       Update fields in layer below according to tendency terms
269              CALL CORRECTION_STEP(
270         I         bi,bj,iMin,iMax,jMin,jMax,K+1,pSurfX,pSurfY,myTime,myThid)
271             ENDIF
272    C--      Update fields in layer below according to tendency terms
273    C        CALL CORRECTION_STEP(
274    C    I        bi,bj,iMin,iMax,jMin,jMax,K,pSurfX,pSurfY,myTime,myThid)
275    
276    C--      Density of K level (below W(K)) reference to K level
277             CALL FIND_RHO(
278         I      bi, bj, iMin, iMax, jMin, jMax,  K, K, eosType,
279         O      rhoK,
280         I      myThid )
281             IF ( .NOT. BOTTOM_LAYER ) THEN
282    C--       Check static stability with layer below
283    C         and mix as needed.
284    C--       Density of K+1 level (below W(K+1)) reference to K level
285              CALL FIND_RHO(
286         I       bi, bj, iMin, iMax, jMin, jMax,  K+1, K, eosType,
287         O       rhoKp1,
288         I       myThid )
289              CALL CONVECT(
290         I        bi,bj,iMin,iMax,jMin,jMax,K+1,rhoK,rhoKp1,
291         I        myTime,myIter,myThid)
292    C--       Recompute density after mixing
293              CALL FIND_RHO(
294         I       bi, bj, iMin, iMax, jMin, jMax, K, K, eosType,
295         O       rhoK,
296         I       myThid )
297             ENDIF
298    C--      Integrate hydrostatic balance for pH with BC of pH(z=0)=0
299             CALL CALC_PH(
300         I       bi,bj,iMin,iMax,jMin,jMax,K,rhoKm1,rhoK,
301         U       pH,
302         I       myThid )
303    C--      Calculate iso-neutral slopes for the GM/Redi parameterisation
304             CALL FIND_RHO(
305         I      bi, bj, iMin, iMax, jMin, jMax, K-1, K, eosType,
306         O      rhoTmp,
307         I      myThid )
308             CALL CALC_ISOSLOPES(
309         I             bi, bj, iMin, iMax, jMin, jMax, K,
310         I             rhoKm1, rhoK, rhotmp,
311         O             K13, K23, K33, KapGM,
312         I             myThid )
313             DO J=jMin,jMax
314              DO I=iMin,iMax
315               rhoKm1(I,J)=rhoK(I,J)
316              ENDDO
317           ENDDO           ENDDO
318          ENDDO  
319            ENDDO ! K
320    
321          DO K = Nz, 1, -1          DO K = Nz, 1, -1
322           kM1  =max(1,k-1)   ! Points to level above k (=k-1)           kM1  =max(1,k-1)   ! Points to level above k (=k-1)
# Line 300  C--     Initial boundary condition on ba Line 330  C--     Initial boundary condition on ba
330  C--      Get temporary terms used by tendency routines  C--      Get temporary terms used by tendency routines
331           CALL CALC_COMMON_FACTORS (           CALL CALC_COMMON_FACTORS (
332       I        bi,bj,iMin,iMax,jMin,jMax,k,kM1,kUp,kDown,       I        bi,bj,iMin,iMax,jMin,jMax,k,kM1,kUp,kDown,
333       O        xA,yA,uTrans,vTrans,wTrans,maskC,maskUp,       O        xA,yA,uTrans,vTrans,wTrans,wVel,maskC,maskUp,
334       I        myThid)       I        myThid)
335    
336  C--      Calculate the total vertical diffusivity  C--      Calculate the total vertical diffusivity
337           CALL CALC_DIFFUSIVITY(           CALL CALC_DIFFUSIVITY(
338       I        bi,bj,iMin,iMax,jMin,jMax,K,       I        bi,bj,iMin,iMax,jMin,jMax,K,
339       I        maskC,maskUp,KapGM,K33,       I        maskC,maskUp,KapGM,K33,
340       O        KappaZT,       O        KappaZT,KappaZS,
341       I        myThid)       I        myThid)
342    
   
343  C--      Calculate accelerations in the momentum equations  C--      Calculate accelerations in the momentum equations
344           IF ( momStepping ) THEN           IF ( momStepping ) THEN
345            CALL CALC_MOM_RHS(            CALL CALC_MOM_RHS(
346       I         bi,bj,iMin,iMax,jMin,jMax,k,kM1,kUp,kDown,       I         bi,bj,iMin,iMax,jMin,jMax,k,kM1,kUp,kDown,
347       I         xA,yA,uTrans,vTrans,wTrans,maskC,       I         xA,yA,uTrans,vTrans,wTrans,wVel,maskC,
348       I         pH,       I         pH,
349       U         aTerm,xTerm,cTerm,mTerm,pTerm,       U         aTerm,xTerm,cTerm,mTerm,pTerm,
350       U         fZon, fMer, fVerU, fVerV,       U         fZon, fMer, fVerU, fVerV,
# Line 326  C--      Calculate active tracer tendenc Line 355  C--      Calculate active tracer tendenc
355           IF ( tempStepping ) THEN           IF ( tempStepping ) THEN
356            CALL CALC_GT(            CALL CALC_GT(
357       I         bi,bj,iMin,iMax,jMin,jMax, k,kM1,kUp,kDown,       I         bi,bj,iMin,iMax,jMin,jMax, k,kM1,kUp,kDown,
358       I         xA,yA,uTrans,vTrans,wTrans,maskUp,       I         xA,yA,uTrans,vTrans,wTrans,maskUp,maskC,
359       I         K13,K23,KappaZT,KapGM,       I         K13,K23,KappaZT,KapGM,
360       U         aTerm,xTerm,fZon,fMer,fVerT,       U         aTerm,xTerm,fZon,fMer,fVerT,
361       I         myThid)       I         myThid)
362           ENDIF           ENDIF
363  Cdbg     CALL CALC_GS(           IF ( saltStepping ) THEN
364  Cdbg I        bi,bj,iMin,iMax,jMin,jMax, k,kM1,kUp,kDown,            CALL CALC_GS(
365  Cdbg I        xA,yA,uTrans,vTrans,wTrans,maskUp,       I         bi,bj,iMin,iMax,jMin,jMax, k,kM1,kUp,kDown,
366  Cdbg I        K13,K23,K33,KapGM,       I         xA,yA,uTrans,vTrans,wTrans,maskUp,maskC,
367  Cdbg U        aTerm,xTerm,fZon,fMer,fVerS,       I         K13,K23,KappaZS,KapGM,
368  Cdbg I        myThid)       U         aTerm,xTerm,fZon,fMer,fVerS,
369         I         myThid)
370             ENDIF
371    
372  C--      Prediction step (step forward all model variables)  C--      Prediction step (step forward all model variables)
373           CALL TIMESTEP(           CALL TIMESTEP(
# Line 349  C--      Diagnose barotropic divergence Line 380  C--      Diagnose barotropic divergence
380       I       xA,yA,       I       xA,yA,
381       I       myThid)       I       myThid)
382    
383    C--      Cumulative diagnostic calculations (ie. time-averaging)
384    #ifdef ALLOW_DIAGNOSTICS
385             IF (taveFreq.GT.0.) THEN
386              CALL DO_TIME_AVERAGES(
387         I                           myTime, myIter, bi, bj, K, kUp, kDown,
388         I                           K13, K23, wVel, KapGM,
389         I                           myThid )
390             ENDIF
391    #endif
392    
393          ENDDO ! K          ENDDO ! K
394    
395  C--     Implicit diffusion  C--     Implicit diffusion
396          IF (implicitDiffusion) THEN          IF (implicitDiffusion) THEN
397           CALL IMPLDIFF( bi, bj, iMin, iMax, jMin, jMax,           CALL IMPLDIFF( bi, bj, iMin, iMax, jMin, jMax,
398       I                  KappaZT,       I                  KappaZT,KappaZS,
399       I                  myThid )       I                  myThid )
400          ENDIF          ENDIF
401    
402         ENDDO         ENDDO
403        ENDDO        ENDDO
404    
405        write(0,*) 'dynamics: pS',minval(cg2d_x),maxval(cg2d_x)  C     write(0,*) 'dynamics: pS ',minval(cg2d_x(1:sNx,1:sNy,:,:)),
406        write(0,*) 'dynamics: U',minval(uVel(1:sNx,1:sNy,:,:,:)),  C    &                           maxval(cg2d_x(1:sNx,1:sNy,:,:))
407       &                         maxval(uVel(1:sNx,1:sNy,:,:,:))  C     write(0,*) 'dynamics: U  ',minval(uVel(1:sNx,1:sNy,1,:,:),mask=uVel(1:sNx,1:sNy,1,:,:).NE.0.),
408        write(0,*) 'dynamics: V',minval(vVel(1:sNx,1:sNy,:,:,:)),  C    &                           maxval(uVel(1:sNx,1:sNy,1,:,:),mask=uVel(1:sNx,1:sNy,1,:,:).NE.0.)
409       &                         maxval(vVel(1:sNx,1:sNy,:,:,:))  C     write(0,*) 'dynamics: V  ',minval(vVel(1:sNx,1:sNy,1,:,:),mask=vVel(1:sNx,1:sNy,1,:,:).NE.0.),
410        write(0,*) 'dynamics: K13',minval(K13(1:sNx,1:sNy,:)),  C    &                           maxval(vVel(1:sNx,1:sNy,1,:,:),mask=vVel(1:sNx,1:sNy,1,:,:).NE.0.)
411       &                         maxval(K13(1:sNx,1:sNy,:))  C     write(0,*) 'dynamics: wVel(1) ',
412        write(0,*) 'dynamics: K23',minval(K23(1:sNx,1:sNy,:)),  C    &            minval(wVel(1:sNx,1:sNy,1),mask=wVel(1:sNx,1:sNy,1).NE.0.),
413       &                         maxval(K23(1:sNx,1:sNy,:))  C    &            maxval(wVel(1:sNx,1:sNy,1),mask=wVel(1:sNx,1:sNy,1).NE.0.)
414        write(0,*) 'dynamics: K33',minval(K33(1:sNx,1:sNy,:)),  C     write(0,*) 'dynamics: wVel(2) ',
415       &                         maxval(K33(1:sNx,1:sNy,:))  C    &            minval(wVel(1:sNx,1:sNy,2),mask=wVel(1:sNx,1:sNy,2).NE.0.),
416        write(0,*) 'dynamics: gT',minval(gT(1:sNx,1:sNy,:,:,:)),  C    &            maxval(wVel(1:sNx,1:sNy,2),mask=wVel(1:sNx,1:sNy,2).NE.0.)
417       &                         maxval(gT(1:sNx,1:sNy,:,:,:))  cblk  write(0,*) 'dynamics: K13',minval(K13(1:sNx,1:sNy,:)),
418        write(0,*) 'dynamics: T',minval(Theta(1:sNx,1:sNy,:,:,:)),  cblk &                           maxval(K13(1:sNx,1:sNy,:))
419       &                         maxval(Theta(1:sNx,1:sNy,:,:,:))  cblk  write(0,*) 'dynamics: K23',minval(K23(1:sNx,1:sNy,:)),
420        write(0,*) 'dynamics: pH',minval(pH/(Gravity*Rhonil)),  cblk &                           maxval(K23(1:sNx,1:sNy,:))
421       &                          maxval(pH/(Gravity*Rhonil))  cblk  write(0,*) 'dynamics: K33',minval(K33(1:sNx,1:sNy,:)),
422    cblk &                           maxval(K33(1:sNx,1:sNy,:))
423    C     write(0,*) 'dynamics: gT ',minval(gT(1:sNx,1:sNy,:,:,:)),
424    C    &                           maxval(gT(1:sNx,1:sNy,:,:,:))
425    C     write(0,*) 'dynamics: T  ',minval(Theta(1:sNx,1:sNy,:,:,:)),
426    C    &                           maxval(Theta(1:sNx,1:sNy,:,:,:))
427    C     write(0,*) 'dynamics: gS ',minval(gS(1:sNx,1:sNy,:,:,:)),
428    C    &                           maxval(gS(1:sNx,1:sNy,:,:,:))
429    C     write(0,*) 'dynamics: S  ',minval(salt(1:sNx,1:sNy,:,:,:)),
430    C    &                           maxval(salt(1:sNx,1:sNy,:,:,:))
431    C     write(0,*) 'dynamics: pH ',minval(pH/(Gravity*Rhonil),mask=ph.NE.0.),
432    C    &                           maxval(pH/(Gravity*Rhonil))
433    
434        RETURN        RETURN
435        END        END

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.22