This directory contains codes that implement the netcdf interface for STILT. The tar ball (NWP-RunStiltv1_5.tar.gz) contains all the s/w needed to run STILT, and the install script (pleiades-install.csh) will install this in the user's home directory on Pleiades. (Note: the install script is not tested, so it may need some tweaking.) The ncdf interface has been added as an option (off by default). Files affected are in the p1564/bin and p1229/stiltR subdirectories. The ncdf option is activated (this means that .nc files are written instead of R objects) by changing the settings for logical control variables as follows: in p1564/bin: setStiltparam.r: change write.nc to TRUE stilt.r (this file needs to copied to p1229/stiltR): change read.r/write.r to FALSE, read.nc/write.nc to TRUE (in call to Trajeccheck) boundary.r, convolve.r: change l.read.r/l.write.r to FALSE, l.read.nc/l.write.nc to TRUE