Skip to content

Commit

Permalink
Documentation update (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinsukJi-NOAA authored Mar 3, 2020
1 parent 63d8808 commit 2be0da7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 50 deletions.
2 changes: 1 addition & 1 deletion doc/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Architecture {#architecture}

The NEMS architecture is based on an ESMF component hierarchy with the
application driver `MAIN_NEMS` at the top, calling into the
`NEMS_COMP` component which in turn drives the `EARTH_COMP`
`NEMS_COMP` component, which in turn drives the `EARTH_COMP`
component. The `EARTH_COMP` drives the `ATM` and other components.
The architecture allows for multiple `EARTH_COMP` instances.

Expand Down
4 changes: 2 additions & 2 deletions doc/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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)
[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.
Expand Down Expand Up @@ -61,7 +61,7 @@ Architecture

The NEMS architecture is based on an ESMF component hierarchy with the
application driver `MAIN_NEMS` at the top, calling into the
`NEMS_COMP` component which in turn drives the `EARTH_COMP`
`NEMS_COMP` component, which in turn drives the `EARTH_COMP`
component. The `EARTH_COMP` drives the `ATM` and other components.
The architecture allows for
multiple `EARTH_COMP` instances, supporting ensemble applications such
Expand Down
38 changes: 0 additions & 38 deletions doc/links.md

This file was deleted.

12 changes: 6 additions & 6 deletions doc/mediator.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@ science issue.

To compute fluxes,

* a specific flux method and implementation have to exist or be developed
* A specific flux method and implementation have to exist or be developed.

* the required coupling fields to compute the flux have to be
interpolated and passed into the flux calculation
* The required coupling fields to compute the flux have to be
interpolated and passed into the flux calculation.

* the computed fluxes have to be interpolated and passed to the relevant components
* The computed fluxes have to be interpolated and passed to the relevant components.

* there needs to be some coordination between components and the
* There needs to be some coordination between components and the
mediator about what fields are coupled and where computations are
carried out
carried out.

4 changes: 1 addition & 3 deletions doc/nemsmain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) which forms the back bone of the Unified Forecast System (UFS).
[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
Expand All @@ -19,5 +19,3 @@ match. Further information outside this website can be found in links
within the above paragraph.

* @subpage documentation

* @subpage links

0 comments on commit 2be0da7

Please sign in to comment.