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
How can we compute the domain that is needed for compute_k_field?
a) take the out_domain: probably wrong in some cases (e.g. between k and khalf)
b) take the domain of k_offset (this is the same as a), as the domain of k_offset is taken from out_domain
c) user has to annotate the domain explicitly (either explicit (requires to pass in the domain bounds -> ugly) or relative to a domain or field; both introduce slicing-like syntax and requires clear concept definition)
d) inline everything below for now and find a better way to express the pattern
Note: in icon4py all as_offsets are in the vertical
The text was updated successfully, but these errors were encountered:
lowers to
How can we compute the domain that is needed for
compute_k_field
?a) take the out_domain: probably wrong in some cases (e.g. between k and khalf)
b)
take the domain of(this is the same as a), as the domain ofk_offset
k_offset
is taken fromout_domain
c) user has to annotate the domain explicitly (either explicit (requires to pass in the domain bounds -> ugly) or relative to a domain or field; both introduce slicing-like syntax and requires clear concept definition)
d) inline everything below for now and find a better way to express the pattern
Note: in icon4py all as_offsets are in the vertical
The text was updated successfully, but these errors were encountered: