Ignore:
Timestamp:
04/10/17 18:46:02 (7 years ago)
Author:
mhnguyen
Message:

Update user guide and reference guide

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/doc/XIOS_user_guide.lyx

    r916 r1084  
    1 #LyX 2.1 created this file. For more info see http://www.lyx.org/ 
    2 \lyxformat 474 
     1#LyX 2.2 created this file. For more info see http://www.lyx.org/ 
     2\lyxformat 508 
    33\begin_document 
    44\begin_header 
     5\save_transient_properties true 
     6\origin unavailable 
    57\textclass book 
    68\begin_preamble 
     
    1618\inputencoding auto 
    1719\fontencoding global 
    18 \font_roman default 
    19 \font_sans default 
    20 \font_typewriter default 
    21 \font_math auto 
     20\font_roman "default" "default" 
     21\font_sans "default" "default" 
     22\font_typewriter "default" "default" 
     23\font_math "auto" "auto" 
    2224\font_default_family default 
    2325\use_non_tex_fonts false 
    2426\font_sc false 
    2527\font_osf false 
    26 \font_sf_scale 100 
    27 \font_tt_scale 100 
     28\font_sf_scale 100 100 
     29\font_tt_scale 100 100 
    2830\graphics default 
    2931\default_output_format default 
     
    8082\end_layout 
    8183 
    82 \begin_layout Author 
    83 Draft 
     84\begin_layout Standard 
     85\begin_inset CommandInset toc 
     86LatexCommand tableofcontents 
     87 
     88\end_inset 
     89 
     90 
    8491\end_layout 
    8592 
     
    11921199\begin_layout Itemize 
    11931200converting dates to 
     1201\begin_inset Separator latexpar 
     1202\end_inset 
     1203 
     1204 
    11941205\end_layout 
    11951206 
     
    17671778 
    17681779\begin_layout Plain Layout 
    1769 -\SpecialChar \nobreakdash- 
     1780-\SpecialChar nobreakdash 
    17701781-enable-netcdf4 
    17711782\end_layout 
     
    18101821 
    18111822\begin_layout Plain Layout 
    1812 -\SpecialChar \nobreakdash- 
     1823-\SpecialChar nobreakdash 
    18131824-enable-parallel 
    18141825\end_layout 
     
    18531864 
    18541865\begin_layout Plain Layout 
    1855 -\SpecialChar \nobreakdash- 
     1866-\SpecialChar nobreakdash 
    18561867-enable-pnetcdf 
    18571868\end_layout 
     
    47994810\end_layout 
    48004811 
     4812\begin_layout Standard 
     4813\begin_inset CommandInset include 
     4814LatexCommand include 
     4815filename "inputs/user/Scalar.lyx" 
     4816 
     4817\end_inset 
     4818 
     4819 
     4820\end_layout 
     4821 
     4822\begin_layout Standard 
     4823\begin_inset CommandInset include 
     4824LatexCommand include 
     4825filename "inputs/user/Transformations.lyx" 
     4826 
     4827\end_inset 
     4828 
     4829 
     4830\end_layout 
     4831 
    48014832\begin_layout Chapter 
    48024833XIOS options 
     
    49684999 mode, XIOS will ensure that all active fields can be buffered without having 
    49695000 to flush the buffers. 
    4970  This mode is used by default since it allows more asynchronism and thus 
     5001 This mode is used by default since it allows more asynchronous and thus 
    49715002 better performance at the cost of being quite memory hungry. 
    49725003\end_layout 
     
    49815012int 
    49825013\series default 
    4983 ) defines the mimimum buffer size in bytes (8192 by default). 
     5014) defines the minimum buffer size in bytes (8192 by default). 
    49845015 This value will be used by XIOS only for buffers whose detected size is 
    4985  smaller than the user defined mimimum size. 
     5016 smaller than the user defined minimum size. 
    49865017\end_layout 
    49875018 
     
    50045035\begin_inset Formula  
    50055036\[ 
    5006 {\scriptstyle used\_size\;=\;\min\left(minimum\_buffer\_size,\; detected\_size\;\times\; buffer\_size\_factor\right)} 
     5037{\scriptstyle used\_size\;=\;\min\left(minimum\_buffer\_size,\;detected\_size\;\times\;buffer\_size\_factor\right)} 
    50075038\] 
    50085039 
Note: See TracChangeset for help on using the changeset viewer.