GNOME (General NOAA Operational Modeling Environment) is a modeling tool developed by the National Oceanic and Atmospheric Administration (NOAA), Office of Response and Restoration (ORR), Emergency Response Division.
It is designed to support oil and other hazardous material spills in the coastal environment, and is also a full featured, flexible particle tracking system, that can be used for other oceanographic transport applications, such as fish larvae, marine debris, etc.
PyGNOME is a Python package that encapsulates GNOME's functionality.
This code is under active development
- It should not be considered an officially endorsed NOAA product.
- Output produced by this code should not be considered endorsed by NOAA.
Scripting is the most featureful way to access PyGNOME's capabilities. However we have developed a system that allows a user to create and run PyGNOME models from a web browser.
There is a publicly available instance of WebGNOME at:
If you want to run your own instance of WebGNOME, the code is in the following projects:
- WebGnomeAPI: A web server that implements the PyGNOME interface
- WebGnomeClient: A Web application for setting up and running PyGNOME models
Fair Warning:
The WebGNOME system is under active development, and by its very nature does not expose the full capabilities of PyGNOME.