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 9613 for NEMO/trunk/src/TOP – NEMO

Changeset 9613 for NEMO/trunk/src/TOP


Ignore:
Timestamp:
2018-05-21T11:29:37+02:00 (6 years ago)
Author:
lovato
Message:

trunk : redo bugfix of CFC gas transfer velocity and add CDIAC forcing file (#2065)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/TOP/CFC/trcsms_cfc.F90

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