Changeset 1087 in lmdz_wrf


Ignore:
Timestamp:
Sep 9, 2016, 12:58:34 PM (9 years ago)
Author:
lfita
Message:

Adding some explanations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r1086 r1087  
    4848# incomming_flow: Function to determine if a fgrid-flow inflows to the central grid point
    4949# 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
    5052# list_combos: Function to construct a new list with all possible N-combinations of the list-values
    5153# list_coincidences: Function to provide the coincidences between two lists
    5254# 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
    5356# num_chainSnum: Function to pass a value to a `ChainStrNum' number
    5457# 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.