Changeset 992 in lmdz_wrf


Ignore:
Timestamp:
Aug 9, 2016, 5:24:10 PM (8 years ago)
Author:
lfita
Message:

Adding description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r991 r992  
    4343# num_chainSnum: Function to pass a value to a `ChainStrNum' number
    4444# 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
    4546# PolyArea: Function to compute the area of the polygon following 'Shoelace formula'
    4647# radius_angle: Function to generate a matrix with the angle at a given point
     
    81108111
    81118112def printing_dictionary(dictv):
    8112     """ Function to print a dictionary
     8113    """ Function to print the content of a dictionary
    81138114      dictv= dictionary to print
    81148115    """
Note: See TracChangeset for help on using the changeset viewer.