The /OUTTYPE option is available for any netCDF write, regardless of the source of the data.
To apply that setting to all files written in the session. (Often people use SET LIST/OUTTYPE=float or even /OUTTYPE=int, to save disk space when their data does not need double precision output.) The default type for writing netCDF files is the input data type; does your data have more than 6-7 digits? Are the data correct within Ferret when it reads from your binary file?