New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
setup.py in trunk/NEMOGCM/TOOLS/OBSTOOLS/OOO – NEMO

source: trunk/NEMOGCM/TOOLS/OBSTOOLS/OOO/setup.py @ 5836

Last change on this file since 5836 was 4122, checked in by andrewryan, 11 years ago

Added a quick start utility to OBSTOOLS which manipulates the standard NEMO configuration namelists to allow the offline observation operator to run.

File size: 291 bytes
Line 
1from distutils.core import setup
2setup(name='Offline observation operator',
3      version='0.1',
4      description='NEMO Offline observation operator',
5      author='Andrew Ryan',
6      author_email='andrew.ryan@metoffice.gov.uk',
7      packages=['ooo',],
8      scripts=['bin/ooo'],
9      )
Note: See TracBrowser for help on using the repository browser.