Skip to content

NOAA-OWP/ngen-cal

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages