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