You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal is to replace all instances of vertical contraction1 (e.g., liqwaterpath, AODvis in diagnostics) with the vert_contraction<T>(reduced, original, weight) field utility. Before replacement, address issue with packs.
Footnotes
broadly defined, vertical contraction is any reduction across the vertical dimension (LEV/ILEV), e.g., a quantity summed/averaged over its vertical dimension. ↩
The text was updated successfully, but these errors were encountered:
For clarity: diagnostics do not have to use packs. ISince their input fields are already allocated by the time they are created, they cannot request a pack size for the inputs. As such, I am fine with diagnostics being implemented only for Real scalar type.
So if by "issue with pack" you mean "make sure vert_contraction works with packs before using it in other diags", I think you can just move forward without waiting for such fix.
Goal is to replace all instances of vertical contraction1 (e.g., liqwaterpath, AODvis in diagnostics) with the
vert_contraction<T>(reduced, original, weight)
field utility. Before replacement, address issue with packs.Footnotes
broadly defined, vertical contraction is any reduction across the vertical dimension (LEV/ILEV), e.g., a quantity summed/averaged over its vertical dimension. ↩
The text was updated successfully, but these errors were encountered: