NOAA-OWP / ngen-cal

Tools for calibrating and configuring NextGen

Home Page:https://github.com/NOAA-OWP/ngen-cal/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGen Calibration

Description: Supporting code/workflows for automated calibration of NGen Formulations using Dynamic Dimensioned Search (DDS)

  • Technology stack: Python based workflow for generating NGen parameter formulation permutations and running these through the NGen framework driver.
  • Status: This work is in pre-release development, for more details see the CHANGELOG.

Dependencies

Unit testing done with pytest. See requirements.txt for other specific python dependencies.

Installation

TODO INSTALL document.

Configuration

TODO

Usage

TODO

How to test the software

Install pytest and other python dependencies (pip install -r python/requirements.txt) Or create a virtual environment:

mkdir venv
virtualenv ./venv
source ./venv/bin/activate
pip install -r python/requirements.txt

Then use pytest to run the tests: pytest --log-cli-level 0 python/ngen-cal/test/

Known issues

Known issues

Getting help

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.

Getting involved

See CONTRIBUTING, or open an issue to start a conversation!

Open source licensing info

  1. TERMS
  2. LICENSE

About

Tools for calibrating and configuring NextGen

https://github.com/NOAA-OWP/ngen-cal/wiki

License:Other


Languages

Language:Python 100.0%