Back to home page

darwin3

 
 

    


Warning, /doc/phys_pkgs/darwin_iron.rst is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 28ac947a on 2024-09-24 15:24:12 UTC
1d947889e4 Oliv*0001 .. include:: ../defs.hrst
                0002 
                0003 .. _Iron:
                0004 
                0005 Iron chemistry
                0006 ^^^^^^^^^^^^^^
                0007 
                0008 The tracer representing inorganic iron in darwin is total dissolved inorganic
                0009 iron, FeT.  Its source terms are
                0010 
                0011 .. math::
                0012 
9f79ba70a9 Oliv*0013    S_{\op{Fe}} &= \delta_{k,1} \frac{\alpha_{\op{Fe}}}{\Delta r_{\mathrm{F}}h_{\mathrm{C}}} F_{\op{Fe}}
                0014              + \delta_{\op{bottom}} \delta_{|r|\le d_{\op{sed}}}
                0015                \frac{1}{\Delta r_{\mathrm{F}}h_{\mathrm{C}}} F_{\op{Fe}}^{{\text{sed}}}
                0016                \\
                0017              &+ \delta_{\op{bottom}} \delta_{|r|\ge d_{\op{vents}}}
                0018                \frac{1}{\Delta r_{\mathrm{F}}h_{\mathrm{C}}} F_{\op{Fe}}^{{\text{vents}}}
                0019              - r_{{\text{scav}}}\op{Fe}'
1d947889e4 Oliv*0020 
02be68c5dc Oliv*0021 where :math:`\delta_{\op{bottom}}` selects the last ocean grid cell above the sea floor.
                0022 
                0023 
1d947889e4 Oliv*0024 Dust deposition
                0025 '''''''''''''''
                0026 
                0027 The first term is iron input at the surface from dust deposition.
                0028 The rate of dust deposition is read in from :varlink:`ironfile`.
                0029 :math:`\alpha_{\op{Fe}}` (:varlink:`alpfe`) is the solubility of iron dust;
                0030 set it to 1 if the deposition rate in :varlink:`ironfile` is already of
                0031 soluble iron.  :varlink:`darwin_inscal_iron` can be used to convert units on the fly.
                0032 
                0033 
                0034 Sedimentation
                0035 '''''''''''''
                0036 
                0037 The second term represents iron input from sediments at the ocean floor.
02be68c5dc Oliv*0038 It only occurs above :varlink:`depthfesed`.  The flux is either a fixed number,
                0039 :varlink:`fesedflux` or, if :varlink:`DARWIN_IRON_SED_SOURCE_VARIABLE` is defined,
1d947889e4 Oliv*0040 
                0041 .. math::
                0042 
02be68c5dc Oliv*0043    F_{\op{Fe}}^{{\text{sed}}}=
                0044        \left[
                0045        F_{\op{Fe}}^{\op{sed pcm}} w^{\mathrm{C}}_{{{\text{sink}}}} \op{POC}
                0046        - F_{\op{Fe}}^{\op{sed min}}
                0047        \right]_0
                0048 
                0049 For backwards compatibility, the variable sediment flux can be expressed in
                0050 terms of POP if :varlink:`DARWIN_IRON_SED_SOURCE_POP` is defined:
                0051 
                0052 .. math::
                0053 
                0054    F_{\op{Fe}}^{{\text{sed}}}=
                0055        F_{\op{Fe}}^{\op{sed pcm}} w^{\mathrm{P}}_{{{\text{sink}}}}
                0056        R^{{\mathrm{C}}:{\mathrm{P}}}_{{\text{sed}}}  \op{POP}^{\op{up}}
1d947889e4 Oliv*0057 
02be68c5dc Oliv*0058 where :math:`\op{POP}^{\op{up}}` is POP in the second-lowest wet grid cell
                0059 of the water column.
1d947889e4 Oliv*0060 
                0061 
9f79ba70a9 Oliv*0062 Hydrothermal vents
                0063 ''''''''''''''''''
                0064 
                0065 The third term represents iron input from hydrothermal vents.  To enable it,
                0066 define :varlink:`DARWIN_ALLOW_HYDROTHERMAL_VENTS`.  This iron source is only
                0067 active below :varlink:`depthFeVent`.  The flux is proportional to the
                0068 Helium-3 flux :math:`F_{^3\text{He}}^{{\text{vents}}}` given in
                0069 :varlink:`ventHe3file` in units of mmol :sup:`3`\ He m\ :sup:`-2` s\ :sup:`-1`,
                0070 
                0071 .. math::
                0072 
                0073    F_{\op{Fe}}^{\text{vents}} = \alpha_{\op{Fe}}^{\op{vents}}
                0074        R^{\op{Fe:^3He}}_{\op{vents}} F_{^3\text{He}}^{{\text{vents}}}
                0075    \;.
                0076 
                0077 Here, :math:`\alpha_{\op{Fe}}^{\op{vents}}` (:varlink:`solFeVent`) is the
                0078 solubility of iron from vents and :math:`R^{\op{Fe:^3He}}_{\op{vents}}`
                0079 (:varlink:`R_FeHe3_vent`) is the iron to Helium-3 ratio of the vents.
                0080 
                0081 
1d947889e4 Oliv*0082 Scavenging
                0083 ''''''''''
                0084 
