Changeset 737 for CMIP6dreqbuild
- Timestamp:
- 18/08/16 01:49:01 (5 years ago)
- Location:
- CMIP6dreqbuild/trunk/src/framework/dreqPy
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/dreqPy/scope.py
r712 r737 25 25 mlg = mlog3() 26 26 else: 27 from utilP2 import mlog28 mlg = mlog()27 from utilP2 import util 28 mlg = util.mlog() 29 29 30 30 class c1(object): … … 978 978 979 979 v0 = self.sc.volByMip( self.adict['m'], pmax=pmax, intersection=self.intersection, adsCount=adsCount, exptid=eid ) 980 #mlg.prnt ( '%7.2fTb' % (v0*2.*1.e-12) )981 980 mlg.prnt ( 'getVolByMip: %s [%s]' % (v0,makeTables.vfmt(v0*2.)) ) 982 981 cc = collections.defaultdict( int )
Note: See TracChangeset
for help on using the changeset viewer.