Changeset 1087 in lmdz_wrf
- Timestamp:
- Sep 9, 2016, 12:58:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1086 r1087 48 48 # incomming_flow: Function to determine if a fgrid-flow inflows to the central grid point 49 49 # index_mat_way: Function to look for a value within a matrix following a direction 50 # index_mat: Function to provide the coordinates of a given value inside a matrix 51 # index_vec: Function to provide the coordinates of a given value inside a vector 50 52 # list_combos: Function to construct a new list with all possible N-combinations of the list-values 51 53 # list_coincidences: Function to provide the coincidences between two lists 52 54 # list_differences: Function to provide the differences between two lists 55 # multi_index_mat: Function to provide the multiple coordinates of a given value inside a matrix 53 56 # num_chainSnum: Function to pass a value to a `ChainStrNum' number 54 57 # num_split: Function to split a string at each numeric value keeping the number as the last character of each cut
Note: See TracChangeset
for help on using the changeset viewer.