Changeset 9401
- Timestamp:
- 2018-03-14T18:19:35+01:00 (7 years ago)
- Location:
- trunk/NEMOGCM
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/SHARED/namelist_trc_ref
r8599 r9401 11 11 ! 12 12 ! Formatted file of annual hemisperic CFCs concentration in the atmosphere (ppt) 13 clname = 'CFCs_ in_air_CMIP6.dat'13 clname = 'CFCs_CDIAC.dat' 14 14 / 15 15 ! -
trunk/NEMOGCM/NEMO/TOP_SRC/CFC/trcsms_cfc.F90
r8397 r9401 152 152 zv2 = wndm(ji,jj) * wndm(ji,jj) 153 153 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) 155 155 156 156 ! Input function : speed *( conc. at equil - concen at surface )
Note: See TracChangeset
for help on using the changeset viewer.