Changeset 660
- Timestamp:
- 16/05/16 17:15:11 (5 years ago)
- Location:
- CMIP6dreqbuild/trunk/src/framework
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/dreqPy/scope.py
r658 r660 717 717 else: 718 718 xx = [i for i in self.dq.coll['experiment'].items if i.mip == m2] 719 xxi = {i.label for i in xx}719 xxi = set( [i.label for i in xx] ) 720 720 cc[mlab].ee[m2] = xx 721 721 ## -
CMIP6dreqbuild/trunk/src/framework/overviewTabs.py
r658 r660 93 93 xx = [i for i in self.dq.coll['experiment'].items if i.mip == m2] 94 94 self.cc[m].ee[m2] = xx 95 xxi = {i.label for i in xx}95 xxi = set( [i.label for i in xx] ) 96 96 ## 97 97 ## need to check this option, and add a template for a view summarising the experiments for each mip-mip combinations
Note: See TracChangeset
for help on using the changeset viewer.