From fc8f9e02e830ac01e91013e94f5a08ff0f059c7c Mon Sep 17 00:00:00 2001 From: Pavel Perezhogin <35234405+Pperezhogin@users.noreply.github.com> Date: Sun, 22 Oct 2023 03:41:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b212eb..054abd8 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ The implementation is described in detail in paper "Implementation of a data-dri * See [Figure-plotting](https://github.com/m2lines/Implementation-ZB20/tree/main/Figure-plotting) for notebooks with Figures. * See [MOM6](https://github.com/m2lines/Implementation-ZB20/tree/main/src) source code used to conduct the research. The implemented ZB20 parameterization is [part](https://github.com/NOAA-GFDL/MOM6/blob/475590dbc4d736fd45a29748577351f2eb58fc57/src/parameterizations/lateral/MOM_Zanna_Bolton.F90) of this source code. * See [configurations](https://github.com/m2lines/Implementation-ZB20/tree/main/configurations) for files required to run Double Gyre and NeverWorld2 experiments with implemented parameterizations. + +**Note:** The analysis in Sections 4 and 5 is performed with [older code](https://github.com/NOAA-GFDL/MOM6/tree/43a4fa9d48194abd6d56af43db67186d9db59389) of ZB20 parameterization, while Section 6 uses the newest code referenced [above](https://github.com/m2lines/Implementation-ZB20/tree/main/src).