New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 650 for trunk/NEMO/TOP_SRC – NEMO

Changeset 650 for trunk/NEMO/TOP_SRC


Ignore:
Timestamp:
2007-04-18T11:23:38+02:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_030:CE:correction in computation of water gas exchange for O2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/SMS/p4zflx.F

    r617 r650  
    136136C 
    137137          ws = vatm(ji,jj) 
     138          ttc = min(35.,tn(ji,jj,1)) 
    138139          schmitto2 = 1953.4-128.0*ttc+3.9918*ttc**2 
    139140     &      -0.050091*ttc**3 
     
    181182          trc2d(ji,jj,2) = flu16*1000. 
    182183          trc2d(ji,jj,3) = kgco2(ji,jj) 
    183           trc2d(ji,jj,4) = atcco2-h2co3(ji,jj)/(chemc(ji,jj,1)+rtrn) 
     184          trc2d(ji,jj,4) = atcco2-h2co3(ji,jj)/(chemc(ji,jj,3)+rtrn) 
    184185#    endif 
    185186C 
Note: See TracChangeset for help on using the changeset viewer.