Changeset 944 for trunk/UTIL/PYTHON/README.INSTALL
- Timestamp:
- Apr 27, 2013, 3:47:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/README.INSTALL
r723 r944 1 ########################### 2 ############ README.INSTALL 3 ########################### 1 #################################### 2 ## README.INSTALL ## 3 ## if you are outside LMD or IPSL ## 4 ## e.g. on your laptop ## 5 #################################### 4 6 5 This README describes the required steps to install the python distribution and packages necessary to run the graphical routines. 7 This README describes the required steps to install the necessary python distribution and packages. 8 This is only an example. The necessary python libraries (numpy, matplotlib, etc...) can also be installed one by one. 6 9 7 10 ---------------- … … 10 13 11 14 "The Enthought Python Distribution (EPD) provides scientists with a comprehensive set of tools to perform rigorous data analysis and visualization." 12 EPD includes a distribution of Python and a set of libraries for plots and data analysis. It is free for academics , and can be downloaded at:15 EPD includes a distribution of Python and a set of libraries for plots and data analysis. It is free for academics. 13 16 14 http://download.enthought.com/epd-7.1/ 15 16 Different versions are available. 17 e.g. different versions are available. 17 18 64 bit version for linux: epd-7.1-2-rh5-x86_64.sh (recommended) 18 19 32 bit version for linux is also available if the above fails: epd-7.1-2-rh5-x86.sh … … 37 38 Note that a version of python was probably already installed on your machine, in /usr/bin/. Make sure that "which python" gets you the correct path to EPD python after you sourced your .env_pers.ksh. 38 39 39 LMD routines for python plots are on the svn repository in YOUR_SVN_INSTALL/trunk/UTIL/PYTHON/. You must declare the $PYTHONPATH environment variable to point to these routines. For example: 40 export PYTHONPATH=/san0/bwhitelmd/SVN/trunk/UTIL/PYTHON/ 41 42 Finally, you might want to add $PYTHONPATH to your $PATH so that the main scripts can be called from anywhere in command line. 43 44 ------------------------------ 45 Step 4/- Read the README.PP ;) 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 ########################### 40 ################################### 41 ## README.INSTALL ## 42 ## if you are inside LMD or IPSL ## 43 ## e.g. on your laptop ## 44 ################################### 54 45 55 46 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 case58 you would like to try modifications of the code please use the command59 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/UTIL/PYTHON60 and change PYTHONPATH accordingly in the lines given in what follows]61 47 62 48 ------------------------- … … 66 52 A. Spiga installed on his account a version of EPD. 67 53 --> 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 54 70 55 ##################################### … … 76 61 fi 77 62 fi 78 PYTHONPATH=/donnees/aslmd/MODELES/UTIL/PYTHON/79 export PYTHONPATH80 PATH=$PYTHONPATH:$PATH81 63 ##################################### 82 64
Note: See TracChangeset
for help on using the changeset viewer.