diff --git a/docs/products/tools/nextgeninabox/Conference Material.md b/docs/products/tools/nextgeninabox/Conference Material.md index 881bdeb..13dc613 100644 --- a/docs/products/tools/nextgeninabox/Conference Material.md +++ b/docs/products/tools/nextgeninabox/Conference Material.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 5 title: "Conference Material" description: "NextGen In a Box (NGIAB) Conference Material" tags: @@ -15,11 +15,12 @@ tags: Slides and recordings from the various conferences can be found in the below section. -### AGU 2023 +### AGU 2023 - presenter: Arpita Patel - [Abstract](https://agu.confex.com/agu/fm23/meetingapp.cgi/Paper/1323853) - Title : H34D-02 NextGen In A Box: Advancing Collaborative Modeling for Enhanced Water Resource Management +- [AGU23 NextGen In A Box Slides](https://github.com/CIROH-UA/Conferences/tree/main/AGU23) diff --git a/docs/products/tools/nextgeninabox/forcingprocessor.md b/docs/products/tools/nextgeninabox/forcingprocessor.md index 8e7243f..f8ef741 100644 --- a/docs/products/tools/nextgeninabox/forcingprocessor.md +++ b/docs/products/tools/nextgeninabox/forcingprocessor.md @@ -1,3 +1,11 @@ +--- +sidebar_position: 4 +title: "Forcing Processor" +description: "NextGen Forcing Processor" +tags: + - forcings +--- + # Forcing Processor Forcingprocessor converts National Water Model (NWM) forcing data into Next Generation National Water Model (ngen) forcing data. The motivation for this tool is NWM data is gridded and stored within netCDFs for each forecast hour. Ngen inputs this same forcing data, but in the format of per-catchment csv files that hold time series data. Forcingprocessor is driven by a configuration file that is explained, with an example, in detail below. The config argument accepts an s3 URL. diff --git a/docs/products/tools/nextgeninabox/news.md b/docs/products/tools/nextgeninabox/news.md index f5064d7..cf66d1b 100644 --- a/docs/products/tools/nextgeninabox/news.md +++ b/docs/products/tools/nextgeninabox/news.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 6 title: "News" tags: - NGIAB diff --git a/docs/products/tools/nextgeninabox/ngen_datastream.md b/docs/products/tools/nextgeninabox/nextgenDatastream.md similarity index 98% rename from docs/products/tools/nextgeninabox/ngen_datastream.md rename to docs/products/tools/nextgeninabox/nextgenDatastream.md index be7ee32..52219b8 100644 --- a/docs/products/tools/nextgeninabox/ngen_datastream.md +++ b/docs/products/tools/nextgeninabox/nextgenDatastream.md @@ -1,3 +1,12 @@ +--- +sidebar_position: 3 +title: "NextGen Datastream" +description: "NextGen Datastream" +tags: + - datastream + - NextGen +--- + # NextGen Datastream The datastream automates the process of collecting and formatting input data for NextGen, orchestrating the NextGen run through NextGen In a Box (NGIAB), and handling outputs. In it's current implementation, the datastream is a shell script that orchestrates each step in the process. diff --git a/docs/products/tools/nextgeninabox/ngiab-intro.md b/docs/products/tools/nextgeninabox/ngiab-intro.md index de6b46d..bad1b42 100644 --- a/docs/products/tools/nextgeninabox/ngiab-intro.md +++ b/docs/products/tools/nextgeninabox/ngiab-intro.md @@ -1,6 +1,6 @@ --- sidebar_position: 2 -title: "Introduction" +title: "Introduction and How tos?" description: "NextGen In a Box (NGIAB)" tags: - NextGen In A Box