Obtaining and Installing the MIKE Code
Current version v1_2 August 30, 2004
I. Obtaining the Code
The best way to grab the code is with CVS.
Assuming you have 'cvs' installed on your local system (you should),
then you need to execute these few lines:
- setenv CVS_RSH ssh
- cd ~/idl [or whatever directory you use to keep IDL code]
- cvs -d :pserver:anonymous@horton.mit.edu:/CVS login
- Give a null password [press return]
- cvs -d :pserver:anonymous@horton.mit.edu:/CVS co MIKE
IF you insist on grabbing a tar file than here you
go.
You may also want the version of XIDL matched to v1_0 of MIKE:
XIDL.
II. Installing the MIKE software
Just make sure your IDL path includes the MIKE directory. That is all.
Something like this will work fine:
- setenv IDL_PATH +$IDL_DIR\/lib:+$IDL_DIR\/examples:+/home/username/idl:+pro/
e-mail: mike@horton.mit.edu
last modified 08/18/04