Ignore:
Timestamp:
Nov 17, 2011, 1:08:01 PM (13 years ago)
Author:
acolaitis
Message:

PYTHON

M 393 mymath.py
----------------- Cosmetic change

M 393 make_netcdf.py
----------------- Cosmetic change

M 393 planetoplot.py
----------------- corrected bug with varname and --tsat

M 393 myplot.py
----------------- added possibility for the script to read ncdf files with NaN value and treat them correctly without messing with the mathematical operations.

File:
1 edited

Legend:

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

    r379 r395  
    8989       zvarcarac[zznames[i]]=zzvardim
    9090       i=i+1
     91
     92   print "creating "+zfilename
     93
    9194   print zvarcarac 
    9295 
     
    139142   file.close()
    140143
     144   print "closing "+zfilename
     145
     146   return
     147
    141148def find_key(dic, val):
    142149    """return the key of dictionary dic given the value"""
Note: See TracChangeset for help on using the changeset viewer.