Ignore:
Timestamp:
Nov 9, 2011, 3:28:13 PM (13 years ago)
Author:
acolaitis
Message:

M 362 planetoplot.py
M 362 meso.py
M 362 gcm.py
----------------- Added --inverty option to force pyplot to inverse the y axis of a contourplot. Usefull when plotting data along pressure vertical axis.

M 362 zrecast_wrapper.py
----------------- Some modif for the pressure interpolation. A following commit will make it cleaner so that interpolation details can be passed to zrecast from gcm.py

M 362 myplot.py
----------------- Minor modifs, added some variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/myplot.py

    r359 r363  
    558558    fmtvar    =     { \
    559559             "tk":           "%.0f",\
     560             "T_NADIR_DAY":  "%.0f",\
     561             "T_nadir_nit":  "%.0f",\
     562             "T_nadir_day":  "%.0f",\
    560563             "tpot":         "%.0f",\
    561564             "TSURF":        "%.0f",\
     
    599602             "QH2O":         "PuBu",\
    600603             "USTM":         "YlOrRd",\
     604             #"T_nadir_nit":  "RdBu_r",\
     605             #"T_nadir_day":  "RdBu_r",\
    601606             "HFX":          "RdYlBu",\
    602607             "ICETOT":       "YlGnBu_r",\
Note: See TracChangeset for help on using the changeset viewer.