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 3475 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsed.F90 – NEMO

Ignore:
Timestamp:
2012-09-13T19:00:23+02:00 (12 years ago)
Author:
cetlod
Message:

branch:2012/dev_r3438_LOCEAN15_PISLOB last updates from PISCES, hopefully... see ticket #972

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsed.F90

    r3446 r3475  
    128128         ENDIF 
    129129         zsidep(:,:) = 8.8 * 0.075 * dust(:,:) * rfact2 / fse3t(:,:,1) / ( 28.1  * rmtss ) 
    130          zpdep (:,:) = 0.1 * 0.032 * dust(:,:) * rfact2 / fse3t(:,:,1) / ( 31.   * rmtss ) 
     130         zpdep (:,:) = 0.1 * 0.021 * dust(:,:) * rfact2 / fse3t(:,:,1) / ( 31.   * rmtss ) 
    131131         !                                              ! Iron solubilization of particles in the water column 
    132132         zwdust = 0.005 / ( wdust * 55.85 * 30.42 ) / ( 45. * rday )  
     
    190190 
    191191#if ! defined key_sed 
    192       ! Computation of the sediment denitrification proportio: The metamodel from midlleburg (2006) is being used 
     192      ! Computation of the sediment denitrification proportion: The metamodel from midlleburg (2006) is being used 
    193193      ! ------------------------------------------------------- 
    194194      DO jj = 1, jpj 
Note: See TracChangeset for help on using the changeset viewer.