Changeset 295 for trunk/MESOSCALE/LMD_MM_MARS/SRC
- Timestamp:
- Sep 16, 2011, 7:43:07 PM (13 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py
r287 r295 476 476 "tk": "%.0f",\ 477 477 "tpot": "%.0f",\ 478 "TSURF": "%.0f",\ 478 479 "def": "%.1e",\ 479 480 "PTOT": "%.0f",\ … … 489 490 "WMAX_TH": "%.1f",\ 490 491 "QSURFICE": "%.0f",\ 492 "ALBBARE": "%.2f",\ 491 493 } 492 494 if whichvar not in fmtvar: … … 501 503 "HGT": "spectral",\ 502 504 "tk": "gist_heat",\ 505 "TSURF": "RdBu_r",\ 503 506 "QH2O": "PuBu",\ 504 507 "USTM": "YlOrRd",\ … … 512 515 "anomaly": "RdBu_r",\ 513 516 "QSURFICE": "hot_r",\ 517 "ALBBARE": "spectral",\ 514 518 } 515 519 #W --> spectral ou jet -
trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/winds.py
r287 r295 209 209 pad_inches_value = 0.35 210 210 if save == 'png': 211 makeplotres(zeplot,res=100.,pad_inches_value=pad_inches_value) #,erase=True) ## a miniature211 if display: makeplotres(zeplot,res=100.,pad_inches_value=pad_inches_value) #,erase=True) ## a miniature 212 212 makeplotres(zeplot,res=200.,pad_inches_value=pad_inches_value,disp=False) 213 213 elif save in ['eps','svg','pdf']:
Note: See TracChangeset
for help on using the changeset viewer.