Changeset 803 for CMIP6dreqbuild
- Timestamp:
- 04/11/16 11:07:58 (4 years ago)
- Location:
- CMIP6dreqbuild/trunk/src/framework
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/dreqPy/makeTables.py
r781 r803 600 600 self.doTxt = txt 601 601 self.txtOpts = txtOpts 602 self.odir = 'vs-xls'603 602 604 603 def accReset(self): -
CMIP6dreqbuild/trunk/src/framework/dreqPy/scope.py
r791 r803 464 464 thisny = this[-2] 465 465 thisne = this[-1] 466 cc[ (rl.refid,e,grd) ].add( filter1( thisns*thisny*thisne, i.nymax) ) 466 ##cc[ (rl.refid,e,grd) ].add( filter1( thisns*thisny*thisne, i.nymax) ) 467 cc[ (rl.refid,e,grd) ].add( thisns*thisny*thisne ) 467 468 ee = collections.defaultdict( dict ) 468 469
Note: See TracChangeset
for help on using the changeset viewer.