Changeset 371 in lmdz_wrf


Ignore:
Timestamp:
Mar 19, 2015, 7:03:22 PM (10 years ago)
Author:
lfita
Message:

File is called now infile!

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r370 r371  
    749749        varn = varName
    750750
    751     ncf = open('variables_values.dat', 'r')
     751    ncf = open(infile, 'r')
    752752
    753753    for line in ncf:
  • trunk/tools/nc_var_tools.py

    r370 r371  
    197197        varn = varName
    198198
    199     ncf = open('variables_values.dat', 'r')
     199    ncf = open(infile, 'r')
    200200
    201201    for line in ncf:
Note: See TracChangeset for help on using the changeset viewer.