Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/nappy/tags/nappy_pre_refactor_feb2008/nappy/localRules/__init__.py@3313
Revision 3313,
680 bytes
checked in by astephen, 13 years ago
(diff) |
Moved to new version as tagged backup.
|
Line | |
---|
1 | # Copyright (C) 2004 CCLRC & NERC( Natural Environment Research Council ). |
---|
2 | # This software may be distributed under the terms of the |
---|
3 | # Q Public License, version 1.0 or later. http://ndg.nerc.ac.uk/public_docs/QPublic_license.txt |
---|
4 | |
---|
5 | """ |
---|
6 | localRules package __init__.py module |
---|
7 | ===================================== |
---|
8 | |
---|
9 | A set of local default values modules, classes and functions for NASA Ames header information. These |
---|
10 | are applied if no other values are provided by the user. |
---|
11 | |
---|
12 | """ |
---|
13 | |
---|
14 | localGlobalAttributes={"institution":"Data held at British Atmospheric Data Centre (BADC), Rutherford Appleton Laboratory, UK."} |
---|
15 | |
---|
16 | # Import Modules |
---|
17 | |
---|
18 | # aircraft data for FAAM data |
---|
19 | import aircraftData |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.