Changeset 494 in lmdz_wrf
- Timestamp:
- Jun 15, 2015, 12:29:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/validation_sim.py
r493 r494 1367 1367 ot = 0 1368 1368 for ito in range(ot,dimtobs-1): 1369 if valdimobs['T'][ito] = simobstimes[it]:1369 if valdimobs['T'][ito] == simobstimes[it]: 1370 1370 ot = ito 1371 1371 exacttvalues0.append([it, ito, simobstimes[it], valdimobs['T'][ito]])
Note: See TracChangeset
for help on using the changeset viewer.