diff --git a/doc/configuring.md b/doc/configuring.md index 123d24bf..f76b93e5 100644 --- a/doc/configuring.md +++ b/doc/configuring.md @@ -63,7 +63,15 @@ There are a number of format options for each line: supported values of the connection options is documented in the NUOPC reference manual. -Here is an example of a run sequence specification with two time scales: +A very simple run sequence is running only the atmospheric uncoupled model. +The run sequence looks like: + + # Run Sequence # + runSeq:: + ATM + :: + +A more complex example is when components are exchanging information at two time scales: # Run Sequence # runSeq:: diff --git a/doc/introduction.md b/doc/introduction.md index ae14eb4a..b634d6bd 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -2,24 +2,23 @@ Introduction to NEMS {#introduction} ==================== The NOAA Environmental Modeling System (NEMS) is the infrastructure -underlying a **coupled modeling system** that supports predictions of +underlying NOAA's [Unified Forecast System (UFS)] (https://ufscommunity.org/) a fully coupled modeling framework that supports predictions of Earth's environment at a range of time scales. Examples of other coupled modeling systems are the [Community Earth System Model (CESM)](http://www.cesm.ucar.edu) and the [Met Office Unified Model] (http://www.metoffice.gov.uk/research/modelling-systems/unified-model) +NEMS includes infrastructure for coupling model components +representing major Earth system domains and processes. **A model component** is a software representation of a physical domain or process, for example sea ice. It is often developed by a team of specialists in that domain. Model coupling is a software representation of feedbacks between physical processes. It involves modifying the exported fields of a component through grid, unit, temporal, and other transformations so that they can be used as the -inputs for another component. +inputs for another component. These components are managed through repositories, primarily on GitHub. -NEMS includes infrastructure for coupling model components -representing major Earth system domains and processes. **External -model components** have a primary repository on GitHub. In general, model components are coupled through the NEMS mediator (in other coupled modeling systems this is often called the "coupler"). NEMS also includes some diff --git a/doc/nemsmain.md b/doc/nemsmain.md index 6fb085d3..97f0fa25 100644 --- a/doc/nemsmain.md +++ b/doc/nemsmain.md @@ -3,7 +3,7 @@ NEMS Documentation This website describes the coupling infrastructure and techniques used in the -[NOAA Environmental Modeling System (NEMS)](https://www.emc.ncep.noaa.gov/emc/pages/infrastructure/nems.php). +[NOAA Environmental Modeling System (NEMS)](https://www.emc.ncep.noaa.gov/emc/pages/infrastructure/nems.php) which forms the back bone of the Unified Forecast System (UFS). NEMS coupling infrastructure is based on the [Earth System Modeling Framework (ESMF)](http://www.earthsystemmodeling.org/) and