TRANSP related libraries, like uflib, ureadsub, pspline etc., utilities, like RPLOT, UGRAF* and scripts, like tek6up.pro are available via "module load ntcc".
You can use $NTCC_ROOT/etc/.bash_profile_sample or $NTCC_ROOT/etc/.login_sample as a Template.
(NTCC_ROOT is defined in module ntcc)
tcsh users:
The .cshrc file is executed every time a new C shell is started. The .login is executed after the .cshrc file only when you initially log in. Generally, environment variables should be set in the .login file, and alias and set commands should be in the .cshrc file.
bash users:
.bash_profile is executed for login shells, while .bashrc is executed for interactive non-login shells.