Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 3.03 KB

README.rst

File metadata and controls

63 lines (50 loc) · 3.03 KB

Salish Sea NEMO Model Nowcast

License:Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 Python Version Mercurial on Bitbucket The uncompromising Python code formatter Documentation Status Issue Tracker

The SalishSeaNowcast package is a collection of Python modules associated with running the Salish Sea NEMO model in a daily nowcast/forecast mode. The runs use as-recent-as-available (typically previous day) forcing data for the western boundary sea surface height and the Fraser River flow, and atmospheric forcing from the four-times-daily produced forecast results from the Environment Canada High Resolution Deterministic Prediction System (HRDPS) operational GEM 2.5km resolution model.

The runs are automated using an asynchronous, message-based architecture that:

  • obtains the forcing datasets from web services
  • pre-processes the forcing datasets into the formats expected by NEMO
  • uploads the forcing dataset files to the HPC or cloud-computing facility where the run will be executed
  • executes the run
  • downloads the results
  • prepares a collection of plots from the run results for monitoring purposes
  • publishes the plots and the processing log to the web

Documentation for the package is in the docs/ directory and is rendered at https://salishsea-nowcast.readthedocs.io/en/latest/.

Documentation Status

License

Licensed under the Apache License, Version 2.0

The Salish Sea NEMO model nowcast system code and documentation are copyright 2013-2018 by the Salish Sea MEOPAR Project Contributors and The University of British Columbia.

They are licensed under the Apache License, Version 2.0. http://www.apache.org/licenses/LICENSE-2.0 Please see the LICENSE file for details of the license.