LarissaReames-NOAA / MPASSIT

Fortran program to interpolate MPAS data to structured grids
GNU General Public License v3.0
7 stars 13 forks source link

Add user-defined fill value for out-of-data mapping #26

Closed LarissaReames-NOAA closed 1 week ago

LarissaReames-NOAA commented 1 month ago

Currently, if the target grid has any areas that lie outside of the input data, this area is filled with 0s. This behavior is undesirable for verification purposes and should be modified such that the user can provide any number or 'nan' as the fill value.

LarissaReames-NOAA commented 1 week ago

Closed as addressed with #29