CIDL on Solar

This is a description of the CDS cidl environment. A list of environment variables (obtained using the IDL "pr_logenv" routine) is here.


The $HOME/.cshrc login configuration file

Sets up the following;

  1. setenv CDS_SITE_LOGIN /home/master/site/site.login - CDS IDL setup
  2. setenv CDS_MASTER_SITE_LOGIN /home/master/site/master_site.login - Define Master site login script
  3. source /cs/master.login - runs script
  4. setenv SSW /solsoft/solarsoft - sets SSW environment variable
  5. alias cidl /home/master/scripts/cidl - sets cidl alias


cidl script

The command cidl is actually an alias to the script;
/home/master/scripts/cidl

It is set in the .cshrc file.


CDS Site Login (/home/master/site/site.login)

What calls this script?

Calls by

This script is the RAL site-specific login script. This script is run from the general CDS login script, usually found in /cs/cds.login Certain environment variables are forced to vary from site to site, either because they refer to specific resources such as printers, or because they point to very large data directories. A site-specific script such as this one can be used to define these variables. In order for this script to be run, the environment variable CDS_SITE_LOGIN must point to it.


This page is maintained by J. Rainnie. Last modified on 9-Aug-2010.