NOAA-GFDL / PyFV3

Python version of FV3 dynamical core
GNU General Public License v3.0
3 stars 10 forks source link

Unify d2_higherorder stencil #10

Open oelbert opened 7 months ago

oelbert commented 7 months ago

The d2_higherorder stencil in deln_flux currently has a GEOS and a GFS version, but the only difference is that the order of operations between addition and subtraction is specified in the GEOS version. If possible it would be nice to combine those into one, assuming the order of operations changes aren't breaking.