Changeset 494 in lmdz_wrf


Ignore:
Timestamp:
Jun 15, 2015, 12:29:34 PM (9 years ago)
Author:
lfita
Message:

Small type o if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/validation_sim.py

    r493 r494  
    13671367    ot = 0
    13681368    for ito in range(ot,dimtobs-1):
    1369         if valdimobs['T'][ito] = simobstimes[it]:
     1369        if valdimobs['T'][ito] == simobstimes[it]:
    13701370            ot = ito
    13711371            exacttvalues0.append([it, ito, simobstimes[it], valdimobs['T'][ito]])
Note: See TracChangeset for help on using the changeset viewer.