Changeset 781
- Timestamp:
- Sep 13, 2012, 9:58:34 AM (12 years ago)
- Location:
- trunk/UTIL/PYTHON
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/README.PP
r723 r781 132 132 pp.py -f /d5/emlmd/TES/TES.MappedClimatology.nadir.MY25.nc,/d5/emlmd/TES/TES.MappedClimatology.nadir.MY26.nc -p npstere -v Tsurf_day --time 110,130 --blat 70 --div 30 -m 190 -M 270 -b vishires --trans 0.7 -c onebar --title "Surface temperature (K)" 133 133 *********************************************************************************** 134 dust from TES 135 pp.py -f TES.MappedClimatology.nadir.MY25.nc -v tau_dust -p cyl -c Oranges -m 0.0 -M 2.0 --div 20 --trans 0.8 -b molabw -S avi -T 134 136 135 137 *********************************************************************************** -
trunk/UTIL/PYTHON/README.SPARSE
r568 r781 62 62 63 63 64 carte opacite poussiere 65 sparse.py -f /planeto/lmlmd/TESdata/TES_MY25_180_210.sav -X lon -Y lat -C coldust -p ortho --blon 90 -m 0. -M 1. -c spectral -w 'areoc>180,areoc<185' -b molabw 66 64 67 ***************************************** 65 68 to do: -
trunk/UTIL/PYTHON/mcd/proto/index.html
r761 r781 7 7 <head> 8 8 <meta charset="utf-8" /> 9 <title>M CD. Simple Python interface</title>9 <title>Mars Climate Database: The Web Interface</title> 10 10 <script language="JavaScript" type="text/JavaScript" src="martian_time.js"></script> 11 11 </head> … … 18 18 19 19 <center> 20 <img src="PIA03610_red.jpg" height=80 width=1200> 20 <b style="font-size: 125%;">Mars Climate Database: The Web Interface</b><br> 21 <img src="PIA03610_red.jpg" height=80 width=1200><br> 21 22 </center> 22 23 … … 317 318 <td align="center"> 318 319 <a href="http://www-mars.lmd.jussieu.fr">Mars Climate Database</a> (c) LMD/OU/IAA/ESA/CNES.<br /> 319 Interface by Aymeric Spiga(LMD).<br />320 Python-based interface by <a href="http://www.lmd.jussieu.fr/~aslmd/">Aymeric Spiga</a> (LMD).<br /> 320 321 </td> 321 322 </tr> -
trunk/UTIL/PYTHON/myplot.py
r771 r781 467 467 subv = 2 468 468 subh = 2 469 #fig.subplots_adjust(wspace = 0.4, hspace = 0.6) 469 470 fig.subplots_adjust(wspace = 0.4, hspace = 0.3) 470 471 rcParams['font.size'] = int( rcParams['font.size'] * 2. / 3. ) … … 1123 1124 "def": "black",\ 1124 1125 "vis": "yellow",\ 1125 "vishires": " yellow",\1126 "vishires": "green",\ 1126 1127 "molabw": "yellow",\ 1127 1128 "mola": "black",\ … … 1211 1212 "Rupes": [[ 72., 90.],[-120.,- 20.]],\ 1212 1213 "Xanadu": [[-40., 20.],[ 40., 120.]],\ 1214 "Hyperboreae": [[ 80., 87.],[- 70.,- 10.]],\ 1213 1215 } 1214 1216 if area not in list: area = "Whole" -
trunk/UTIL/PYTHON/planetoplot.py
r763 r781 14 14 ### A. Colaitis -- LMD -- 05~06/2012 -- Added capabilities for analysis of mesoscale files (wind speed, etc...) 15 15 ### A. Spiga -- LMD -- 04~07/2012 -- Added larger support of files + planets. Corrected a few bugs. Cleaning and improved comments 16 ### A. Colaitis -- LMD -- 08/2012 -- Added functionalities for further analysis: spectra, hodographs, etc... plus improved flexibility (e.g. grid) 16 17 17 18 def planetoplot (namefiles,\ … … 197 198 ############ WE LOAD 4D DIMENSIONS : x, y, z, t ############# 198 199 ############################################################# 200 201 ###should be available for GCM or simple files ? 202 ##if ope in ["cat"] and nnn > 0: count = time[-1] + 1 ## so that a cat is possible with simple subscripts 199 203 200 204 ### TYPE 1 : GCM files or simple files
Note: See TracChangeset
for help on using the changeset viewer.