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

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

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

revision 1.7 by jmc, Sun Jul 18 01:13:50 2004 UTC revision 1.8 by stephd, Fri Aug 6 19:50:52 2004 UTC
# Line 42  c  PTR_CO2              :: DIC tracer fi Line 42  c  PTR_CO2              :: DIC tracer fi
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
# Line 186  c Line 186  c
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

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22