Changeset 781


Ignore:
Timestamp:
Sep 13, 2012, 9:58:34 AM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON. added a gfortran script to compile mcd fortran stuff in python. added comments here and there.

Location:
trunk/UTIL/PYTHON
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/README.PP

    r723 r781  
    132132pp.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)"
    133133***********************************************************************************
     134dust from TES
     135pp.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
    134136
    135137***********************************************************************************
  • trunk/UTIL/PYTHON/README.SPARSE

    r568 r781  
    6262
    6363
     64carte opacite poussiere
     65sparse.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
    6467*****************************************
    6568to do:
  • trunk/UTIL/PYTHON/mcd/proto/index.html

    r761 r781  
    77<head>
    88<meta charset="utf-8" />
    9 <title>MCD. Simple Python interface</title>
     9<title>Mars Climate Database: The Web Interface</title>
    1010<script language="JavaScript" type="text/JavaScript" src="martian_time.js"></script>
    1111</head>
     
    1818
    1919<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>
    2122</center>
    2223
     
    317318<td align="center">
    318319<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 />
     320Python-based interface by <a href="http://www.lmd.jussieu.fr/~aslmd/">Aymeric Spiga</a> (LMD).<br />
    320321</td>
    321322</tr>
  • trunk/UTIL/PYTHON/myplot.py

    r771 r781  
    467467        subv = 2
    468468        subh = 2
     469        #fig.subplots_adjust(wspace = 0.4, hspace = 0.6)
    469470        fig.subplots_adjust(wspace = 0.4, hspace = 0.3)
    470471        rcParams['font.size'] = int( rcParams['font.size'] * 2. / 3. )
     
    11231124                "def":          "black",\
    11241125                "vis":          "yellow",\
    1125                 "vishires":     "yellow",\
     1126                "vishires":     "green",\
    11261127                "molabw":       "yellow",\
    11271128                "mola":         "black",\
     
    12111212        "Rupes":                 [[ 72., 90.],[-120.,- 20.]],\
    12121213        "Xanadu":                [[-40., 20.],[  40., 120.]],\
     1214        "Hyperboreae":           [[ 80., 87.],[- 70.,- 10.]],\
    12131215              }
    12141216    if area not in list:   area = "Whole"
  • trunk/UTIL/PYTHON/planetoplot.py

    r763 r781  
    1414### A. Colaitis  -- LMD -- 05~06/2012 -- Added capabilities for analysis of mesoscale files (wind speed, etc...)
    1515### 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)
    1617
    1718def planetoplot (namefiles,\
     
    197198############ WE LOAD 4D DIMENSIONS : x, y, z, t #############
    198199#############################################################
     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
    199203
    200204    ### TYPE 1 : GCM files or simple files
Note: See TracChangeset for help on using the changeset viewer.