Skip to content

Commit 3661fe0

Browse files
committed
add a note about using external functions to add fcns
1 parent e5941f5 commit 3661fe0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

development_hints/AA_adding_functions

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
6/29/2020
2+
The primary way to add new functions to Ferret is by means of an
3+
internally-linked external function. Though less flexible than
4+
native functions - the user needs to specificially subset the data
5+
they're sending into the function -- the writing of them is simpler.
6+
How to write External functions is documented in the Documentation at
7+
https://ferret.pmel.noaa.gov/Ferret/documentation/external-functions
8+
9+
110
8/5/92 *sh*
211
This is a summary of the routines that need to be changed to add a new
312
function (like RHO_IES) to FERRET

0 commit comments

Comments
 (0)