Changeset 797 for XIOS/trunk/doc/inputs


Ignore:
Timestamp:
11/26/15 10:56:17 (8 years ago)
Author:
mhnguyen
Message:

Updating User guide and reference doc

Location:
XIOS/trunk/doc/inputs/user
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/doc/inputs/user/Axis.lyx

    r669 r797  
    287287\end_layout 
    288288 
     289\begin_layout Itemize 
     290inverse_axis: Inverse an axis 
     291\end_layout 
     292 
    289293\begin_layout Standard 
    290294It is not difficult to define a transformation: Include type of transformation 
     
    315319\begin_layout Plain Layout 
    316320 
    317    <zoom_axis zoom_begin="1" zoom_size="3"/> 
     321   <zoom_axis zoom_begin="1" zoom_n="3"/> 
    318322\end_layout 
    319323 
     
    334338 
    335339\begin_layout Standard 
    336 The concrete example above says many things: the axis named axis_A_zoom 
    337  is transformed from axis name axis_A with a zoom activity. 
     340The concrete example is translated as: the axis named axis_A_zoom is transformed 
     341 from axis name axis_A with a zoom activity. 
    338342 The detailed attributes of zoom_axis can be found in reference document, 
    339343 but simply it contains the begining and size of zoomed region. 
  • XIOS/trunk/doc/inputs/user/Domain.lyx

    r669 r797  
    321321\end_layout 
    322322 
     323\begin_layout Itemize 
     324generate_rectilinear_domain: auto generating, distributing a rectilinear 
     325 domain then filling all mandatory attributes. 
     326\end_layout 
     327 
    323328\begin_layout Standard 
    324329It is not difficult to define a transformation: Include type of transformation 
     
    368373 
    369374\begin_layout Standard 
    370 The concrete example above says many things: a domain named domain_A_zoom 
     375The concrete example above tells many things: a domain named domain_A_zoom 
    371376 is transformed from domain name domain_A with a zoom activity. 
     377 The domain_A_zoom is the zoomed region of domain_A. 
    372378 The detailed attributes of zoom_domain can be found in reference document, 
    373379 but simply it contains the begining and size of zoomed region. 
     
    475481 
    476482\begin_layout Standard 
    477 Although xml is helpful to define several configurations, it can not be 
    478  used to customize attributes of domain. 
     483Although xml is helpful to define several configurations, it is not convenient 
     484 to customize attributes of domain. 
    479485 So it's the turn of Fortran interface. 
    480486\end_layout 
     
    772778 In case of one-dimensional data, it is only necessary to determine data_ibegin 
    773779 and data_ni. 
    774  Although the valid data must be inside a domain, it is not neccessary for 
    775  data to have same size as domain. 
     780 Although the valid data must be inside a local domain, it is not neccessary 
     781 for data to have same size as local domain. 
    776782 In fact, data can have larger size than domain on each dimension, this 
    777783 is often the case of  
     
    844850\end_inset 
    845851 
    846 , local domain occupies the center of the global domain, whereas real data 
     852, local domain occupies the center of the global domain, where real data 
    847853 fill up a larger region. 
    848854 Only data inside the local domain, represented by blue cells, are valid. 
     
    938944 
    939945\begin_layout Standard 
    940 With the same domain_A, we can have longitude and latitude by calling: 
     946With the same domain_A, we can set longitude and latitude values by calling: 
    941947\end_layout 
    942948 
Note: See TracChangeset for help on using the changeset viewer.