Changeset 580 in lmdz_wrf for trunk/tools/validation_sim.py


Ignore:
Timestamp:
Jul 7, 2015, 12:25:56 PM (9 years ago)
Author:
lfita
Message:

Adding what happens if there is not exact values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/validation_sim.py

    r579 r580  
    19801980        print '    ' + prestdescsim[kst] + ' ...'
    19811981
    1982         if stdescsim[kst] == 'E':
     1982        if stdescsim[kst] == 'E' and Nexactt != 0:
    19831983# Observed and simualted exact times
    19841984            simobsvalues, simobsSvalues, simobsTtvalues, trjsim =                    \
Note: See TracChangeset for help on using the changeset viewer.