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/NEMOGCM/NEMO – NEMO

Changeset 9401 for trunk/NEMOGCM/NEMO


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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.