Ignore:
Timestamp:
May 25, 2012, 3:56:27 PM (13 years ago)
Author:
tnavarro
Message:

use of python function instead of fortran code for GCM ls axtime. No need to compile timestuff anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/times.py

    r404 r673  
    5757      timeperi=1.90258341759902
    5858
    59       if type(soltabin).__name__ in ['int','float']:
     59      if type(soltabin).__name__ in ['int','float','float32']:
    6060        soltab=[soltabin]
    6161        solout=np.zeros([1])
Note: See TracChangeset for help on using the changeset viewer.