a) Create an "eta" user account.
Although this step is not necessary, it is generally a good idea
to create a separate user account for the WS Eta if the model is
going to be used by more one person. I suggest that you use the
name "eta" for this account. Creating a separate WS Eta
account and assigning ownership of the model code and executables
to "eta" avoids potential security and use issues. You
DO NOT have to use "eta" for the user name. If you wish
to use an alternate name then simply replace "eta" with
your moniker of choice in these directions.
Use the appropriate sys admin tool to create user "eta"
and be sure to give it a good password. As part of the process of
creating the user, you will be asked to choose an environment. Be
sure to select the C-Shell (/bin/csh) for the WS Eta environment.
The WS Eta package requires a lot of disk space, especially when
you begin running simulations. In order to support this large distribution,
I recommend that you install it on one of your external disk drives
and not in the user “eta” home directory. For example,
you might choose to install the WS Eta software in /usr1. Even though
user "eta" will be doing the installation, we don't want
to install WS Eta in the eta home directory (/home/eta) as there
may not be enough space to install everything on that partition.
Create a directory on one of your external hard drives. You may
call it anything you like; however I suggest calling it "worketa3.1".
For the rest of the installation, I will assume that you've chosen
to install the software in the "/usr1/worketa3.1" directory.
If your distribution is to be installed in another location, simply
replace "/usr1/worketa3.1" with the correct path on your
machine.
Note that if you don't install the WS Eta under the worketa directory
you will have to make a few minor changes to the run-time scripts.
Save yourself the trouble and just name the directory "worketa",
or contact me for help.
You may need to be root to create the /usr1/worketa3.1 directory.
Here's how:
# su
# mv worketa worketa3.1 (If you have an existing WS Eta version)
# mkdir /usr1/worketa3.1
# chown eta:users /usr1/worketa3.1
# ln -s /usr1/worketa3.1 /usr1/worketa
# exit
Now create a symbolic link from the eta home directory, /home/eta,
to the location of the /usr1/worketa directory. This will allow
you to login as user "eta" and then easily change directories
to the location where the model is run.
# cd ~eta (cd /home/eta)
# ln -s /usr1/worketa worketa
You will now see a file called "worketa" in the /home/eta
directory.
You are now ready to install the WS Eta distribution!