Skip to content

Commit 29ed634

Browse files
committed
-
1 parent 5548dfa commit 29ed634

File tree

2 files changed

+50
-7
lines changed

2 files changed

+50
-7
lines changed

muffin.pdf

5.63 KB
Binary file not shown.

muffin.tex

Lines changed: 50 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8094,10 +8094,14 @@ \section{Configuring muffingen -- overview}
80948094

80958095
\begin{itemize}[noitemsep]
80968096
\vspace{1mm}
8097-
80988097
\item [] \texttt{par\_max\_D} [default: \texttt{5000.0}]
80998098
\\Sets the maximum ocean (scale) depth (in m).
81008099
\\ See subsequent sub-sub-section on 'Ocean depth (and maximum levels)' for further details and usage.
8100+
\vspace{1mm}
8101+
\item [] \texttt{par\_sed\_Dmin} [default: \texttt{1000.0}]
8102+
\\\texttt{par\_sed\_Dmax} [default: \texttt{5000.0}]
8103+
\\Together, set the minimum and maximum depths used in generating a random seafloor topography for \textbf{SEDGEM} (when \texttt{par\_sedsopt=2} is selected).
8104+
\\Note that while \(5000m\) corresponds to the default deepest depth of the ocean circulation model, about \(15\%\) of the modern seafloor lies below this (and mostly shallower than \(6000m\)). So selecting \texttt{6000.0} would arguably enable a better simulation of e.g. the CCD.
81018105
\end{itemize}
81028106

81038107
\vspace{2mm}
@@ -10798,12 +10802,18 @@ \chapter{HOW-TO (experiment)}\label{how-to-experiment}
1079810802
%------------------------------------------------
1079910803

1080010804
\section{HOW-TO ... diagnose how the model works}
10801-
\vspace{2mm}
10805+
10806+
In this HOW-TO, ...
10807+
10808+
10809+
10810+
1080210811

1080310812
%------------------------------------------------
1080410813
%
10814+
\newpage
1080510815
\subsection*{Add a water mass age tracer}
10806-
\vspace{1mm}
10816+
\vspace{2mm}
1080710817

