Skip to content

Commit

Permalink
Added NextGen framework recording under Education tab (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored Nov 20, 2023
2 parents b4706c1 + 4302fa0 commit 03e1572
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/education/NextGen Framework/NextGenFramework.md
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>

2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ const config = {
}),
};

module.exports = config;
module.exports = config;

0 comments on commit 03e1572

Please sign in to comment.