generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 51
Configuration File
shorvath-noaa edited this page Oct 11, 2024
·
2 revisions
Table of Contents
The configuration file is a user-defined YAML file dictating the features for a t-route run. Customization is a key attribute of t-route, so the configuration options are numerous. However, reasonable default values have been applied wherever possible, so users can typically operate t-route with minimal defined parameters in the configuration file.
The t-route configuration files are structured to represent key concepts with the following components:
- log parameters - specify how logging and debugging are performed
- network topology parameters - specify how the stream network is synthesized
- compute parameters - specify how the routing simulation will be run, including optional features such as data assimilation
- output parameters - specify what information will be output and in what format
- BMI parameters - specify BMI related information (
${\color{red}outdated, ignore for now}$ )
Muskingum-Cunge and Waterbody routing
See here for standard NWM operational configurations.
See here for further information on each of these configurations.
Test folder for the Lower Colorado using t-route designed for NWMv3.0
Test folder for the Lower Colorado using t-route designed for NextGen
- Overview
- Hydrofabric Integration
- Input Forcing
- Domain Data
- Data Formats
- CLI
- BMI Tutorial
- Lower Colorado, TX example
- Larger Domains (e.g. CONUS)