Changeset 1338 in lmdz_wrf
- Timestamp:
- Nov 16, 2016, 8:03:06 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tools/model_graphics.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics.py
r1336 r1338 4168 4168 values = line.replace('\n','').split(' ') 4169 4169 if values[0] == 'allmodexps:': 4170 allplts = gen.stringList_dictKeysVals(values[1] ,cV=':')4170 allplts = gen.stringList_dictKeysVals(values[1]) 4171 4171 elif values[0] == 'Nallmodexp:': 4172 4172 Nallmodexp = int(values[1]) … … 4304 4304 print ' ' + fname + ": no file for variable-operation '" + \ 4305 4305 vnopS + "' !!" 4306 # modexpvals = allvarcomp[vnopS]4307 4306 modexpvalsS = allvarcomp[vnopS] 4308 if type(modexpvalsS) == type([1,2]) and len(modexpvalsS[0]) > 40: 4309 modexpvals = modexpvalsS 4310 else: 4311 modexpvals = modexpvalsS[0].split('|') 4307 modexpvals = modexpvalsS.lsplit('|') 4312 4308 Nmodexps = len(modexpvals) 4309 print fname + '; Lluis modexpvalsS:', modexpvalsS 4310 print fname + '; Lluis modexpvals:', modexpvals 4313 4311 4314 4312 for imodexp in range(0,Nmodexps,2):
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/LMDZ_WRF/chrome/site/your_project_logo.png)