Skip to content

Commit

Permalink
Update fzp and fzm Registry descriptions
Browse files Browse the repository at this point in the history
I've removed "linear" from the descriptions for fzp and fzm to be consistent with new option to either interpolate linearly or via a layer integration
  • Loading branch information
theweathermanda committed Jun 28, 2023
1 parent 88d77d8 commit d9a07bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core_atmosphere/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1360,10 +1360,10 @@
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

0 comments on commit d9a07bd

Please sign in to comment.