Changeset 464 for trunk/UTIL/PYTHON/planetoplot.py
- Timestamp:
- Dec 9, 2011, 4:22:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot.py
r462 r464 163 163 vertdim='BOTTOM-TOP_PATCH_END_UNSTAG' 164 164 dumped_vert_stag=True 165 else: dumped_vert_stag=False 165 166 if varname in ['V']: latdim='SOUTH-NORTH_PATCH_END_STAG' 166 167 else: latdim='SOUTH-NORTH_PATCH_END_UNSTAG' … … 246 247 numplot = numplot + 1 ; all_time[k] = all_time[k-1] ; all_namefile[k] = all_namefile[k-1] 247 248 all_varname[k] = all_varname[k-2] + insert + all_varname[k-1] 248 249 249 ################################## 250 250 ### Open a figure and set subplots … … 354 354 x, y = m(lon2d, lat2d) ## this is dirty, defined above but out of imov loop 355 355 if typefile in ['mesoapi','meso'] and mapmode == 1: what_I_plot_frame = dumpbdy(what_I_plot_frame,6,condition=True) 356 356 # if typefile in ['mesoideal']: what_I_plot_frame = dumpbdy(what_I_plot_frame,0,stag='W',condition=dumped_vert_stag) 357 357 358 358 if imov >= 0:
Note: See TracChangeset
for help on using the changeset viewer.