Changeset 790
- Timestamp:
- 26/10/16 11:57:18 (4 years ago)
- Location:
- CMIP6dreqbuild/trunk/src/framework/dreqPy
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/dreqPy/misc_utils.py
r712 r790 300 300 self.mipsp = ['DECK','CMIP6',] + self.mips[:-4] 301 301 302 self.tabs = makeTables.tables( sc, self.mips,xls=xls, txt=txt, txtOpts=txtOpts, odir=odir )302 self.tabs = makeTables.tables( sc, xls=xls, txt=txt, txtOpts=txtOpts, odir=odir ) 303 303 304 304 def run(self,m,colCallback=None,verb=False,mlab=None,exid=None): -
CMIP6dreqbuild/trunk/src/framework/dreqPy/packageConfig.py
r782 r790 15 15 16 16 __versionComment__ = "Updates to AerChemMIP experiment names; removed some variable duplication; cleaned uid strings" 17 __version__ = "01.beta.3 8"17 __version__ = "01.beta.39" 18 18 __title__ = "dreqPy" 19 19 __description__ = "CMIP6 Data Request Python API" -
CMIP6dreqbuild/trunk/src/framework/dreqPy/scope_utils.py
r744 r790 26 26 self.mipsp = ['DECK','CMIP6',] + self.mips[:-4] 27 27 28 self.tabs = makeTables.tables( sc, self.mips,xls=xls, txt=txt, txtOpts=txtOpts, odir=odir )28 self.tabs = makeTables.tables( sc, xls=xls, txt=txt, txtOpts=txtOpts, odir=odir ) 29 29 30 30 def run(self,m,colCallback=None,verb=False,mlab=None,exid=None):
Note: See TracChangeset
for help on using the changeset viewer.