Get an attribute from a netCDF file as Integer
function ncEasyGetAttributeLong input String fileName; input String varName; input String attName; output Integer a; end ncEasyGetAttributeLong;