Skip to content

Commit

Permalink
Small wording change.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Oct 5, 2023
1 parent 922b4a4 commit 4b55b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/NUOPC/doc/NUOPC_StandardComponentDep.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

\label{componentDep}

{\bf DEPRECATION NOTICE:} The mechanism described in this section for defining build dependencies between components has been deprecated! The approach discussed here is based exclusively on GNU Makefiles. It has been superseded by the functionality implemented in the \htmladdnormallink{ESMX Layer}{http://earthsystemmodeling.org/esmx/}. The ESMX approach addresses all of the issues discussed here, but represents are more holistic solution. It includes a standard CMake based option, which is the recommended approach for all new NUOPC projects.
{\bf DEPRECATION NOTICE:} The mechanism described in this section for defining build dependencies between components has been deprecated! The approach discussed here is based exclusively on GNU Makefiles. It has been superseded by the functionality implemented in the \htmladdnormallink{ESMX Layer}{http://earthsystemmodeling.org/esmx/}. The ESMX approach addresses all of the issues discussed here, based on a more holistic solution. It includes a standard CMake based option, which is the recommended approach for all new NUOPC projects.

Most of the NUOPC Layer deals with specifying the interaction between ESMF components within a running ESMF application. ESMF provides several mechanisms of how an application can be made up of individual Components. This chapter deals with reigning in the many options supported by ESMF and setting up a standard way for assembling NUOPC compliant components into a working application.

Expand Down

0 comments on commit 4b55b8a

Please sign in to comment.