Subversion URL: http://proj.badc.rl.ac.uk/svn/exarch/CMIP6dreqbuild/trunk/src/framework/hiresmip6hr.py
Revision 1047,
327 bytes
checked in by mjuckes, 3 years ago
(diff) |
misc scripts
|
Line | |
---|
1 | |
---|
2 | |
---|
3 | class c1(object): |
---|
4 | def __init__(self,dq): |
---|
5 | uid = 'efc08076-5629-11e6-9079-ac72891c3257' |
---|
6 | r = dq.inx.uid[uid] |
---|
7 | for rqv in dq.inx.iref_by_sect[uid].a['requestVar']: |
---|
8 | this = dq.inx.uid[rqv] |
---|
9 | cmv = this.vid |
---|
10 | |
---|
11 | print this.label, this.uid, len( dq.inx.iref_by_sect[cmv].a['requestVar'] ) |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.