CESM3 MOM6 TL319_t232 (new workhorse grid) has missing/fill values in the static file for geolat|lon|u|v written out by CESM.
This pull request:
checks for fillvalue in the grid and uses the fillvalue locations as the mask to pass to quad_utils_mod.
The grid == fillvalues are also set to a dry land lat,lon. This is to stop set_location blowing up with lon = 1e+20.
Note the missing value locations are not the same as the ocean_geometry 'wet' mask.
Forces lon to be [0-360]
https://github.com/NCAR/DART/issues/685
CESM3 MOM6 TL319_t232 (new workhorse grid) has missing/fill values in the static file for geolat|lon|u|v written out by CESM.
This pull request:
checks for fillvalue in the grid and uses the fillvalue locations as the mask to pass to quad_utils_mod. The grid == fillvalues are also set to a dry land lat,lon. This is to stop set_location blowing up with lon = 1e+20. Note the missing value locations are not the same as the ocean_geometry 'wet' mask. Forces lon to be [0-360]
https://github.com/NCAR/DART/pull/727