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 14276 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/SED/sedini.F90 – NEMO

Ignore:
Timestamp:
2021-01-07T23:09:56+01:00 (3 years ago)
Author:
aumont
Message:

numerous updates to PISCES, PISCES-QUOTA and the sediment module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/SED/sedini.F90

    r11536 r14276  
    371371      denssol = 2.6 
    372372 
    373       ! Initialization of diffusion coefficient as function of porosity [cm**2/s] 
    374       !-------------------------------------------------------------------- 
    375 !      DO jn = 1, jpsol 
    376 !         DO jk = 1, jpksed 
    377 !            DO ji = 1, jpoce 
    378 !               diff(ji,jk,jn) = dcoef / ( 1.0 - 2.0 * log(por(jk)) ) 
    379 !            END DO 
    380 !         END DO 
    381 !      END DO 
    382  
    383373      ! Accumulation rate from Burwicz et al. (2011). This is used to 
    384374      ! compute the flux of clays and minerals 
     
    387377          ztmp1 = 0.117 / ( 1.0 + ( zkbot(ji) / 200.)**3 ) 
    388378          ztmp2 = 0.006 / ( 1.0 + ( zkbot(ji) / 4000.)**10 ) 
    389           wacc(ji) = ztmp1 + ztmp2 
     379          wacc(ji) = (ztmp1 + ztmp2)/10.0 
     380          wacc(ji) = ztmp2 / 10.0 
    390381      END DO 
    391382 
Note: See TracChangeset for help on using the changeset viewer.