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 15075 for NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/PISCES/SED/seddta.F90 – NEMO

Ignore:
Timestamp:
2021-07-02T17:15:57+02:00 (3 years ago)
Author:
aumont
Message:

major update of the sediment module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/PISCES/SED/seddta.F90

    r14385 r15075  
    2525#  include "do_loop_substitute.h90" 
    2626#  include "domzgr_substitute.h90" 
    27    !! $Id$ 
     27 
    2828CONTAINS 
    2929 
     
    4646 
    4747      !! Arguments 
    48       INTEGER, INTENT(in) ::  kt         ! time-step 
    49       INTEGER, INTENT(in) ::  Kbb, Kmm  ! time level indices 
     48      INTEGER, INTENT( in ) ::   kt    ! time-step 
     49      INTEGER, INTENT( in ) ::   Kbb, Kmm ! time level indices 
    5050 
    5151      !! * Local declarations 
     
    5555      REAL(wp), DIMENSION(jpi,jpj) :: zwsbio4, zwsbio3, zddust 
    5656      REAL(wp) :: zf0, zf1, zf2, zkapp, zratio, zdep 
     57      REAL(wp) :: zzf0, zf0s, zf0b, zzf1, zf1s, zf1b, zzf2, zf2s, zf2b 
    5758 
    5859      !---------------------------------------------------------------------- 
     
    7879         dtsed = rDt_trc 
    7980         rsecday = 60.* 60. * 24. 
    80 !         conv2   = 1.0e+3 / ( 1.0e+4 * rsecday * 30. ) 
    8181         conv2 = 1.0e+3 /  1.0e+4  
    8282      ENDIF 
     
    114114         ikt = mbkt(ji,jj) 
    115115         IF ( tmask(ji,jj,ikt) == 1 ) THEN 
    116             trc_data(ji,jj,1)   = tr(ji,jj,ikt,jpsil,Kbb) 
    117             trc_data(ji,jj,2)   = tr(ji,jj,ikt,jpoxy,Kbb) 
    118             trc_data(ji,jj,3)   = tr(ji,jj,ikt,jpdic,Kbb) 
    119             trc_data(ji,jj,4)   = tr(ji,jj,ikt,jpno3,Kbb) / 7.625 
    120             trc_data(ji,jj,5)   = tr(ji,jj,ikt,jppo4,Kbb) / 122. 
    121             trc_data(ji,jj,6)   = tr(ji,jj,ikt,jptal,Kbb) 
    122             trc_data(ji,jj,7)   = tr(ji,jj,ikt,jpnh4,Kbb) / 7.625 
    123             trc_data(ji,jj,8)   = 0.0 
    124             trc_data(ji,jj,9)   = 28.0E-3 
    125             trc_data(ji,jj,10)  = tr(ji,jj,ikt,jpfer,Kbb) 
    126             trc_data(ji,jj,11 ) = MIN(tr(ji,jj,ikt,jpgsi,Kbb), 1E-4) * zwsbio4(ji,jj) * 1E3 
    127             trc_data(ji,jj,12 ) = MIN(tr(ji,jj,ikt,jppoc,Kbb), 1E-4) * zwsbio3(ji,jj) * 1E3 
    128             trc_data(ji,jj,13 ) = MIN(tr(ji,jj,ikt,jpgoc,Kbb), 1E-4) * zwsbio4(ji,jj) * 1E3 
    129             trc_data(ji,jj,14)  = MIN(tr(ji,jj,ikt,jpcal,Kbb), 1E-4) * zwsbio4(ji,jj) * 1E3 
    130             trc_data(ji,jj,15)  = ts(ji,jj,ikt,jp_tem,Kmm) 
    131             trc_data(ji,jj,16)  = ts(ji,jj,ikt,jp_sal,Kmm) 
    132             trc_data(ji,jj,17 ) = ( tr(ji,jj,ikt,jpsfe,Kbb) * zwsbio3(ji,jj) + tr(ji,jj,ikt,jpbfe,Kbb)  & 
    133             &                     * zwsbio4(ji,jj)  ) * 1E3 / ( trc_data(ji,jj,12 ) + trc_data(ji,jj,13 ) + rtrn ) 
    134             trc_data(ji,jj,17 ) = MIN(1E-3, trc_data(ji,jj,17 ) ) 
     116            trc_data(ji,jj,jwsil)   = tr(ji,jj,ikt,jpsil,Kbb) 
     117            trc_data(ji,jj,jwoxy)   = tr(ji,jj,ikt,jpoxy,Kbb) 
     118            trc_data(ji,jj,jwdic)   = tr(ji,jj,ikt,jpdic,Kbb) 
     119            trc_data(ji,jj,jwno3)   = tr(ji,jj,ikt,jpno3,Kbb) / 7.625 
     120            trc_data(ji,jj,jwpo4)   = tr(ji,jj,ikt,jppo4,Kbb) / 122. 
     121            trc_data(ji,jj,jwalk)   = tr(ji,jj,ikt,jptal,Kbb) 
     122            trc_data(ji,jj,jwnh4)   = tr(ji,jj,ikt,jpnh4,Kbb) / 7.625 
     123            trc_data(ji,jj,jwh2s)   = 0.0 
     124            trc_data(ji,jj,jwso4)   = 0.14 * ts(ji,jj,ikt,jp_sal,Kmm) / 1.80655 / 96.062 
     125            trc_data(ji,jj,jwfe2)   = tr(ji,jj,ikt,jpfer,Kbb) 
     126            trc_data(ji,jj,jwlgw)   = 1E-9 
     127            trc_data(ji,jj,12 ) = MIN(tr(ji,jj,ikt,jpgsi,Kbb), 1E-4) * zwsbio4(ji,jj) * 1E3 
     128            trc_data(ji,jj,13 ) = MIN(tr(ji,jj,ikt,jppoc,Kbb), 1E-4) * zwsbio3(ji,jj) * 1E3 
     129            trc_data(ji,jj,14 ) = MIN(tr(ji,jj,ikt,jpgoc,Kbb), 1E-4) * zwsbio4(ji,jj) * 1E3 
     130            trc_data(ji,jj,15)  = MIN(tr(ji,jj,ikt,jpcal,Kbb), 1E-4) * zwsbio4(ji,jj) * 1E3 
     131            trc_data(ji,jj,16)  = ts(ji,jj,ikt,jp_tem,Kmm) 
     132            trc_data(ji,jj,17)  = ts(ji,jj,ikt,jp_sal,Kmm) 
     133            trc_data(ji,jj,18 ) = ( tr(ji,jj,ikt,jpsfe,Kbb) * zwsbio3(ji,jj) + tr(ji,jj,ikt,jpbfe,Kbb)  & 
     134            &                     * zwsbio4(ji,jj)  ) * 1E3 / ( trc_data(ji,jj,13 ) + trc_data(ji,jj,14 ) + rtrn ) 
     135            trc_data(ji,jj,18 ) = MIN(1E-3, trc_data(ji,jj,18 ) ) 
    135136         ENDIF 
    136137      END_2D 
     
    141142         CALL pack_arr ( jpoce,  pwcp_dta(1:jpoce,jw), trc_data(1:jpi,1:jpj,jw), iarroce(1:jpoce) ) 
    142143      END DO 
     144 
    143145      !  Solid components :  
    144146      !----------------------- 
    145147      !  Sinking fluxes for OPAL in mol.m-2.s-1 ; conversion in mol.cm-2.s-1 
    146       CALL pack_arr ( jpoce, rainrm_dta(1:jpoce,jsopal), trc_data(1:jpi,1:jpj,11), iarroce(1:jpoce) )  
     148      CALL pack_arr ( jpoce, rainrm_dta(1:jpoce,jsopal), trc_data(1:jpi,1:jpj,12), iarroce(1:jpoce) )  
    147149      rainrm_dta(1:jpoce,jsopal) = rainrm_dta(1:jpoce,jsopal) * 1e-4 
    148150      !  Sinking fluxes for POC in mol.m-2.s-1 ; conversion in mol.cm-2.s-1 
    149       CALL pack_arr ( jpoce, zdtap(1:jpoce), trc_data(1:jpi,1:jpj,12) , iarroce(1:jpoce) )       
    150       CALL pack_arr ( jpoce, zdtag(1:jpoce), trc_data(1:jpi,1:jpj,13) , iarroce(1:jpoce) ) 
     151      CALL pack_arr ( jpoce, zdtap(1:jpoce), trc_data(1:jpi,1:jpj,13) , iarroce(1:jpoce) )       
     152      CALL pack_arr ( jpoce, zdtag(1:jpoce), trc_data(1:jpi,1:jpj,14) , iarroce(1:jpoce) ) 
    151153      DO ji = 1, jpoce 
    152 !        zkapp  = MIN( (1.0 - 0.02 ) * reac_poc, 3731.0 * max(100.0, zkbot(ji) )**(-1.011) / ( 365.0 * 24.0 * 3600.0 ) ) 
    153 !        zkapp   = MIN( 0.98 * reac_poc, 100.0 * max(100.0, zkbot(ji) )**(-0.6) / ( 365.0 * 24.0 * 3600.0 ) ) 
    154 !        zratio = ( ( 1.0 - 0.02 ) * reac_poc + 0.02 * reac_poc * 0. - zkapp) / ( ( 0.02 - 1.0 ) * reac_poc / 100. - 0.02 * reac_poc * 0. + zkapp ) 
    155 !        zf1    = ( 0.02 * (reac_poc - reac_poc * 0.) + zkapp - reac_poc ) / ( reac_poc / 100. - reac_poc ) 
    156 !        zf1    = MIN(0.98, MAX(0., zf1 ) ) 
    157          zf1    = 0.48 
    158          zf2    = 0.02 
    159          zf0    = 1.0 - zf2 - zf1 
    160          rainrm_dta(ji,jspoc) =   ( zdtap(ji) +  zdtag(ji) ) * 1e-4 * zf0 
    161          rainrm_dta(ji,jspos) =   ( zdtap(ji) +  zdtag(ji) ) * 1e-4 * zf1 
    162          rainrm_dta(ji,jspor) =   ( zdtap(ji) +  zdtag(ji) ) * 1e-4 * zf2 
     154         zzf2 = 2E-2 
     155         zzf1 = 0.5 
     156         zzf0 = 1.0 - zzf1 - zzf2 
     157         zf0s = zzf0 
     158         zf1s = zzf1 
     159         zf2s = 1.0 - zf1s - zf0s 
     160         zf0b = zzf0 
     161         zf1b = zzf1 
     162         zf2b = 1.0 - zf1b - zf0b 
     163         rainrm_dta(ji,jspoc) =   ( zdtap(ji) * zf0s +  zdtag(ji) * zf0b ) * 1e-4 
     164         rainrm_dta(ji,jspos) =   ( zdtap(ji) * zf1s +  zdtag(ji) * zf1b ) * 1e-4 
     165         rainrm_dta(ji,jspor) =   ( zdtap(ji) * zf2s +  zdtag(ji) * zf2b ) * 1e-4 
    163166      END DO 
    164167 
    165168      !  Sinking fluxes for Calcite in mol.m-2.s-1 ; conversion in mol.cm-2.s-1 
    166       CALL pack_arr ( jpoce,  rainrm_dta(1:jpoce,jscal), trc_data(1:jpi,1:jpj,14), iarroce(1:jpoce) ) 
     169      CALL pack_arr ( jpoce,  rainrm_dta(1:jpoce,jscal), trc_data(1:jpi,1:jpj,15), iarroce(1:jpoce) ) 
    167170      rainrm_dta(1:jpoce,jscal) = rainrm_dta(1:jpoce,jscal) * 1e-4 
    168       ! vector temperature [C] and salinity  
    169       CALL pack_arr ( jpoce,  temp(1:jpoce), trc_data(1:jpi,1:jpj,15), iarroce(1:jpoce) ) 
    170       CALL pack_arr ( jpoce,  salt(1:jpoce), trc_data(1:jpi,1:jpj,16), iarroce(1:jpoce) ) 
     171      ! vector temperature [°C] and salinity  
     172      CALL pack_arr ( jpoce,  temp(1:jpoce), trc_data(1:jpi,1:jpj,16), iarroce(1:jpoce) ) 
     173      CALL pack_arr ( jpoce,  salt(1:jpoce), trc_data(1:jpi,1:jpj,17), iarroce(1:jpoce) ) 
    171174       
    172175      ! Clay rain rate in [mol/(cm**2.s)]  
     
    187190 
    188191      ! Fe/C ratio in sinking particles that fall to the sediments 
    189       CALL pack_arr ( jpoce,  fecratio(1:jpoce), trc_data(1:jpi,1:jpj,17), iarroce(1:jpoce) ) 
    190  
    191       sedligand(:,1) = 1.E-9 
     192      CALL pack_arr ( jpoce,  fecratio(1:jpoce), trc_data(1:jpi,1:jpj,18), iarroce(1:jpoce) ) 
    192193 
    193194      ! sediment pore water at 1st layer (k=1) 
     
    217218      IF( lk_iomput ) THEN 
    218219          IF( iom_use("sflxclay" ) ) CALL iom_put( "sflxclay", zddust(:,:) * 1E3 / 1.E4 ) 
    219           IF( iom_use("sflxcal" ) )  CALL iom_put( "sflxcal", trc_data(:,:,14) / 1.E4 ) 
    220           IF( iom_use("sflxbsi" ) )  CALL iom_put( "sflxbsi", trc_data(:,:,11) / 1.E4 ) 
    221           IF( iom_use("sflxpoc" ) )  CALL iom_put( "sflxpoc", ( trc_data(:,:,12) + trc_data(:,:,13) ) / 1.E4 ) 
     220          IF( iom_use("sflxcal" ) )  CALL iom_put( "sflxcal", trc_data(:,:,15) / 1.E4 ) 
     221          IF( iom_use("sflxbsi" ) )  CALL iom_put( "sflxbsi", trc_data(:,:,12) / 1.E4 ) 
     222          IF( iom_use("sflxpoc" ) )  CALL iom_put( "sflxpoc", ( trc_data(:,:,13) + trc_data(:,:,14) ) / 1.E4 ) 
    222223      ENDIF 
    223224 
Note: See TracChangeset for help on using the changeset viewer.