Ignore:
Timestamp:
Dec 9, 2011, 4:22:21 PM (13 years ago)
Author:
acolaitis
Message:

Changed name of the gcm utilities wrapper to gcm_transformations.py. Added hrecast to it, though there are no options yet in pp.py. hrecast will be used in mcs.py and in a future tes.py. It can be implemented in pp.py easily. Added --latreverse option to mcs.py to output files with a south_north latitude axis, as in the data.

File:
1 edited

Legend:

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

    r462 r464  
    163163               vertdim='BOTTOM-TOP_PATCH_END_UNSTAG'
    164164               dumped_vert_stag=True
     165          else: dumped_vert_stag=False
    165166          if varname in ['V']:  latdim='SOUTH-NORTH_PATCH_END_STAG'
    166167          else:                 latdim='SOUTH-NORTH_PATCH_END_UNSTAG'
     
    246247             numplot = numplot + 1 ; all_time[k] = all_time[k-1] ; all_namefile[k] = all_namefile[k-1]
    247248             all_varname[k] = all_varname[k-2] + insert + all_varname[k-1]
    248 
    249249    ##################################
    250250    ### Open a figure and set subplots
     
    354354                            x, y = m(lon2d, lat2d)                                         ## this is dirty, defined above but out of imov loop
    355355                    if typefile in ['mesoapi','meso'] and mapmode == 1:   what_I_plot_frame = dumpbdy(what_I_plot_frame,6,condition=True)
    356                     if typefile in ['mesoideal']:    what_I_plot_frame = dumpbdy(what_I_plot_frame,0,stag='W',condition=dumped_vert_stag)
     356#                   if typefile in ['mesoideal']:    what_I_plot_frame = dumpbdy(what_I_plot_frame,0,stag='W',condition=dumped_vert_stag)
    357357
    358358                    if imov >= 0:
Note: See TracChangeset for help on using the changeset viewer.