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 9401 for trunk – NEMO

Changeset 9401 for trunk


Ignore:
Timestamp:
2018-03-14T18:19:35+01:00 (6 years ago)
Author:
lovato
Message:

trunk : Revise CFC gas transfer velocity and add CDIAC forcing file (#2065)

Location:
trunk/NEMOGCM
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_trc_ref

    r8599 r9401  
    1111   ! 
    1212   ! Formatted file of annual hemisperic CFCs concentration in the atmosphere (ppt) 
    13    clname     = 'CFCs_in_air_CMIP6.dat' 
     13   clname     = 'CFCs_CDIAC.dat' 
    1414/ 
    1515! 
  • trunk/NEMOGCM/NEMO/TOP_SRC/CFC/trcsms_cfc.F90

    r8397 r9401  
    152152               zv2     = wndm(ji,jj) * wndm(ji,jj) 
    153153               zsch    = zsch / 660. 
    154                zak_cfc = ( 0.31 * xconv2 * zv2 / SQRT(zsch) ) * tmask(ji,jj,1) 
     154               zak_cfc = ( 0.251 * xconv2 * zv2 / SQRT(zsch) ) * tmask(ji,jj,1) 
    155155 
    156156               ! Input function  : speed *( conc. at equil - concen at surface ) 
Note: See TracChangeset for help on using the changeset viewer.