Changeset 992 in lmdz_wrf
- Timestamp:
- Aug 9, 2016, 5:24:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r991 r992 43 43 # num_chainSnum: Function to pass a value to a `ChainStrNum' number 44 44 # num_split: Function to split a string at each numeric value keeping the number as the last character of each cut 45 # printing_dictionary: Function to print the content of a dictionary 45 46 # PolyArea: Function to compute the area of the polygon following 'Shoelace formula' 46 47 # radius_angle: Function to generate a matrix with the angle at a given point … … 8110 8111 8111 8112 def printing_dictionary(dictv): 8112 """ Function to print a dictionary8113 """ Function to print the content of a dictionary 8113 8114 dictv= dictionary to print 8114 8115 """
Note: See TracChangeset
for help on using the changeset viewer.