42 |
INTEGER iMin,iMax,jMin,jMax, bi, bj |
INTEGER iMin,iMax,jMin,jMax, bi, bj |
43 |
|
|
44 |
C !OUTPUT PARAMETERS: =================================================== |
C !OUTPUT PARAMETERS: =================================================== |
45 |
c GDC :: surface flux due to air-sea exchange |
c GDC :: tendency due to air-sea exchange |
46 |
_RL GDC(1-OLx:sNx+OLx,1-OLy:sNy+OLy) |
_RL GDC(1-OLx:sNx+OLx,1-OLy:sNy+OLy) |
47 |
|
|
48 |
#ifdef ALLOW_PTRACERS |
#ifdef ALLOW_PTRACERS |
186 |
C update tendency |
C update tendency |
187 |
DO j=1-OLy,sNy+OLy |
DO j=1-OLy,sNy+OLy |
188 |
DO i=1-OLx,sNx+OLx |
DO i=1-OLx,sNx+OLx |
189 |
GDC(i,j)= maskC(i,j,kLev,bi,bj)*( |
GDC(i,j)= maskC(i,j,kLev,bi,bj)*recip_drF(kLev)*( |
190 |
& FluxCO2(i,j,bi,bj) |
& FluxCO2(i,j,bi,bj) + VirtualFlux(i,j) |
|
& + VirtualFlux(i,j) |
|
191 |
& ) |
& ) |
192 |
ENDDO |
ENDDO |
193 |
ENDDO |
ENDDO |