NOAA-PMEL / Ferret

The Ferret program from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
55 stars 20 forks source link

Link functions used in SOCAT gridding into ferret exec #1817

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Reported by @AnsleyManke on 22 Jun 2017 23:07 UTC The process of writing the gridded SOCAT datasets uses several specialized functions that do the tracks-to-grid computations, as well as binning, with additional min, max, standard deviations related to the gridding operations.

Thus far these have existed as purely external functions. To increase robustness of this process, link them statically into the Ferret executable.

Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/2545

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 22 Jun 2017 23:41 UTC This is done, added these functions