Testing new versions of NCL on NCAR supercomputers

bash/sh/ksh users: add these two lines to your .profile (or equivalent file):
     alias testncl='. /contrib/bin/testncl.sh'
     alias origncl='. /contrib/bin/origncl.sh'
csh/tcsh users: add these 2 lines to your .cshrc (or equivalent file):
     alias testncl 'source /contrib/bin/testncl.csh'
     alias origncl 'source /contrib/bin/origncl.csh'
Logout and log back in to activate these aliases.

Now you can type:

    testncl
and
    origncl
to toggle between the two versions. Please send email to Mary Haley if you have any problems.