Changeset 2275 in lmdz_wrf
- Timestamp:
- Dec 28, 2018, 3:38:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2273 r2275 28 28 # addVar: Operation to add a new variable in a file using exisintg dimensions 29 29 # 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 values30 # area_weighted: Function to provide an area weighted statistics within two different polygons 31 31 # of matrices assuming regular lon/lat projections without taking into account Earth's curvature 32 32 # attrinvar: Check existence of an attribute in a netCDF variable object … … 27212 27212 27213 27213 def area_weighted(values, ncfiles, variable): 27214 """ Function to provide an area weighted statistics within two different values27214 """ Function to provide an area weighted statistics within two different polygons 27215 27215 of matrices assuming regular lon/lat projections without taking into account 27216 27216 Earth's curvature
Note: See TracChangeset
for help on using the changeset viewer.