You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #165 from billsacks/versioned_docs_cesm21
Update documentation format to versioned documentation - for cesm2.1
Description of changes
Similar to #164 but for cesm2.1-alphabranch.
Also updates documentation source on cesm2.1-alphabranch to bring in changes that were made on master.
Specific notes
Contributors other than yourself, if any: none
Fixes: none
User interface changes?: No
Testing performed (automated tests and/or manual tests): none
@@ -35,7 +35,7 @@ and an external system processing component
35
35
- external system processing (esp)
36
36
37
37
In addition CESM2 is accompanied by a `driver/coupler (cpl7)
38
-
<http://esmci.github.io/cime/driver_cpl/index.html>`_ that coordinates
38
+
<http://esmci.github.io/cime/versions/master/html/driver_cpl/index.html>`_ that coordinates
39
39
the time evolution of geophysical components and periodically permits
40
40
the components to exchange data. Each component is represented in one
41
41
of several modes: "active," "data," "dead," or "stub" that permits the
@@ -73,32 +73,32 @@ The CESM2 components can be summarized as follows:
73
73
:widths: 12, 10, 10, 10, 60
74
74
75
75
"atmosphere","atm","cam", "active","The `Community Atmosphere Model (CAM) <http://www.cesm.ucar.edu/models/cesm2/atmosphere/>`_ is a global atmospheric general circulation model developed from the NCAR CCM3."
76
-
"atmosphere","atm","datm", "data", "The `data atmosphere <http://esmci.github.io/cime/data_models/data-atm.html>`_ component is a pure data component that reads in atmospheric forcing data"
76
+
"atmosphere","atm","datm", "data", "The `data atmosphere <http://esmci.github.io/cime/versions/master/html/data_models/data-atm.html>`_ component is a pure data component that reads in atmospheric forcing data"
77
77
"atmosphere","atm", "xatm", "dead", "Used only for testing the driver/coupler"
78
78
"atmosphere","atm", "satm", "stub", "Used only to satisy the interface requirements"
79
79
"land", "lnd", "clm", "active", "The `Community Land Model (CLM) <http://www.cesm.ucar.edu/models/cesm2/land/>`_ is the result of a collaborative project between scientists in the Terrestrial Sciences Section of the Climate and Global Dynamics Division (CGD) at NCAR and the CESM Land Model Working Group. Other principal working groups that also contribute to the CLM are Biogeochemistry, Paleoclimate, and Climate Change and Assessment."
80
-
"land", "lnd", "dlnd", "data", "The `data land component <http://esmci.github.io/cime/data_models/data-lnd.html>`_ is a purely data-land component (reading in coupler history data for atm/land fluxes and land albedos produced by a previous run, or snow surface mass balance fields) or both."
80
+
"land", "lnd", "dlnd", "data", "The `data land component <http://esmci.github.io/cime/versions/master/html/data_models/data-lnd.html>`_ is a purely data-land component (reading in coupler history data for atm/land fluxes and land albedos produced by a previous run, or snow surface mass balance fields) or both."
81
81
"land", "lnd", "xlnd", "dead", "Used only for testing the driver/coupler"
82
82
"land", "lnd", "slnd", "stub", "Used only to satisy the interface requirements"
83
83
"river", "rof", "rtm", "active", "The `river transport model (RTM) <http://www.cesm.ucar.edu/models/cesm2/river/>`_ was previously part of CLM and was developed to route total runoff from the land surface model to either the active ocean or marginal seas which enables the hydrologic cycle to be closed (Branstetter 2001, Branstetter and Famiglietti 1999). This is needed to model ocean convection and circulation, which is affected by freshwater input."
84
84
"river", "rof", "mosart", "active", "`MOdel for Scale Adaptive River Transport (MOSART) <http://www.cesm.ucar.edu/models/cesm2/river/>`_ , a new large-scale river routing model. MOSART improves the magnitude and timing of river flow simulations."
85
-
"river", "rof", "drof", "data", "The `data runoff model <http://esmci.github.io/cime/data_models/data-river.html>`_ was previously part of the data land model and functions as a purely data-runoff model (reading in runoff data)."
85
+
"river", "rof", "drof", "data", "The `data runoff model <http://esmci.github.io/cime/versions/master/html/data_models/data-river.html>`_ was previously part of the data land model and functions as a purely data-runoff model (reading in runoff data)."
86
86
"river", "rof", "xrof", "dead", "Used only for testing the driver/coupler"
87
87
"river", "rof", "srof", "stub", "Used only to satisy the interface requirements"
88
88
"ocean", "ocn", "pop", "active", "The ocean model is an extension of the `Parallel Ocean Program (POP) <http://www.cesm.ucar.edu/models/cesm2/ocean/>`_ Version 2 from Los Alamos National Laboratory (LANL)."
89
-
"ocean", "ocn", "docn", "data", "The `data ocean <http://esmci.github.io/cime/data_models/data-ocean.html>`_ component has two distinct modes of operation. It can run as a pure data model, reading ocean SSTs (normally climatological) from input datasets, interpolating in space and time, and then passing these to the coupler. Alternatively, docn can compute updated SSTs based on a slab ocean model where bottom ocean heat flux convergence and boundary layer depths are read in and used with the atmosphere/ocean and ice/ocean fluxes obtained from the coupler."
89
+
"ocean", "ocn", "docn", "data", "The `data ocean <http://esmci.github.io/cime/versions/master/html/data_models/data-ocean.html>`_ component has two distinct modes of operation. It can run as a pure data model, reading ocean SSTs (normally climatological) from input datasets, interpolating in space and time, and then passing these to the coupler. Alternatively, docn can compute updated SSTs based on a slab ocean model where bottom ocean heat flux convergence and boundary layer depths are read in and used with the atmosphere/ocean and ice/ocean fluxes obtained from the coupler."
90
90
"ocean", "ocn", "xocn", "dead"
91
91
"ocean", "ocn", "socn", "stub"
92
92
"sea-ice", "ice", "cice", "active", "The `sea-ice component (CICE) <http://www.cesm.ucar.edu/models/cesm2/sea-ice/>`_ is an extension of the Los Alamos National Laboratory (LANL) sea-ice model and was developed though collaboration within the CESM Polar Climate Working Group (PCWG). In CESM, CICE can run as a fully prognostic component or in prescribed mode where ice coverage (normally climatological) is read in."
93
-
"sea-ice", "ice", "dice", "data", "The `data ice <http://esmci.github.io/cime/data_models/data-seaice.html>`_ component is a partially prognostic model. The model reads in ice coverage and receives atmospheric forcing from the coupler, and then it calculates the ice/atmosphere and ice/ocean fluxes. The data ice component acts very similarly to CICE running in prescribed mode."
93
+
"sea-ice", "ice", "dice", "data", "The `data ice <http://esmci.github.io/cime/versions/master/html/data_models/data-seaice.html>`_ component is a partially prognostic model. The model reads in ice coverage and receives atmospheric forcing from the coupler, and then it calculates the ice/atmosphere and ice/ocean fluxes. The data ice component acts very similarly to CICE running in prescribed mode."
94
94
"sea-ice", "ice", "xice", "dead", "Used only for testing the driver/coupler"
95
95
"sea-ice", "ice", "sice", "stub"
96
96
"land-ice", "glc", "cism", "active", The `CISM component <http://www.cesm.ucar.edu/models/cesm2/land-ice/>`_ is an extension of the Glimmer ice sheet model.
97
97
"land-ice", "glc", "sglc", "stub", "Used only to satisy the interface requirements"
98
98
"ocean-wave", "wav", "wav", "ww3","The `ww3 <http://www.cesm.ucar.edu/models/cesm2/wave/>`_ component adds prognostic ocean waves to the system"
99
99
"ocean-wave", "wav", "xwav", "dead", "Used only for testing the driver/coupler"
100
100
"ocean-wave", "wav", "swav", "stub", "Used only to satisy the interface requirements"
101
-
"coupler", "cpl", "cpl", "active", "The `CESM coupler <http://esmci.github.io/cime/driver_cpl/index.html>`_ was built primarily through a collaboration of the NCAR CESM Software Engineering Group and the Argonne National Laboratory (ANL). The MCT coupling library provides much of the infrastructure."
101
+
"coupler", "cpl", "cpl", "active", "The `CESM coupler <http://esmci.github.io/cime/versions/master/html/driver_cpl/index.html>`_ was built primarily through a collaboration of the NCAR CESM Software Engineering Group and the Argonne National Laboratory (ANL). The MCT coupling library provides much of the infrastructure."
102
102
103
103
104
104
CESM2 Component Sets
@@ -181,7 +181,7 @@ files to fill in information required for the target platform. This
181
181
functionality is handy in accelerating the porting process and quickly
182
182
getting a case running on a new platform. For more information on
183
183
porting, see the `CIME porting guide
184
-
<http://esmci.github.io/cime/users_guide/porting-cime.html>`_. The
184
+
<http://esmci.github.io/cime/versions/master/html/users_guide/porting-cime.html>`_. The
185
185
list of available machines are documented in `CESM supported machines
0 commit comments