NOAA-GFDL / pace

Re-write of FV3GFS weather/climate model in Python
Apache License 2.0
12 stars 11 forks source link

Probable NaN in geometry calculation on c12 #18

Open FlorianDeconinck opened 1 year ago

FlorianDeconinck commented 1 year ago

Following this hint:

/home/runner/work/pace/pace/util/pace/util/grid/geometry.py:516: RuntimeWarning: invalid value encountered in divide
    del6_v = sina_u * dy / dxc

The /0 seems to be located in the halos, meaning a zero-diff on the actual numerics.