Changeset 1420 in lmdz_wrf for trunk/tools
- Timestamp:
- Jan 20, 2017, 11:52:36 AM (8 years ago)
- Location:
- trunk/tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1418 r1420 6928 6928 veccolor[::yfreq,::xfreq], cmap=plt.get_cmap(vcolor), pivot='middle', \ 6929 6929 clim = vsend) 6930 # FROM: http://stackoverflow.com/questions/25270661/how-to-set-a-color-bar-range-in-matplotlib 6930 6931 cbar = plt.colorbar() 6931 6932 -
trunk/tools/model_graphics.py
r1394 r1420 349 349 expers = config['DYNAMICOexps'].split(':') 350 350 fhs = config['DYNAMICOheaders'].split(':') 351 elif mod == 'mthDYNAMICO': 352 expers = config['mthDYNAMICOexps'].split(':') 353 fhs = config['mthDYNAMICOheaders'].split(':') 351 354 else: 352 355 print errmsg … … 906 909 # At this stage, let's be simple. It might be necessary to complicate it! Since 907 910 # DYNAMICO might have 'time_counter' or 'time_instant' 908 elif minf.name == 'DYNAMICO' :911 elif minf.name == 'DYNAMICO' or minf.name == 'mthDYNAMICO': 909 912 try: 910 913 with gen.Capturing() as output: -
trunk/tools/model_graphics_template.dat
r1395 r1420 84 84 # LMDZ: LMDZ model 85 85 # WRF_LMDZ: LMDZ physics coupled to WRF 86 # DYNAMICO: DYNAMICO 87 # mthDYNAMICO: monthly mean DYNAMICO 86 88 models=WRF:WRF_LMDZ:LMDZ 87 89
Note: See TracChangeset
for help on using the changeset viewer.