Changeset 7298 for branches/2016/dev_CMCC_2016/DOC
- Timestamp:
- 2016-11-22T12:19:43+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_CMCC_2016/DOC/TexFiles/Chapters/Chap_MISC.tex
r6997 r7298 243 243 b \qquad \ &= sum_2 \\ 244 244 \end{align*} 245 This feature can be found in \mdl{lib\_fortran} module and is effective when \key{mpp\_rep}.246 I n that case, all calls toglob\_sum function (summation over the entire basin excluding245 An example of this feature can be found in \mdl{lib\_fortran} module. 246 It is systematicallt used in glob\_sum function (summation over the entire basin excluding 247 247 duplicated rows and columns due to cyclic or north fold boundary condition as well as 248 overlap MPP areas). 249 Note this implementation may be sensitive to the optimization level. 248 overlap MPP areas). The self-compensated summation method should be used in all summation 249 in i- and/or j-direction. See closea.F90 module for an example. 250 Note also that this implementation may be sensitive to the optimization level. 250 251 251 252 \subsection{MPP scalability}
Note: See TracChangeset
for help on using the changeset viewer.