/[MITgcm]/MITgcm/pkg/dic/bio_export.F
ViewVC logotype

Diff of /MITgcm/pkg/dic/bio_export.F

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

revision 1.3 by edhill, Thu Oct 9 04:19:19 2003 UTC revision 1.23 by dfer, Mon Apr 7 20:31:16 2008 UTC
# Line 1  Line 1 
1    C $Header$
2    C $Name$
3    
4  #include "DIC_OPTIONS.h"  #include "DIC_OPTIONS.h"
 #include "GCHEM_OPTIONS.h"  
5    
6  CStartOfInterFace  CBOP
7        SUBROUTINE BIO_EXPORT( PTR_PO4 ,  C !ROUTINE: BIO_EXPORT
8    
9    C !INTERFACE: ==========================================================
10          SUBROUTINE BIO_EXPORT( PTR_PO4 ,
11  #ifdef ALLOW_FE  #ifdef ALLOW_FE
12       I           PTR_FE,       I           PTR_FE,
13  #endif    #endif
14       I           bioac,       I           bioac,
15       I           bi,bj,imin,imax,jmin,jmax,       I           bi,bj,imin,imax,jmin,jmax,
16       I           myIter,myTime,myThid)       I           myIter,myTime,myThid)
17    
18  C     /==========================================================\  c !DESCRIPTION:
19  C     | SUBROUTINE BIO_EXPORT                                     |  C  Calculate biological activity and export
 C     | o Calculate biological activity and export                |  
 C     |==========================================================|  
       IMPLICIT NONE  
20    
21  C     == GLobal variables ==  C !USES: ===============================================================
22          IMPLICIT NONE
23  #include "SIZE.h"  #include "SIZE.h"
24  #include "DYNVARS.h"  #include "DYNVARS.h"
25  #include "EEPARAMS.h"  #include "EEPARAMS.h"
26  #include "PARAMS.h"  #include "PARAMS.h"
27  #include "GRID.h"  #include "GRID.h"
28  #include "DIC_ABIOTIC.h"  #include "DIC_VARS.h"
29  #include "DIC_BIOTIC.h"  #ifdef USE_QSW
30    #include "FFIELDS.h"
31    #endif
32    
33  C     == Routine arguments ==  C !INPUT PARAMETERS: ===================================================
34    C  myThid               :: thread number
35    C  myIter               :: current timestep
36    C  myTime               :: current time
37    C  PTR_PO4              :: phosphate tracer field
38    C  PTR_FE               :: iron tracer field
39        INTEGER myIter        INTEGER myIter
40        _RL myTime        _RL myTime
41        INTEGER myThid        INTEGER myThid
# Line 33  C     == Routine arguments == Line 43  C     == Routine arguments ==
43  #ifdef ALLOW_FE  #ifdef ALLOW_FE
44        _RL  PTR_FE(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr)        _RL  PTR_FE(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr)
45  #endif  #endif
       _RL bioac(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR)  
       _RL sfac(1-OLy:sNy+OLy)  
       _RL lit, atten  
