Changeset 821 for XIOS/trunk/doc/inputs
- Timestamp:
- 02/10/16 14:35:03 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/doc/inputs/user/Domain.lyx
r797 r821 317 317 interpolation_domain: Implement interpolation from a domain to one another, 318 318 for now XIOS can only do interpolation by reading calculated weight values 319 from a file. 320 The calculation on the fly will be implemented soon. 319 from a file or calculate the weights on the fly. 321 320 \end_layout 322 321 … … 496 495 per client process. 497 496 In the next sections, local describes everything related to a client process, 498 whereas global means wholedata.497 whereas global means global data. 499 498 The followings describe the essential parts of domain. 500 499 Details of its attributes and operations can be found in XIOS reference … … 533 532 curvilinear: a 2-dimensional coordinates allows the generality of two axes 534 533 not perpendicular to each other. 535 Latitude and longitude have the size equivalent to size of wholedomain.534 Latitude and longitude have the size equivalent to size of local domain. 536 535 537 536 \end_layout … … 692 691 \begin_layout Plain Layout 693 692 694 CALL xios_set_domain_attr("domain_A",i_index=iIndex, j_index=jIndex) 693 CALL xios_set_domain_attr("domain_A",ni_glo=9, nj_glo=9, i_index=iIndex, 694 j_index=jIndex) 695 695 \end_layout 696 696 … … 1030 1030 1031 1031 \begin_layout Standard 1032 For cur linear mesh, bounds_lon_2d and bounds_lat_2d provide a convenient1032 For curvilinear mesh, bounds_lon_2d and bounds_lat_2d provide a convenient 1033 1033 way to define longitude and latitude value for the vertex of the cell. 1034 1034 However, it is possible to use bounds_lon_1d and bounds_lat_1d to describe
Note: See TracChangeset
for help on using the changeset viewer.