UMD-AOSC / UMD-SST

Testbed sea surface analysis system
Apache License 2.0
1 stars 2 forks source link

feature/addQC finished #62

Closed loganchen39 closed 3 years ago

loganchen39 commented 3 years ago

@travissluka Merged your commits and passed all tests.

  1. It initially failed to interpolate Geometry's gmask as sea_area_fraction to observation locations because of data type (int to double not workable), I created a new Geometry field "ggmask" of double type to interpolate as a temporary solution. May improve it later.
  2. I made several tests for this passing vector of pointers (to Field) from C to Fortran. Hopefully it'll work ok.

Close #54 .