Changeset 1677 in lmdz_wrf


Ignore:
Timestamp:
Dec 4, 2017, 5:41:56 PM (7 years ago)
Author:
lfita
Message:

tiny type correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1673 r1677  
    4646# compute_tevolboxtraj: Function to compute tevolboxtraj: temporal evolution at a given point along a box following a trajectory
    4747# compute_tevolboxtraj_radialsec: Function to compute tevolboxtraj_radialsec: temporal evolution at a given point along a number of radii at a given frequency following a trajectory
    48 # compute_WRFtime: unction to copmute CFtimes from WRFtime variable
     48# compute_WRFtime: function to copmute CFtimes from WRFtime variable
    4949# curve_section: Function to provide a section of a file following a given curve
    5050# DataSetSection: Function to get a section (values along a dimension) of a given data-set
     
    10781078    ObjFile.setncattr('url', 'http://www.xn--llusfb-5va.cat/python/PyNCplot')
    10791079    ObjFile.setncattr('script', pyscript)
    1080     ObjFile.setncattr('function', funcname)
     1080    if funcname is not None:
     1081        ObjFile.setncattr('function', funcname)
    10811082    ObjFile.setncattr('version', version)
    10821083
Note: See TracChangeset for help on using the changeset viewer.