Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Jan 9, 2025
1 parent d72c1dd commit f4e879a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ class DiffusionMetricState:
] # weighting factor for interpolation from full to half levels (nproma,nlevp1,nblks_c)
mask_hdiff: fa.CellKField[bool]
zd_vertoffset: gtx.Field[gtx.Dims[dims.CECDim, dims.KDim], gtx.int32]
zd_diffcoef: fa.CellKField[float]




zd_diffcoef: fa.EdgeField[float]
zd_intcoef: gtx.Field[gtx.Dims[dims.CECDim, dims.KDim], float]


Expand Down

0 comments on commit f4e879a

Please sign in to comment.