Changeset 195 in lmdz_wrf for trunk/tools/drawing.py


Ignore:
Timestamp:
Dec 1, 2014, 4:31:54 PM (10 years ago)
Author:
lfita
Message:

Adding 'draw_lines_time' to the not checking file list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing.py

    r194 r195  
    2020## g.e. # drawing.py -o draw_timeSeries -f wrfout_d01_1979-12-01_00:00:00_bottom_top_B6-E6-I1_south_north_B3-E3-I1_west_east_B26-E26-I1.nc -S 'dt_con:time|($[DD]^{[HH]}$):exct,12,h:$%d^{%H}$:time|evolution|at|-1|6|3|26:1:pdf' -v 'LDQCON,time'
    2121## g.e. # drawing.py -f wrfout_d01_1979-12-01_00:00:00 -o draw_Neighbourghood_evol -S 'q:Time|-1|Times,bottom_top|6|ZNU,south_north|3|XLAT,west_east|26|XLONG:south_north,west_east:5:auto:time|($[DD]^{[HH]}$),time|($[DD]^{[HH]}$):exct,2,h|exct,1,d:$%d^{%H}$,$%d^{%H}$:5|pts|neighbourghood|temporal|evolution:0.0,0.004:BuPu:pdf:True' -v QVAPOR
     22## g.e. # drawing.py -o draw_lines_time -f wrfout_d01_1980-03-01_00:00:00_Time_B0-E48-I1_south_north_B15-E15-I1_west_east_B15-E15-I1.nc -S 'time;y;time ([DD]${[HH]}$);file1;tas;evolution;time|hours!since!1949-12-01_00:00:00|exct,12,h|%d$^{%H}$;pdf' -v T2
    2223
    2324main = 'drawing.py'
     
    23672368# Not checking file operation
    23682369Notcheckingfile = ['draw_2D_shad_cont', 'draw_2D_shad_cont_time',                    \
    2369   'draw_2D_shad_line', 'draw_2D_shad_line_time', 'draw_lines',                       \
     2370  'draw_2D_shad_line', 'draw_2D_shad_line_time', 'draw_lines', 'draw_lines_time',    \
    23702371  'draw_topo_geogrid_boxes', 'draw_trajectories', 'draw_vals_trajectories',          \
    23712372  'variable_values']
Note: See TracChangeset for help on using the changeset viewer.