Changeset 2103 in lmdz_wrf for trunk


Ignore:
Timestamp:
Aug 26, 2018, 1:59:16 AM (6 years ago)
Author:
lfita
Message:

Adding `draw_2Dshad_map'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing.py

    r2102 r2103  
    127127fillValue=1.e20
    128128
    129 namegraphics = ['create_movie', 'draw_2D_shad', 'draw_2D_shad_time',                 \
     129namegraphics = ['create_movie', 'draw_2D_shad', 'draw_2Dshad_map',                   \
     130  'draw_2D_shad_time',                                                               \
    130131  'draw_2D_shad_cont', 'draw_2D_shad_contdisc', 'draw_2D_shad_contdisc_time',        \
    131132  'draw_2D_shad_2cont', 'draw_2D_shad_cont_time',                                    \
     
    1092810929    elif oper == 'draw_2D_shad':
    1092910930        draw_2D_shad(opts.ncfile, opts.values, opts.varname)
     10931    elif oper == 'draw_2Dshad_map':
     10932        draw_2Dshad_map(opts.ncfile, opts.values, opts.varname)
    1093010933    elif oper == 'draw_2D_shad_time':
    1093110934        draw_2D_shad_time(opts.ncfile, opts.values, opts.varname)
Note: See TracChangeset for help on using the changeset viewer.