Skip to content
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

Fix PV registry descriptions (v8.0.1) #1089

Merged
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
12 changes: 6 additions & 6 deletions src/core_atmosphere/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1565,20 +1565,20 @@
<var name="vorticity" type="real" dimensions="nVertLevels nVertices Time" units="s^{-1}"
description="Relative vorticity at vertices"/>

<var name="pv_edge" type="real" dimensions="nVertLevels nEdges Time" units="s^{-1} kg^{-1} m^3"
description="absolute vorticity/rho_zz averaged to the cell edge from the vertices"/>
<var name="pv_edge" type="real" dimensions="nVertLevels nEdges Time" units="s^{-1}"
description="absolute vertical vorticity averaged to the cell edge from the vertices"/>

<var name="rho_edge" type="real" dimensions="nVertLevels nEdges Time" units="kg m^{-3}"
description="rho_zz averaged from cell centers to the cell edge"/>

<var name="ke" type="real" dimensions="nVertLevels nCells Time" units="m^2 s^{-2}"
description="Kinetic energy at a cell center"/>

<var name="pv_vertex" type="real" dimensions="nVertLevels nVertices Time" units="s^{-1} kg^{-1} m^3"
description="absolute vorticity/rho_zz at a vertex"/>
<var name="pv_vertex" type="real" dimensions="nVertLevels nVertices Time" units="s^{-1}"
description="absolute vertical vorticity at a vertex"/>

<var name="pv_cell" type="real" dimensions="nVertLevels nCells Time" units="s^{-1} kg^{-1} m^3"
description="absolute vorticity/rho_zz averaged to the cell center from the vertices"/>
<var name="pv_cell" type="real" dimensions="nVertLevels nCells Time" units="s^{-1}"
description="absolute vertical vorticity averaged to the cell center from the vertices"/>

<!-- reconstructed horizontal velocity vectors at cell centers -->
<var name="uReconstructX" type="real" dimensions="nVertLevels nCells Time" units="m s^{-1}"
Expand Down