From e2ba718c13b1580eb04f372bbe8852bbe43e7aa6 Mon Sep 17 00:00:00 2001 From: Carolyn Begeman Date: Wed, 25 Jun 2025 15:59:03 -0500 Subject: [PATCH 1/2] Clarify registry descriptions for avgSurface* variables: ... Surface values sent to the coupler are not actually extrapolated from zMid to zTop as described --- components/mpas-ocean/src/Registry.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/mpas-ocean/src/Registry.xml b/components/mpas-ocean/src/Registry.xml index 31c2e8978b1d..a9900cf8467f 100644 --- a/components/mpas-ocean/src/Registry.xml +++ b/components/mpas-ocean/src/Registry.xml @@ -3958,18 +3958,18 @@ /> From be96654a9d75d735d61e387e2391f663c6834c79 Mon Sep 17 00:00:00 2001 From: Carolyn Begeman Date: Mon, 30 Jun 2025 11:10:47 -0500 Subject: [PATCH 2/2] update inline comment about surface tracer values --- components/mpas-ocean/src/shared/mpas_ocn_diagnostics.F | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/mpas-ocean/src/shared/mpas_ocn_diagnostics.F b/components/mpas-ocean/src/shared/mpas_ocn_diagnostics.F index 691bfe70b589..e9c0c1e44fde 100644 --- a/components/mpas-ocean/src/shared/mpas_ocn_diagnostics.F +++ b/components/mpas-ocean/src/shared/mpas_ocn_diagnostics.F @@ -399,9 +399,9 @@ subroutine ocn_diagnostic_solve(dt, statePool, forcingPool, meshPool, verticalMe ! ! extrapolate tracer values to ocean surface - ! this eventually be a modelled process - ! at present, just copy k=1 tracer values onto surface values - ! field will be updated below is better approximations are available + ! this eventually could be a modelled process + ! at present, just copy minLevelCell tracer values onto surface values + ! field will be updated below as better approximations are available !TDR need to consider how to handle tracersSurfaceValues #ifdef MPAS_OPENACC