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 1180 for trunk/NEMO/TOP_SRC/PISCES/p4zche.F90 – NEMO

Ignore:
Timestamp:
2008-09-11T18:41:47+02:00 (16 years ago)
Author:
cetlod
Message:

update PISCES modules to couple with the sediment model, see ticket:249

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/PISCES/p4zche.F90

    r1152 r1180  
    105105      kf4  =-0.001005 
    106106 
    107  
    108107   REAL(wp) :: &              ! coeff. for 1. dissoc. of boric acid (Dickson and Goyet, 1994) 
    109108      cb0  = -8966.90, & 
     
    129128      cw6 = -0.01615 
    130129  
    131    REAL(wp) :: &             ! coeff. for dissoc. of phosphate (Millero (1974) 
    132       cp10 = 115.54    , & 
    133       cp11 = -4576.752 , & 
    134       cp12 = -18.453   , & 
    135       cp13 = -106.736  , & 
    136       cp14 = 0.69171   , & 
    137       cp15 = -0.65643  , & 
    138       cp16 = -0.01844  , & 
    139       cp20 = 172.1033  , & 
    140       cp21 = -8814.715 , & 
    141       cp22 = -27.927   , & 
    142       cp23 = -160.340  , & 
    143       cp24 = 1.3566    , & 
    144       cp25 = 0.37335   , & 
    145       cp26 = -0.05778  , & 
    146       cp30 = -18.126   , & 
    147       cp31 = -3070.75  , & 
    148       cp32 = 17.27039  , & 
    149       cp33 = 2.81197   , & 
    150       cp34 = -44.99486 , & 
    151       cp35 = -0.09984 
    152  
    153    REAL(wp) :: &             ! coeff. for dissoc. of silicates (Millero (1974)   
    154       cs10 = 117.385   , &   
    155       cs11 = -8904.2   , &  
    156       cs12 = -19.334   , &  
    157       cs13 = -458.79   , &  
    158       cs14 = 3.5913    , &  
    159       cs15 = 188.74    , &  
    160       cs16 = -1.5998   , &  
    161       cs17 = -12.1652  , &  
    162       cs18 = 0.07871   , &  
    163       cs19 = 0.        , &  
    164       cs20 = 1.        , &  
    165       cs21 = -0.001005 
    166  
    167130   REAL(wp) :: &              ! volumetric solubility constants for o2 in ml/l (Weiss, 1974) 
    168131      ox0 = -58.3877   , & 
Note: See TracChangeset for help on using the changeset viewer.