__init__ (version 0.1.1, 12 Jan 2005)
index
__init__.py

Utilities for climate modeling.
 
Some useful online help commands for the package:
* help(modelutil):  Help for the package.  A list of all modules in 
  this package is found in the "Package Contents" section of the 
  help output.
* help(modelutil.M):  Details of each module "M", where "M" is the 
  module's name.

 
Modules
       
numarray.ma.MA
numarray.linear_algebra.mlab
numarray
os
user

 
Data
        __all__ = ['atmconst', 'field', 'generic_model', 'package_version', 'state', 'stateset']
__author__ = 'Johnny Lin <http://www.johnny-lin.com/>'
__credits__ = 'Thanks to the CSC group at the University of Chicago.'
__date__ = '12 Jan 2005'
__test__ = {'Additional Example 1': '\n#- Test full path import:\n\n>>> import modelutil...int a.id\nNone\n>>> print a.extra_meta.__dict__\n{}\n'}
__version__ = '0.1.1'
gemath_num_package = 'numarray'
gemathrc = '/home/jlin/.gemathrc.py'
home_dir = '/home/jlin'
look_up_gemathrc = True

 
Author
        Johnny Lin <http://www.johnny-lin.com/>

 
Credits
        Thanks to the CSC group at the University of Chicago.