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 3478 for branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/CO2.nml – NEMO

Ignore:
Timestamp:
2012-09-27T16:51:53+02:00 (12 years ago)
Author:
vichi
Message:

Updated namelist for GYRE_BFM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/CO2.nml

    r3399 r3478  
    3535&CO2_parameters 
    3636 
    37 ! Initial Partial pressure in the air 
    38    pco2air = 365.0D0 
     37! Initial Partial pressure in the air [1960: 315; 1990: 353] 
     38   AtmCO20 = 370.0E0, 
     39! Compute the partial pressure of Atmospheric CO2 
     40   calcAtmpCO2 = .FALSE. 
     41   pCO2Method = 1  ! 1=MixRatio*slp, 2=Magnus formula 
     42!-----------------------------------------------------------------------------------! 
     43! Read external data for atmospheric CO2 values 
     44          ! Read  !   File   ! NetCDF  !  Var    !  RefTime   ! Input      !   Time   ! 
     45          ! Input !   name   ! Logical !  name   !  yyyymmdd  ! Frequency  !  interp  ! 
     46ATMCO2_N =    0  , 'CMIP5_GHG_1765_2005.nc' , .TRUE.  , 'CO2'   , '1764-07-01 00:00' ,  'yearly'  ,  .TRUE. 
     47! Read external data for atmospheric SLP 
     48AtmSLP_N  =    0  , 'AtmSLP.nc' , .TRUE.  ,'AtmSLP' , '1764-07-01 00:00'  , 'dummy' ,  .TRUE. 
     49AtmTDP_N  =    0  , 'AtmTDP.nc' , .TRUE.  ,'AtmTDP' , '1764-07-01 00:00'  , 'dummy' ,  .TRUE. 
     50!-----------------------------------------------------------------------------------! 
     51 
    3952! Initial pH value 
    4053   phstart = 8.0D0 
     
    5770! MethodCalcCO2=3 Follows et al., Ocean Modelling 2006 
    5871      MethodCalcCO2 = 2 
    59  
     72! 
     73! Calcium ion concentration 
     74!     [from : "Seawater : Its composition, properties and behaviour" 
     75!      (2nd Edition), Open University Course Team, 1995] 
     76!     seawater concentration    = 412 mg / l 
     77!     atomic weight             = 40.078 g / mol 
     78!     therefore, concentration  = 10.279 mmol / l 
     79!                               = 10.279 mol / m3 
     80        Caconc0 = 10.279E0 
     81! Normalize Calcium ion concentration by sea water salinity 
     82        Canorm  = .TRUE. 
    6083/ 
    6184 
Note: See TracChangeset for help on using the changeset viewer.