Skip to content

Commit

Permalink
Another duplicate ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedstrom committed Jul 25, 2024
1 parent 6a529f3 commit 8ba9332
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
19 changes: 3 additions & 16 deletions docs/zotero.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2873,8 +2873,9 @@ @article{Blewitt2003
month=feb
}

@article{Wang2012,
author={Wang, H., Xiang, L., Jia, L., Jiang, L., Wang, Z., Hu, B. and Gao, P.},
@article{Wang2012-2,
author={Wang, H. and Xiang, L. and Jia, L. and Jiang, L. and Wang, Z. and Hu, B.
and Gao, P.},
year={2012},
title={Load Love numbers and Green's functions
for elastic Earth models PREM, iasp91, ak135, and modified models with refined crustal structure from Crust 2.0},
Expand All @@ -2883,20 +2884,6 @@ @article{Wang2012
pages={190--199}
}

@article{Jansen2015,
title={Parameterization of eddy fluxes based on a mesoscale energy budget},
volume={92},
ISSN={1463-5003},
url={http://dx.doi.org/10.1016/j.ocemod.2015.05.007},
DOI={10.1016/j.ocemod.2015.05.007},
journal={Ocean Modelling},
publisher={Elsevier BV},
author={Jansen, Malte F. and Adcroft, Alistair J. and Hallberg, Robert and Held, Isaac M.},
year={2015},
month=aug,
pages={28–-41}
}

@inproceedings{Hallberg2003,
title={The ability of large-scale ocean models to accept parameterizations of boundary mixing, and a description of a refined bulk mixed-layer model},
author={Robert Hallberg},
Expand Down
6 changes: 3 additions & 3 deletions src/parameterizations/lateral/MOM_MEKE.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ end subroutine MEKE_end
!! \f$ U_b \f$ is a constant background bottom velocity scale and is
!! typically not used (i.e. set to zero).
!!
!! Following Jansen et al., 2015, the projection of eddy energy on to the bottom
!! Following \cite jansen2015, the projection of eddy energy on to the bottom
!! is given by the ratio of bottom energy to column mean energy:
!! \f[
!! \gamma_b^2 = \frac{E_b}{E} = \gamma_{d0}
Expand Down Expand Up @@ -1924,12 +1924,12 @@ end subroutine MEKE_end
!! \f[ \kappa_M = \gamma_\kappa \sqrt{ \gamma_t^2 U_e^2 A_\Delta } \f]
!!
!! where \f$ A_\Delta \f$ is the area of the grid cell.
!! Following Jansen et al., 2015, we now use
!! Following \cite jansen2015, we now use
!!
!! \f[ \kappa_M = \gamma_\kappa l_M \sqrt{ \gamma_t^2 U_e^2 } \f]
!!
!! where \f$ \gamma_\kappa \in [0,1] \f$ is a non-dimensional factor and,
!! following Jansen et al., 2015, \f$\gamma_t^2\f$ is the ratio of barotropic
!! following \cite jansen2015, \f$\gamma_t^2\f$ is the ratio of barotropic
!! eddy energy to column mean eddy energy given by
!! \f[
!! \gamma_t^2 = \frac{E_t}{E} = \left( 1 + c_{t} \frac{L_d}{L_f} \right)^{-\frac{1}{4}}
Expand Down
4 changes: 2 additions & 2 deletions src/parameterizations/lateral/MOM_hor_visc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3195,9 +3195,9 @@ end subroutine hor_visc_end
!!
!! \section section_horizontal_viscosity Horizontal viscosity in MOM
!!
!! This module contains the subroutine horizontal_viscosity() that calculates the
!! This module contains the subroutine horizontal_viscosity that calculates the
!! effects of horizontal viscosity, including parameterizations of the value of
!! the viscosity itself. horizontal_viscosity() calculates the acceleration due to
!! the viscosity itself. Subroutine horizontal_viscosity calculates the acceleration due to
!! some combination of a biharmonic viscosity and a Laplacian viscosity. Either or
!! both may use a coefficient that depends on the shear and strain of the flow.
!! All metric terms are retained. The Laplacian is calculated as the divergence of
Expand Down
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_load_love_numbers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ module MOM_load_love_numbers
!! Variable Love_Data stores the Love numbers up to degree 1440. From left to right: degree, h, l, and k. Data in this
!! module is imported from SAL calculation in Model for Prediction Across Scales (MPAS)-Ocean developed by Los Alamos
!! National Laboratory and University of Michigan [\cite Barton2022 and \cite Brus2023]. The load Love numbers
!! are from \cite Wang2012, which are in the center of mass of total Earth system reference frame (CM). When used,
!! are from \cite Wang2012-2, which are in the center of mass of total Earth system reference frame (CM). When used,
!! Love numbers with degree<2 should be converted to center of mass solid Earth reference frame (CF)
!! [\cite Blewitt2003], as in subroutine calc_love_scaling in MOM_tidal_forcing module.
!!
Expand Down

0 comments on commit 8ba9332

Please sign in to comment.