Changeset 431
- Timestamp:
- 23/10/15 08:17:09 (5 years ago)
- Location:
- CMIP6dreqbuild/trunk/src/framework
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/dreqPy/scope.py
r430 r431 20 20 return self.msg 21 21 22 nt_mcfg = collections.namedtuple( 'mcfg', ['nho','nlo','nha','nla','nlas','nls','nh1'] ) 22 23 class cmpd(object): 23 24 def __init__(self,dct): … … 26 27 return cmp( self.d[x], self.d[y] ) 27 28 28 nt_mcfg = collections.namedtuple( 'mcfg', ['nho','nlo','nha','nla','nlas','nls','nh1'] )29 29 self.default_mcfg = nt_mcfg._make( [259200,60,64800,40,20,5,100] ) 30 30 -
CMIP6dreqbuild/trunk/src/framework/ptxt.py
r424 r431 21 21 d = datetime.date(t.tm_year, t.tm_mon, t.tm_mday) 22 22 23 version = "01.beta.0 8"23 version = "01.beta.09" 24 24 version = __init__.__version__ 25 25
Note: See TracChangeset
for help on using the changeset viewer.