Changeset 1336 in lmdz_wrf
- Timestamp:
- Nov 16, 2016, 2:02:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/model_graphics.py
r1335 r1336 4306 4306 # modexpvals = allvarcomp[vnopS] 4307 4307 modexpvalsS = allvarcomp[vnopS] 4308 modexpvals = modexpvalsS[0].split('|') 4308 if type(modexpvalsS) == type([1,2]) and len(modexpvalsS[0]) > 40: 4309 modexpvals = modexpvalsS 4310 else: 4311 modexpvals = modexpvalsS[0].split('|') 4309 4312 Nmodexps = len(modexpvals) 4310 4313
Note: See TracChangeset
for help on using the changeset viewer.