9f79ba70a9 Oliv*0085 The fourth term represents losses due to particle scavenging.
1d947889e4 Oliv*0086 The scavenging rate for free iron is
                0087 
                0088 .. math::
                0089 
                0090    r_{{\text{scav}}}= \begin{cases}
                0091        \op{scav}
4ee77fca61 Oliv*0092        & \text{for fixed-rate scavenging,} \\
                0093        \tau_{{\text{scav}}}I_{{\text{scav}}}\op{POM}^{e_{{\text{scav}}}}
                0094        & \text{for particle-based scavenging.}
1d947889e4 Oliv*0095        \end{cases}
                0096 
4ee77fca61 Oliv*0097 To select particle-based scavenging following Parekh et al. (2005)
                0098 :cite:`parekh:2005`, define :varlink:`DARWIN_PART_SCAV`.  POM is the
                0099 concentration of particulate organic matter in units of mg/L.  It is
28ac947a3e Oliv*0100 parameterized in terms of POC, PSi and PIC,
1d947889e4 Oliv*0101 
4ee77fca61 Oliv*0102 .. math::
                0103 
                0104    \op{POM} = w^{\text{scav}}_{\text{POC}} \op{POC}
28ac947a3e Oliv*0105             + w^{\text{scav}}_{\text{PSi}} \op{PSi}
4ee77fca61 Oliv*0106             + w^{\text{scav}}_{\text{PIC}} \op{PIC}
28ac947a3e Oliv*0107             + \op{rPOM}
4ee77fca61 Oliv*0108    \;.
                0109 
28ac947a3e Oliv*0110 By default, only POC contributes, see
4ee77fca61 Oliv*0111 :numref:`tab_phys_pkgs_darwin_iron_params`.
                0112 
28ac947a3e Oliv*0113 .. admonition:: deprecated formulation
eea283df88 Oliv*0114 
                0115    The old (and deprecated) formulation of scavenging in terms of POP can be
                0116    recovered by defining :varlink:`DARWIN_PART_SCAV_POP`, in which case
                0117    :math:`\op{POM}` is replaced by
                0118    :math:`\op{POP}\!/R^{\op{POP}:\op{POC}}_{{\text{scav}}}`.  Parameter names
                0119    and defaults are different in this case, see
28ac947a3e Oliv*0120    :numref:`tab_phys_pkgs_darwin_scav_pop`.  The new formulation with default
                0121    parameters closely approximates the old formulation with its default
                0122    parameters when POC:POP is 120:1.
be00149aee Oliv*0123 
4ee77fca61 Oliv*0124 The concentration of free iron, Fe', is determined following Parekh et al.
                0125 (2004) :cite:`parekh:2004` and Dutkiewicz et al. (2005)
                0126 :cite:`dutkiewicz:2005`.  Free dissolved iron is assumed to be in equilibrium
                0127 with dissolved iron bound to ligands, FeL,
1d947889e4 Oliv*0128 
                0129 .. math:: \op{Fe}' + L' \rightleftharpoons \op{FeL}
                0130 
                0131 At equilibrium,
                0132 
                0133 .. math:: \frac{[\op{FeL}]}{[\op{Fe}'][L']} = {\beta_{{\text{stab}}}}\;,
                0134 
                0135 Using
                0136 :math:`\op{FeL}+\op{Fe}'={\op{FeT}}` and :math:`\op{FeL}+L'={L_{{\mathrm{T}}}}`,
                0137 the solution is obtained as
                0138 
                0139 .. math::
                0140 
                0141      L' &= \frac{ {\beta_{{\text{stab}}}}({L_{{\mathrm{T}}}}- {\op{FeT}}) - 1
                0142                 +\sqrt{(1 - {\beta_{{\text{stab}}}}({L_{{\mathrm{T}}}}- {\op{FeT}}))^2 + 4 {\beta_{{\text{stab}}}}{L_{{\mathrm{T}}}}}}
                0143              {2 {\beta_{{\text{stab}}}}}
                0144 
                0145      \op{FeL} &= {L_{{\mathrm{T}}}}- L'
                0146 
                0147      \op{Fe}' &= \op{FeT} - \op{FeL}\;.
                0148 
                0149 If :varlink:`DARWIN_MINFE` is defined, Fe' will be
                0150 constrained to be no more than Fe':sub:`max`, and FeT adjusted accordingly,
                0151 assuming that excess free iron is scavenged away. This is done before
                0152 and after each biogeochemical subtimestep.
                0153 
                0154 .. csv-table:: Iron parameters set in DARWIN_PARAMS
                0155    :delim: &
                0156    :widths: auto
                0157    :header: Parameter, Symbol, Default, Units, Description
4ee77fca61 Oliv*0158    :name: tab_phys_pkgs_darwin_iron_params
1d947889e4 Oliv*0159 
                0160    :varlink:`alpfe`         & :math:`\alpha_{\op{Fe}}`             & 0.04        &                        & solubility of Fe dust
