**************************************************************************** Installing SOLARFLUX -- ftp Login as root or set user to root: login: root or unix% su password: password Set up the installation directory (the examples will show /solarflux to represent the user-defined installation directory): unix# mkdir /solarflux unix# cd /solarflux Use anonymous ftp to get copy the program files: unix# ftp glinda.kbs.ukans.edu or unix# ftp 129.237.122.65 Name: anonymous Password: enter your e-mail address Copy the program files to the installation directory: ftp> cd pub change to public directory ftp> cd solarflux change to the solarflux directory ftp> get README.solarflux Most current README file ftp> get INSTALL.solarflux Most current version of this file ftp> bin set file type to binary ftp> get solarflux.a4.tar.Z ftp> bye end the ftp session Extract the program files: unix# uncompress solarflux.a4.tar.Z unix# tar xvf solarflux.a4.tar One of the first lines of the program solarflux.aml (after the beginning comments) is a variable declaration: &sv sfpath /dorothy/sf_a4. Change the value of the variable to the installation directory: &sv sfpath /solarflux. &sv sfpath/dorothy/sf_a4 ====>> &sv sfpath /solarflux You will probably need to use the vi editor to do this, so here are some useful vi commands: use the arrow keys to move the cursor. type x to delete the character at the current cursor position. type i to enter insert mode. hit ESC to exit insert mode. type :wq to save and exit. type :q! to exit without saving. Copy the edited solarflux.aml to the $ARCHOME/atool/grid directory: unix# cp solarflux.aml $ARCHOME/atool/grid ______________________________________________________ Please send requests, suggestions, and bug reports to: sflux@glinda.kbs.ukans.edu ______________________________________________________