Changeset 10279 for NEMO/trunk/src/TOP/README.rst
- Timestamp:
- 2018-11-07T12:04:15+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/TOP/README.rst
r10201 r10279 1 TOP interface 2 ============= 3 4 .. include:: .global.rst 1 ********************* 2 Oceanic tracers (TOP) 3 ********************* 5 4 6 5 .. contents:: … … 17 16 up to the full set of equations involving marine biogeochemical cycles. 18 17 19 ---------20 18 Structure 21 --------- 19 ========= 22 20 23 21 TOP interface has the following location in the source code ``./src/MBG/`` and … … 73 71 trend computation for tracers 74 72 75 ------------------76 73 Synthetic Workflow 77 ------------------ 74 ================== 78 75 79 76 A synthetic description of the TOP interface workflow is given below to summarize the steps involved in … … 125 122 ↳ call trc_rst_wri, output tracers restart files 126 123 127 ---------------------128 124 Namelists walkthrough 129 --------------------- 125 ===================== 130 126 131 127 namelist_top … … 235 231 |||| &'''namc14_fcg''' ! files & dates || 236 232 237 -----------------------------------------------------238 233 ``MY_TRC`` interface for coupling external BGC models 239 ----------------------------------------------------- 234 ===================================================== 240 235 241 236 The generalized interface is pivoted on MY_TRC module that contains template files to build the coupling between … … 277 272 if not done elsewhere in the code, using the call to iom_put. 278 273 279 ---------------------------------------------------280 274 Coupling an external BGC model using NEMO framework 281 --------------------------------------------------- 275 =================================================== 282 276 283 277 The coupling with an external BGC model through the NEMO compilation framework can be achieved in
Note: See TracChangeset
for help on using the changeset viewer.