Changeset 2275 in lmdz_wrf


Ignore:
Timestamp:
Dec 28, 2018, 3:38:21 PM (7 years ago)
Author:
lfita
Message:

Fixing description of `area_weighted'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2273 r2275  
    2828# addVar: Operation to add a new variable in a file using exisintg dimensions
    2929# addvals: Function to add values to a given variable at a given dimension
    30 # area_weighted: Function to provide an area weighted statistics within two different values
     30# area_weighted: Function to provide an area weighted statistics within two different polygons
    3131#   of matrices assuming regular lon/lat projections without taking into account Earth's curvature
    3232# attrinvar: Check existence of an attribute in a netCDF variable object
     
    2721227212
    2721327213def area_weighted(values, ncfiles, variable):
    27214     """ Function to provide an area weighted statistics within two different values
     27214    """ Function to provide an area weighted statistics within two different polygons
    2721527215        of matrices assuming regular lon/lat projections without taking into account
    2721627216        Earth's curvature
Note: See TracChangeset for help on using the changeset viewer.