9f79ba70a9 Oliv*0161    :varlink:`depthfesed`    & :math:`d_{\op{sed}}`                 & -1.0        & m                      & depth above which to add sediment source
                0162    :varlink:`fesedflux`     & fesedflux                            & 1E-3 / day  & mmol Fe /m\ :sup:`2`/s & fixed iron flux from sediment
                0163    :varlink:`fesedflux_pcm` & :math:`F_{\op{Fe}}^{\op{sed pcm}}`   & 0.68E-3     & mmol Fe / mmol C       & iron input per POC sinking into bottom for :varlink:`DARWIN_IRON_SED_SOURCE_VARIABLE`
                0164    :varlink:`fesedflux_min` & :math:`F_{\op{Fe}}^{\op{sed min}}`   & 0.5E-3 / day& mmol Fe /s             & minimum iron input rate subtracted from fesedflux_pcm*wc_sink*POC
1d947889e4 Oliv*0165    :varlink:`R_CP_fesed`    & :math:`R^{\op{C:P}}_{\op{sed}}`      & 106         & mmol C / mmol P        & POC:POP conversion for :varlink:`DARWIN_IRON_SED_SOURCE_VARIABLE`
9f79ba70a9 Oliv*0166    :varlink:`depthFeVent`   & :math:`d_{\op{vents}}`               & 750         & m                      & depth below which iron from hydrothermal vents is added
                0167    :varlink:`solFeVent`     & :math:`\alpha_{\op{Fe}}^{\op{vents}}` & 0.002      &                        & solubility of iron from hydrothermal vents
                0168    :varlink:`R_FeHe3_vent`  & :math:`R^{\op{Fe:^3He}}_{\op{vents}}` & 4.5E8      & mol Fe / mol :sup:`3`\ He & Fe:\ :sup:`3`\ He ratio for hydrothermal vents
1d947889e4 Oliv*0169    :varlink:`scav`          & scav                                 & 0.4/year    & 1/s                    & fixed iron scavenging rate
4ee77fca61 Oliv*0170    :varlink:`scav_tau`      & :math:`\tau_{\op{scav}}`             & 0.2         &                        & factor for converting Th scavenging rates to iron ones
                0171    :varlink:`scav_inter`    & :math:`I_{\op{scav}}`                & 0.079 / day & L\ :sup:`e` mg\ :sup:`-e` s\ :sup:`-1` & intercept of scavenging power law (e=e\ :sub:`scav`)
1d947889e4 Oliv*0172    :varlink:`scav_exp`      & :math:`e_{\op{scav}}`                & 0.58        &                        & exponent of scavenging power law
28ac947a3e Oliv*0173    :varlink:`scav_POC_wgt`  & :math:`w^{\op{scav}}_{\op{POC}}`     & 0.12728     & g/mmol |nbsp| C        & weight POC contributes to POM
                0174    :varlink:`scav_PSi_wgt`  & :math:`w^{\op{scav}}_{\op{PSi}}`     & 0.0         & g/mmol |nbsp| Si       & weight PSi contributes to POM
                0175    :varlink:`scav_PIC_wgt`  & :math:`w^{\op{scav}}_{\op{PIC}}`     & 0.0         & g/mmol |nbsp| C        & weight PIC contributes to POM
                0176    :varlink:`scav_rPOM`     & :math:`\op{rPOM}`                    & 0.0         & g/m\ :sup:`3`          & concentration of non-labile POM for scavenging
9f79ba70a9 Oliv*0177    :varlink:`ligand_tot`    & :math:`L_{\op{T}}`                   & 1E-3        & mmol/m\ :sup:`3`       & total ligand concentration
4ee77fca61 Oliv*0178    :varlink:`ligand_stab`   & :math:`\beta_{\op{stab}}`            & 0.2E6       & m\ :sup:`3`/mmol       & ligand stability rate ratio
9f79ba70a9 Oliv*0179    :varlink:`freefemax`     & :math:`\op{Fe}'_{\op{max}}`          & 0.4E-3      & mmol/m\ :sup:`3`       & max concentration of free iron
4ee77fca61 Oliv*0180 
                0181 
                0182 .. csv-table:: Iron parameters for :varlink:`DARWIN_PART_SCAV_POP`
                0183    :delim: &
                0184    :widths: auto
                0185    :header: Parameter, Symbol, Default, Units, Description
                0186    :name: tab_phys_pkgs_darwin_scav_pop
                0187 
                0188    :varlink:`scav_rat`      & :math:`\tau_{\op{scav}}`             & 0.005 / day & 1/s                       & rate factor
                0189    :varlink:`scav_inter`    & :math:`I_{\op{scav}}`                & 0.079       & L\ :sup:`e` mg\ :sup:`-e` & intercept of scavenging power law (e=e\ :sub:`scav`)
                0190    :varlink:`scav_exp`      & :math:`e_{\op{scav}}`                & 0.58        &                           & exponent of scavenging power law
                0191    :varlink:`scav_R_POPPOC` & :math:`R^{\op{POP:POC}}_{\op{scav}}` & 1.1321E-4   & mmol |nbsp| P / g         & POP\:POC ratio