From 011491ec5cf4bef8f373309ba217bc9569f53e2e Mon Sep 17 00:00:00 2001
From: Hailu Kong <27735148+hlkong@users.noreply.github.com>
Date: Mon, 13 Sep 2021 15:36:22 -0400
Subject: [PATCH] Update README.md
Update README.md to include the few new modules added to pymoc that are used for the project of "Time-dependent response of the overturning circulation and pycnocline depth to Southern Ocean wind stress changes"
---
README.md | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 79 insertions(+)
diff --git a/README.md b/README.md
index 2effcee..0860929 100644
--- a/README.md
+++ b/README.md
@@ -35,3 +35,82 @@ Anybody is more than welcome to contibute to the development of PyMOC,
but is asked to adhere to the goal of keeping PyMOC well tested, stable,
maintainable, and documented. Further details on installation, configuration,
contribution, and issue reporting is available in the [documentation](https://pymoc.github.io).
+
+---
+Update: Hailu Kong, 09/13/2021
+--
+
+Several more modules have been added, all for the Southern Ocean (SO) region, for the paper of:
+
+> Time-dependent response of the overturning circulation and pycnocline depth to Southern Ocean wind stress changes
+
+The added modules are:
+```
+psi_SO_varKGM_local.py
+psi_SO_varKGM_bulk.py
+psi_SO_Kst_Ktr.py
+psi_SO_Ktr_Tst.py
+psi_SO_Keff.py
+psi_SO_Keff_Ktr.py
+psi_SO_Keff_Dc.py
+```
+The specific assumptions of these modules are:
+
+
+1. `psi_SO_varKGM_local.py`
+
+The SO diffusivity is parameterized as
+
+,
+
+i.e., it adopts the form of the diffusivity in Jones et al. (2011) but for each layer.
+
+
+2. `psi_SO_varKGM_bulk.py`
+
+This is the module that is used to compute the SO dynamics used in PyMOC-no-meander configuration, where only transient eddies are considered, and a bulk value of pycnocline depth is used to parameterize the diffusivity. Specifically, the SO diffusivity is parameterized as
+
+,
+
+i.e., it is the bulk value of D, instead of the depth of each layer, that is used to compute a vertically constant diffusivity.
+
+
+3. `psi_SO_Kst_Ktr.py`
+
+The SO diffusivity has two components: the transient & stationary parts
+
+
+
+where the transient part remains the same as in `psi_SO_varKGM_bulk.py`.
+
+
+4. `psi_SO_Ktr_Tst.py`
+
+Instead of first parameterizating the diffusivity before using it to compute the eddy-induced transport (i.e., ), now we separately parameterize the eddy-induced transport by the transient and stationary eddies:
+
+
+
+where the last parenthesis denotes the linearly approximated SOMOC transport by the stationary eddies.
+
+
+5. `psi_SO_Keff.py`
+
+This is the module used for the PyMOC configuration in the paper, where the SO diffusivity is parameterized via a stretching of the transient diffusivity by stationary eddies:
+
+
+
+
+6. `psi_SO_Keff_Ktr.py`
+
+This is the most complicated parameterization for the SO effective diffusivity, where the dependence on the wind stress appears both in the stretching factor, as in the module introduced above, and in the transient diffusivity part, to mimic the impact of rapid change in local baroclinicity on the transient diffusivity:
+
+
+
+
+7. `psi_SO_Keff_Dc.py`
+
+Finally, this module parameterizes the SO effective diffusivity in a similar way as `psi_SO_Keff.py` except that it is the cut-off version of D (i.e., D_c), instead of the full-depth-based D, that enters the parameterization:
+
+
+
+Here D_c is computed similarly to D but its lower integral limit is cut off at the AMOC bottom buoyancy, which varies with time.