Skip to content

Update descriptions of fzp and fzm, units of Coriolis parameter, tend_ru_physics, height vars in Registry files #1093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/core_atmosphere/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1303,10 +1303,10 @@
<var name="kiteAreasOnVertex" type="real" dimensions="vertexDegree nVertices" units="m^2"
description="Intersection areas between primal (Voronoi) and dual (triangular) mesh cells"/>

<var name="fEdge" type="real" dimensions="nEdges" units="unitless"
<var name="fEdge" type="real" dimensions="nEdges" units="s^{-1}"
description="Coriolis parameter at an edge"/>

<var name="fVertex" type="real" dimensions="nVertices" units="unitless"
<var name="fVertex" type="real" dimensions="nVertices" units="s^{-1}"
description="Coriolis parameter at a vertex"/>

<var name="meshDensity" type="real" dimensions="nCells" units="unitless"
Expand Down Expand Up @@ -1350,20 +1350,20 @@
<var name="zgrid" type="real" dimensions="nVertLevelsP1 nCells" units="m MSL"
description="Geometric height of layer interfaces"/>

<var name="rdzw" type="real" dimensions="nVertLevels" units="unitless"
<var name="rdzw" type="real" dimensions="nVertLevels" units="m^{-1}"
description="Reciprocal dzw"/>

<var name="dzu" type="real" dimensions="nVertLevels" units="unitless"
<var name="dzu" type="real" dimensions="nVertLevels" units="m"
description="d(zeta) at w levels"/>

<var name="rdzu" type="real" dimensions="nVertLevels" units="unitless"
<var name="rdzu" type="real" dimensions="nVertLevels" units="m^{-1}"
description="Reciprocal dzu"/>

<var name="fzm" type="real" dimensions="nVertLevels" units="unitless"
description="Weight for linear interpolation to w(k) point for u(k) level variable"/>
description="Weight for interpolation to w(k) point for u(k) level variable"/>

<var name="fzp" type="real" dimensions="nVertLevels" units="unitless"
description="Weight for linear interpolation to w(k) point for u(k-1) level variable"/>
description="Weight for interpolation to w(k) point for u(k-1) level variable"/>

<var name="zxu" type="real" dimensions="nVertLevels nEdges" units="unitless"
description="dz/dx on horizontal coordinate surfaces at u levels"/>
Expand Down Expand Up @@ -2950,7 +2950,7 @@

<var_struct name="tend_physics" time_levs="1">

<var name="tend_ru_physics" type="real" dimensions="nVertLevels nEdges Time" units="kg m^{-2} s^{-1}"
<var name="tend_ru_physics" type="real" dimensions="nVertLevels nEdges Time" units="kg m^{-2} s^{-2}"
description="Total horizontal momentum tendency from physics"
persistence="scratch" />

Expand Down
14 changes: 7 additions & 7 deletions src/core_init_atmosphere/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,10 @@
<var name="kiteAreasOnVertex" type="real" dimensions="vertexDegree nVertices" units="m^2"
description="Intersection areas between primal (Voronoi) and dual (triangular) mesh cells"/>

<var name="fEdge" type="real" dimensions="nEdges" units="unitless"
<var name="fEdge" type="real" dimensions="nEdges" units="s^{-1}"
description="Coriolis parameter at an edge"/>

<var name="fVertex" type="real" dimensions="nVertices" units="unitless"
<var name="fVertex" type="real" dimensions="nVertices" units="s^{-1}"
description="Coriolis parameter at a vertex"/>

<var name="meshDensity" type="real" dimensions="nCells" units="unitless"
Expand Down Expand Up @@ -842,24 +842,24 @@
description="Geometric height of layer interfaces"
packages="vertical_stage_out;met_stage_out"/>

<var name="rdzw" type="real" dimensions="nVertLevels" units="unitless"
<var name="rdzw" type="real" dimensions="nVertLevels" units="m^{-1}"
description="Reciprocal dzw"
packages="vertical_stage_out;met_stage_out"/>

<var name="dzu" type="real" dimensions="nVertLevels" units="unitless"
<var name="dzu" type="real" dimensions="nVertLevels" units="m"
description="d(zeta) at w levels"
packages="vertical_stage_out;met_stage_out"/>

<var name="rdzu" type="real" dimensions="nVertLevels" units="unitless"
<var name="rdzu" type="real" dimensions="nVertLevels" units="m^{-1}"
description="Reciprocal dzu"
packages="vertical_stage_out;met_stage_out"/>

<var name="fzm" type="real" dimensions="nVertLevels" units="unitless"
description="Weight for linear interpolation to w(k) point for u(k) level variable"
description="Weight for interpolation to w(k) point for u(k) level variable"
packages="vertical_stage_out;met_stage_out"/>

<var name="fzp" type="real" dimensions="nVertLevels" units="unitless"
description="Weight for linear interpolation to w(k) point for u(k-1) level variable"
description="Weight for interpolation to w(k) point for u(k-1) level variable"
packages="vertical_stage_out;met_stage_out"/>

<var name="zxu" type="real" dimensions="nVertLevels nEdges" units="unitless"
Expand Down