Obtaining and Installing the MIKE Code
Current version v1_4 May 18, 2005
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. And also
make sure to set MIKE_DIR and the other environmental variables.
Something like this will work fine:
- setenv IDL_PATH +$IDL_DIR\/lib:+$IDL_DIR\/examples:+/home/username/idl:+pro/
- setenv MIKE_DIR ~/idl/MIKE/
e-mail: mike@horton.mit.edu
last modified 03/31/05