Skip to content

Commit

Permalink
Added seperate tab for NWM
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel committed Jun 21, 2023
1 parent 0823c43 commit 7914cf6
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 29 deletions.
57 changes: 57 additions & 0 deletions docs/products/NextGen National Water Model/NGIAB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
sidebar_position: 2
---

# NextGen In A Box

NextGen Framework National Water Model Community Release

- Provides capabilities to run the next generation National Water Model on your local machine for small set of input data.

## We are doing a case study :
### NWM run for Sipsey Fork,Black Warrior river

- We don’t want to run all of CONUS
- We want to run NextGen locally
- We want to have control over inputs / config.
- How can we do it? Answer: **NextGen In A Box**

## Technologies

- Git
- Github
- Github Actions - Using Github Actions for Continous Integration and Continous Deployment (CI/CD)
- Docker - Using docker to create, deploy and run NextGen application in containers.

## Code

The source code for the NextGen In A Box can be found on Github:

- Github URL: [CIROH-UA/CloudInfra](https://github.com/CIROH-UA/CloudInfra)

Docker images are available at:

- Dockerhub URL: https://hub.docker.com/u/awiciroh

## More Information:

For more information, please refer the latest slide below that is used for training and workshop:

### Slide's from Summer Institute - June 2023

- [NextGen In A Box - June 2023](https://github.com/CIROH-UA/Conferences/tree/main/SummerInstitute2023)

### Slide's from CIROHDevCon1 - May 2023

- [NextGen In A Box - May 2023](https://github.com/CIROH-UA/Conferences/tree/main/CIROHdevCon23)

## Bug and Issue Tracker

Please report bugs and issues on the Github Issues page:

- Issue Tracker: [Issue Tracker](https://github.com/CIROH-UA/CloudInfra/issues/)

## Team Members

- **The University of Alabama Team** - James Halgren, Arpita Patel, Benjamin Lee, Sepehr Karimiziarani, Shahab Alam, Hari Jajula, Rohan Sunkarapalli
- **Lynker Contractors** - Zach Wills, Nels Frazier, Jordan Laser, Mike Johnson
53 changes: 24 additions & 29 deletions docs/products/NextGen National Water Model/NWM-intro.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,39 @@
---
sidebar_position: 2
sidebar_position: 1
---

# NextGen In A Box
# What is National Water Model (NWM)?
The National Water Model (NWM) is a hydrologic model developed by **the National Oceanic and Atmospheric Administration (NOAA)** to simulate and forecast water conditions across the United States.

NextGen Framework National Water Model Community Release
- This water prediction model creates forecast guidance for over 3.4 million miles of rivers and streams across the United States and its territories
- The NWM supercomputer is fed nonstop data covering everything from current stream-flow to the snowpack in mountain ranges above.
- The job of the supercomputer is to take all of that data and produce stream flow forecasts for every stream and river in the continental United States and its territories. There are three different flavors of forecasts: short, medium, and long range.
- Just like how your local weather station can tell you what the weather will be like tomorrow, in 3 days, or a week from now; the NWM can tell you what the stream flow will be like in 18 hours, 10 days, or even up to 30 days from now.

Provides capabilities to run the next generation National Water Model on your local machine for small set of input data.
- NOAA Central Library Seminar Recording from OWP (Next-Generation Water Resources Modeling): https://youtu.be/DLIi3PruYxo

We are doing a case study : NWM run for Sipsey Fork,Black Warrior river
## Features - NWM2.1

We don’t want to run all of CONUS
We want to run NextGen locally
We want to have control over inputs / config.
How can we do it? Answer: NextGen-In-A-Box
The NWM currently runs in four configurations:
- Analysis and assimilation provides a snapshotof current hydrologic conditions
- Short-Range produces hourly forecasts of streamflow and hydrologic states out to 15 hours
- Medium-Range produces 3-hourly forecasts out to 10 days
- Long-Range generates 30-day ensemble forecasts.

## Features
Source : https://water.noaa.gov/about/nwm

- Containerization - Using docker containerized application for NextGen
# SO...WHAT IS NEXTGEN?

- Using Github Actions for Continous Integration and Continous Deployment (CI/CD)
- Model agnostic - NextGen is a framework designed for building and integrating models rather than a model itself.
- Data-centric standards - The framework's focus is on a data-centric process that abstracts the addition of processes and data behind a standard.
- NextGen design allows for greater flexibility and standardizationin model creation and integration.

- Github URL: [CIROH-UA/CloudInfra](https://github.com/CIROH-UA/CloudInfra)

- Dockerhub URL: https://hub.docker.com/u/awiciroh

## Slide's from Summer Institute - June 2023

- [NextGen for Beginners](https://github.com/CIROH-UA/Conferences/tree/main/SummerInstitute2023)
- Github URL: [NOAA-OWP/ngen](https://github.com/NOAA-OWP/ngen)

## Slide's from CIROHDevCon1 - May 2023
# What is NextGen In A Box?

- [NextGen for Beginners](https://github.com/CIROH-UA/Conferences/tree/main/CIROHdevCon23)
- NextGen Framework National Water Model Community Release; that can be run for small set of input data rather than running conus wide.

## Bug and Issue Tracker

- Issue Tracker: [Issue Tracker](https://github.com/CIROH-UA/CloudInfra/issues/)

- Create new Issue : [Bug Report](https://github.com/CIROH-UA/CloudInfra/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=)
- Github URL: [CIROH-UA/CloudInfra](https://github.com/CIROH-UA/CloudInfra)

## Team Members:
- The University of Alabama Team - James Halgren, Arpita Patel, Benjamin Lee, Sepehr Karimiziarani, Shahab Alam
- Lynker Contractors - Zach Wills, Nels Frazier, Jordan Laser
- For more information, refer to the NextGen In A Box tab below.
Binary file added static/img/Lynker-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7914cf6

Please sign in to comment.