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 9400 for branches/2015/nemo_v3_6_STABLE – NEMO

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

v3.6 stable : Revise CFC gas transfer velocity and add CDIAC forcing file (#2065)

Location:
branches/2015/nemo_v3_6_STABLE/NEMOGCM
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/CONFIG/SHARED/namelist_cfc_ref

    r8601 r9400  
    99   nyear_res  = 1932      !  iannee1 
    1010   ! Formatted file of annual hemisperic CFCs concentration in the atmosphere (ppt) 
    11    clnamecfc   = 'CFCs_CMIP6.dat' 
     11   clnamecfc   = 'CFCs_CDIAC.dat' 
    1212/ 
    1313!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/CFC/trcsms_cfc.F90

    r8402 r9400  
    165165               zv2     = wndm(ji,jj) * wndm(ji,jj) 
    166166               zsch    = zsch / 660. 
    167                zak_cfc = ( 0.31 * xconv2 * zv2 / SQRT(zsch) ) * tmask(ji,jj,1) 
     167               zak_cfc = ( 0.251 * xconv2 * zv2 / SQRT(zsch) ) * tmask(ji,jj,1) 
    168168 
    169169               ! Input function  : speed *( conc. at equil - concen at surface ) 
Note: See TracChangeset for help on using the changeset viewer.