Ignore:
Timestamp:
Apr 15, 2013, 4:47:46 PM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON. planetoplot_v2. no squeeze in self.allfield, this is causing problems with differing time axis lengths. this feature will be improved in the future. also forgot to report in previous commit the addition of exapi.py to easily interpolate mesoscale fields using api_wrapper.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/ppclass.py

    r930 r931  
    585585              obj.computations()
    586586              self.allfield[i][j][t][z][y][x] = obj.field
    587         # get rid of useless dimensions in allfield
    588         self.allfield = np.squeeze(self.allfield)
    589587        # change status
    590588        self.status = "retrieved"
Note: See TracChangeset for help on using the changeset viewer.