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 13200 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p4zsed.F90 – NEMO

Ignore:
Timestamp:
2020-07-02T08:58:10+02:00 (4 years ago)
Author:
aumont
Message:

minor bug fixes for calcite production and diagnostics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p4zsed.F90

    r12537 r13200  
    159159         DO jk = 2, jpkm1 
    160160            zirondep(:,:,jk) = dust(:,:) * mfrac * zwdust * rfact2 * EXP( -gdept_n(:,:,jk) / (250. * wdust) ) 
    161             zpdep   (:,:,jk) = zirondep(:,:,jk) * 0.023 
     161!            zpdep   (:,:,jk) = zirondep(:,:,jk) * 0.023 
     162            zpdep   (:,:,jk) = zirondep(:,:,jk) * 0.38 / po4r 
    162163         END DO 
    163164         ! Solubilization of particles in the water column (Si, P, Fe) 
     
    173174                &  CALL iom_put( "Irondep", zirondep(:,:,1) * 1.e+3 * rfact2r * e3t_n(:,:,1) * tmask(:,:,1) ) ! surface downward dust depo of iron 
    174175                IF( iom_use( "pdust" ) )   & 
    175                 &  CALL iom_put( "pdust"  , dust(:,:) / ( wdust * rday )  * tmask(:,:,1) ) ! dust concentration at surface 
     176                &  CALL iom_put( "pdust"  , dust(:,:) / ( wdust / rday )  * tmask(:,:,1) ) ! dust concentration at surface 
    176177            ENDIF 
    177178         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.