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