NOAA-GFDL / NDSL

NOAA NASA Domain Specific Language middleware layer
6 stars 8 forks source link

Move common stencils from pyFV3 to NDSL #18

Closed oelbert closed 5 months ago

oelbert commented 6 months ago

Basic stencil operations like copy, set values, multiply, divide, sign, and dim currently live in pyFV3/stencils/basic_operations.py, but ndsl/stencils is a more natural place for these utility stencils. This also simplifies the dependencies of the model components significantly.

fmalatino commented 6 months ago

Will be fixed in 21 and 12