NOAA-GFDL/NDSL

Move common stencils from pyFV3 to NDSL

Closed this issue · 1 comments

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.

Will be fixed in 21 and 12