Get an interpolated value from a netCDF file
function ncEasyGet1D input String fileName; input String varName; input Real x; output Real y; end ncEasyGet1D;