NCAR / DART

Data Assimilation Research Testbed
https://dart.ucar.edu/
Apache License 2.0
196 stars 145 forks source link

Masking MOM6 for interpolation #738

Closed hkershaw-brown closed 1 month ago

hkershaw-brown commented 1 month ago

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

hkershaw-brown commented 1 month ago

ignore this, it was auto created from a CROCODILE project. Duplicate of #685