-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added NextGen framework recording under Education tab (#36)
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# NextGen Framework - multi-BMI Model Formulations | ||
|
||
Building Novel & Mimic Model Formulations using the NextGen Framework: Need for Metamodel Description Language & BMI Programming Standards | ||
|
||
## Speaker: Fred L. Ogden, Ph.D., P.E., Chief Scientist (ST), NOAA/NWS Office of Water Prediction | ||
|
||
The Basic Model Interface (BMI) standard employed Next Generation Water Resources Modeling (NextGen) framework allows construction of mimic and novel model formulations. Doing so involves ordered execution of modules designed to simulate individual processes or fluxes and performing integration of these over time on various control volumes to simulate the temporal evolution of model states. These are called "multi-BMI" formulations. Presently, order of execution of modules making up a multi-BMI model formulation depends on the ordering of modules in the run realization file. This presentation shows model/module developments undertaken to date in this regard. Knowledge gaps and needs are discussed, with a few suggestions regarding potential coding standards leading to modules that allow monitoring of conservation law enforcement at the framework level for different model formulations that use a variety of internal discretizations. | ||
|
||
## Building Novel & Mimic Model Formulations Using NextGen Framework: | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/1Wy6y37kjfY" title="YouTube Video Player" frameborder="0" allowfullscreen></iframe> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,4 +165,4 @@ const config = { | |
}), | ||
}; | ||
|
||
module.exports = config; | ||
module.exports = config; |