46        INTEGER imin, imax, jmin, jmax, bi, bj        INTEGER imin, imax, jmin, jmax, bi, bj
47    
48    
49    C !OUTPUT PARAMETERS: ==================================================
50    C  bioac               :: biological productivity (will be split
51    C                         between export and dissolved pool)
52          _RL bioac(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nR)
53    
54  #ifdef ALLOW_PTRACERS  #ifdef ALLOW_PTRACERS
55  #ifdef DIC_BIOTIC  #ifdef DIC_BIOTIC
56  C     == Local variables ==  
57    C !LOCAL VARIABLES: ====================================================
58    C  i,j,k                  :: loop indices
59         INTEGER I,J,k         INTEGER I,J,k
60  c        _RL sfac(1-OLy:sNy+OLy)
61          _RL lit, atten
62          _RL nutlimit
63          _RL tmpfe, tmppo4
64    #ifdef AD_SAFE
65          _RL thx, thy, theps
66    #endif
67    CEOP
68    
69    
70    #ifndef READ_PAR
71    #ifndef USE_QSW
72          call insol(myTime,sfac,bj)          call insol(myTime,sfac,bj)
73          DO j=1-OLy,sNy+OLy  #endif
74           DO i=1-OLx,sNx+OLx  #endif
75            DO j=jmin,jmax
76             DO i=imin,imax
77  C Fortran-90  C Fortran-90
78  CRG C$TAF INIT bio_export = static, nlev  CRG C$TAF INIT bio_export = static, nlev
79  C FORTRAN-77 dynamic memory uses adstore adresto  C FORTRAN-77 dynamic memory uses adstore adresto
80  CRG C$TAF INIT bio_export = memory  CRG C$TAF INIT bio_export = memory
81  C FORTRAN-77 with know max of nlev  C FORTRAN-77 with know max of nlev
82  C$TAF INIT bio_export = static, 10  C$TAF INIT bio_export = static, 10
83    #ifdef READ_PAR
84               lit=PAR(i,j,bi,bj)
85    #elif (defined USE_QSW)
86               lit=-parfrac*Qsw(i,j,bi,bj)*maskC(i,j,1,bi,bj)
87    #else
88             lit=sfac(j)             lit=sfac(j)
89    #endif
90    
91               IF ( .NOT. QSW_underice ) THEN
92    c if using Qsw but not seaice/thsice or coupled, then
93    c ice fraction needs to be taken into account
94                  lit=lit*(1. _d 0 - FIce(i,j,bi,bj))
95               ENDIF
96    c
97             DO k=1,nlev             DO k=1,nlev
98  C$TAF STORE lit = bio_export  C$TAF STORE lit = bio_export
99               atten=(k0*delz(k)*.5)               atten=(k0*drF(k)*hFacC(i,j,k,bi,bj)*.5 _d 0)
100               if (k.gt.1) atten=(k0*delz(k-1)*.5)               if (k.gt.1) atten=atten+(k0*drF(k-1)
101               lit=lit*exp(-atten)*(1.d0-Fice(i,j,bi,bj))       &                         *hFacC(i,j,k-1,bi,bj)*.5 _d 0)
102               if (lit.lt.0.d0.or.lit.gt.150) then               lit=lit*exp(-atten)
103                 IF (lit.LT.0. _d 0.OR.lit.GT.350. _d 0) THEN
104                   print*,'QQ lit', lit                   print*,'QQ lit', lit
105               endif               ENDIF
106               bioac(i,j,k)=alpha(i,j,bi,bj)*  
107       &                    PTR_PO4(i,j,k)/(PTR_PO4(i,j,k)+KPO4)*  #ifdef DIC_NO_NEG
108                 tmppo4=max(0. _d 0, PTR_PO4(i,j,k))
109                 lit=max(0. _d 0,lit)
110    #else
111                 tmppo4=PTR_PO4(i,j,k)
112    #endif
113    
114  #ifdef ALLOW_FE  #ifdef ALLOW_FE
115       &                    PTR_FE(i,j,k)/(PTR_FE(i,j,k)+KFE)*  #ifdef DIC_NO_NEG
116                 tmpfe=max(0. _d 0,PTR_FE(i,j,k))
117    #else
118                 tmpfe=PTR_FE(i,j,k)
119  #endif  #endif
120       &                    lit/(lit+lit0)*maskC(i,j,k,bi,bj)  #ifdef AD_SAFE
121                 thx = tmppo4/(tmppo4+KPO4)
122                 thy = tmpfe/(tmpfe+KFE)
123    c            thx = PTR_PO4(i,j,k)/(PTR_PO4(i,j,k)+KPO4)
124    c            thy = PTR_FE(i,j,k)/(PTR_FE(i,j,k)+KFE)
125                 theps = 1. _d -6
126                 nutlimit= ( 1. _d 0 - tanh((thx-thy)/theps) ) * thx/2. _d 0
127         &                +( 1. _d 0 + tanh((thx-thy)/theps) ) * thy/2. _d 0
128    #else
129                 nutlimit=   min(tmppo4/(tmppo4+KPO4),
130         &                        tmpfe/(tmpfe+KFE) )
131    #endif
132    #else
133                 nutlimit=    tmppo4/(tmppo4+KPO4)
134    #endif
135    
136                 bioac(i,j,k)=alpha(i,j,bi,bj)*
137         &                    lit/(lit+lit0)*maskC(i,j,k,bi,bj)*
138         &                    nutlimit
139              ENDDO              ENDDO
140            ENDDO            ENDDO
141          ENDDO          ENDDO

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

  ViewVC Help
Powered by ViewVC 1.1.22