1080810818
To diagnose water mass age, a single diagnostic tracer is required -- \texttt{ocn\_colr} (tracer number \(48\)). Once selected (in the \textit{base-config}), you only then need set\footnote{(\texttt{bg\_ctrl\_force\_ocn\_age1} to distinguish it from the earlier scheme (\texttt{bg\_ctrl\_force\_ocn\_age}) that required 2 tracers.} (\textit{user-config}):
1080910819
\vspace{-2pt}\begin{verbatim}
@@ -10818,8 +10828,9 @@ \subsection*{Add a water mass age tracer}
1081810828

1081910829
%------------------------------------------------
1082010830
%
10831+
\newpage
1082110832
\subsection*{Add a dual-tracer water mass age (original, more complicated schemes)}
10822-
\vspace{1mm}
10833+
\vspace{2mm}
1082310834

1082410835
Water masses (and hence something of ocean circulation) can be tagged with a color (dye) tracer. However, on its own, this can tell you nothing about water mass age. A second color tracer can be added, however, and configured in such a way that by analysing the ratio of the two tracers, water mass age (time since a parcel of water last saw the surface ocean on average).
1082510836

@@ -10863,7 +10874,6 @@ \subsection*{Add a dual-tracer water mass age (original, more complicated schem
1086310874

1086410875
\noindent (If the experiment duration is longer than 10,000 years, the parameter values need be adjusted accordingly.)
1086510876

10866-
1086710877
Example \textit{user-config} files for both approaches are provided:
1086810878
\vspace{-2pt}\begin{verbatim}
1086910879
EXAMPLE.worjh2.NONE_age.SPIN
@@ -10874,8 +10884,9 @@ \subsection*{Add a dual-tracer water mass age (original, more complicated schem
1087410884

1087510885
%------------------------------------------------
1087610886
%
10887+
\newpage
1087710888
\subsection*{Include 'preformed' tracers}
10878-
\vspace{1mm}
10889+
\vspace{2mm}
1087910890

1088010891
Preformed tracers are selected via 2 modifications:
1088110892

@@ -10931,8 +10942,9 @@ \subsection*{Include 'preformed' tracers}
1093110942

1093210943
%------------------------------------------------
1093310944
%
10945+
\newpage
1093410946
\subsection*{Diagnose a Transport Matrix}
10935-
\vspace{1mm}
10947+
\vspace{2mm}
1093610948

1093710949
The physical circulation in \textbf{muffin} can be diagnosed as a Transport Matrix: a representation of the steady-state average circulation as a sparse matrix (see \textit{Khatiwala et al.} [2005] Accelerated simulation of passive tracers in ocean circulation models. Ocean Modelling. 9 (1), pp. 51 - 69). There are a number of advantages of using a transport matrix such as finding preformed tracer distributions and using it as a surrogate circulation for a steady-state biogeochemical model (see \textit{Khatiwala} [2007] -- A computational framework for simulation of biogeochemical tracers in the ocean. Global Biogeochemical Cycles. 21 (3), GB3001).
1093810950

@@ -12200,6 +12212,37 @@ \subsubsection{Prescribe a spatial map of geothermal heat input to the ocean flo
1220012212

1220112213
What reasonable specific values might be, for a magmatic province or spreading ridge ... (compared to a mean global value of \(100\:mW\:m^{-2}\) (\texttt{100.0E-3}) ...
1220212214

12215+
%------------------------------------------------
12216+
%
12217+
\newpage
12218+
\subsubsection{Force tracer conservation}
12219+
\vspace{2mm}
12220+
12221+
Without sediments and an explicit representation of the fractional preservation and burial of settling particulate matter reaching the seafloor, there is the question of what to 'do' with this material. The typical solution is to apply a 'reflective' boundary condition whereby all settling particulate matter reaching the seafloor is remineralized back to its respective dissolved components. This is enacted by the default parameter setting:
12222+
\vspace{-1mm}\small\begin{verbatim}
12223+
bg_ctrl_force_sed_closedsystem=.true.
12224+
\end{verbatim}\normalsize\vspace{-1mm}
12225+
(Note that the local redox conditions at the seafloor are employed to calculate the consumption and release of dissolved species associated with remineralization, as per is the case in the water column.)
12226+
12227+
An exception to this is scavenged iron, which by default is removed from the system, controlled by the parameter setting:
12228+
\vspace{-1mm}\small\begin{verbatim}
12229+
bg_ctrl_bio_NO_fsedFe=.true.
12230+
\end{verbatim}\normalsize\vspace{-1mm}
12231+
which prevents 'reflection' of scavenged \(Fe\). This then requires that a new supply of dissolved iron, e.g. at the surface in the form of a dust flux, is always applied to balance the loss at the seafloor of scavenged \(Fe\).
12232+
12233+
The major consequence of a reflective boundary condition, in addition to not being able to simulate changing mass balance (between weathering inputs and sedimentation losses) and hence inventories in the ocean, is that the forced return of dissolved species at the seafloor can potentially exacerbate nutrient trapping and/or anoxia.
12234+
12235+
An alternative, is to re-route the reflective fluxes to the ocean surface (immediately overlying). This can be achieved via:
12236+
\vspace{-1mm}\small\begin{verbatim}
12237+
bg_ctrl_force_sed_closedsystem=.true.
12238+
bg_ctrl_force_sed_closedsystem_SUR=.true.
12239+
\end{verbatim}\normalsize\vspace{-1mm}
12240+
and in order to retain a dissolved iron inventory in the ocean without having to prescribe a dust flux:
12241+
\vspace{-5mm}\small\begin{verbatim}
12242+
bg_ctrl_bio_NO_fsedFe=.false.
12243+
\end{verbatim}\normalsize\vspace{-1mm}
12244+
\uline{Note that in calculating the remineralization of particulate matter reaching the seafloor, the surface redox conditions are used (rather than those at the seafloor).} (The alternative (application of seafloor redox conditions) would probably give similar results, given the likely rapid re-oxidation of reduced species at the surface.)
12245+
1220312246
%------------------------------------------------
1220412247

1220512248
\newpage

0 commit comments

Comments
 (0)