Changeset 1221 in lmdz_wrf for trunk/tools/generic.py
- Timestamp:
- Oct 20, 2016, 1:12:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic.py
r1220 r1221 21 21 import re 22 22 23 # coincident_CFtimes: Function to make coincident times for two different sets of CFtimes 24 # count_cond: Function to count values of a variable which attain a condition 25 # datetimeStr_conversion: Function to transform a string date to an another date object 26 # grid_combinations: Function to provide all the possible grid points combination for a given pair of values 27 # x,y= pair of grid points 28 # interpolate_locs: Function to provide interpolate locations on a given axis 29 # PolyArea: Function to compute the area of the polygon following 'Shoelace formula' 30 # radial_points: Function to provide a number of grid point positions for a given angle 31 # radius_dist: Function to generate a matrix with the distance at a given point 32 # rmNOnum: Removing from a string all that characters which are not numbers 33 # running_mean: Function to compute a running mean of a series of values 34 # significant_decomposition: Function to decompose a given number by its signifcant potencies 35 # squared_radial: Function to provide the series of radii as composite of pairs (x,y) of gid cells 36 # Npt= largest amount of grid points on x and y directions 37 # table_tex_file: Function to write into a file a LaTeX tabular from a table of values 38 # unitsDate: Function to know how many units of time are from a given pair of dates 39 # variables_values: Function to provide values to plot the different variables values from ASCII file 40 # wdismean: Function to compute the mean value weighted to its 4 distances 23 41 # Character to split passed values 42 24 43 cS = ',' 25 44 # Character to split serie of values
Note: See TracChangeset
for help on using the changeset viewer.