Changeset 723 for trunk/UTIL/PYTHON/README.INSTALL
- Timestamp:
- Jul 16, 2012, 5:49:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/README.INSTALL
r446 r723 1 ########################### 1 2 ############ README.INSTALL 3 ########################### 4 2 5 This README describes the required steps to install the python distribution and packages necessary to run the graphical routines. 3 6 … … 42 45 Step 4/- Read the README.PP ;) 43 46 ------------------------------ 47 48 NB: To use the movie capability, you will have to install mencoder. 49 NB: To use advance interpolation methods for GCM and mesoscale files, you will have to compile fortran routines with f2py (or compile those independently). 50 51 ########################### 52 ############ README.INSTALL.LMD 53 ########################### 54 55 If you work on LMD or IPSL computers, you don't necessarily need to install EPD. 56 57 [NB: You don't necessarily need to download pp.py sources either but in case 58 you would like to try modifications of the code please use the command 59 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/UTIL/PYTHON 60 and change PYTHONPATH accordingly in the lines given in what follows] 61 62 ------------------------- 63 account on lmd.jussieu.fr 64 ------------------------- 65 66 A. Spiga installed on his account a version of EPD. 67 --> Add the following lines to your env_pers.ksh, then source the file. You're OK! 68 --> (ask for an installation of mencoder if you'd like to use movie capabilities) 69 70 ##################################### 71 if [ `uname` = 'Linux' ] ;then 72 if [ `uname -m` = 'x86_64' ] ;then 73 PATH="/donnees/aslmd/PY/epd-7.0-2-rh3-x86_64/bin/:$PATH" 74 else 75 PATH="/donnees/aslmd/PY/epd-7.0-2-rh5-x86/bin/:$PATH" 76 fi 77 fi 78 PYTHONPATH=/donnees/aslmd/MODELES/UTIL/PYTHON/ 79 export PYTHONPATH 80 PATH=$PYTHONPATH:$PATH 81 ##################################### 82 83 --------------------------------- 84 account on ciclad.ipsl.jussieu.fr 85 --------------------------------- 86 87 P. Weill installed on the system a version of EPD (and mencoder for movie capabilities) 88 --> Just add the following lines to your .bashrc, then source the file. You're OK! 89 90 ###################################### 91 PATH="/opt/epd-7.1-1/bin/:$PATH" 92 PYTHONPATH=/home/spiga/MODELES/UTIL/PYTHON/ 93 export PYTHONPATH 94 PATH=$PYTHONPATH:$PATH 95 ###################################### 96 97 ----------------------------------------------------------- 98 ----------------------------------------------------------- 99 ----------------------------------------------------------- 100 ----------------------------------------------------------- 101 Authors : A. Colaitis and A. Spiga 102
Note: See TracChangeset
for help on using the changeset viewer.