Changeset 882
- Timestamp:
- 24/11/16 16:09:47 (4 years ago)
- Location:
- CMIP6dreq/tags
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreq/tags/01.beta.41/dreqPy/scope.py
r856 r882 1578 1578 if 'sf' in self.adict: 1579 1579 import volsum 1580 vs = volsum.vsum( self.sc, odsz, npy, makeTables.makeTab, odir=xlsOdir )1580 vs = volsum.vsum( self.sc, odsz, npy, makeTables.makeTab, makeTables.tables, odir=xlsOdir ) 1581 1581 vs.run( self.adict['m'], 'requestVol_%s_%s_%s' % (mlab,tierMax,pmax), pmax=pmax ) 1582 1582 vs.anal(olab=mlab,doUnique=False) … … 1585 1585 mlg.prnt( 'TOTAL volume: %8.2fTb' % ttl ) 1586 1586 return 1587 1588 1587 1589 1588 adsCount = self.adict.get( 'count', False )
Note: See TracChangeset
for help on using the changeset viewer.