source: XIOS/trunk/inputs/CONNECTIVITY/iodef.xml @ 1078

Last change on this file since 1078 was 1078, checked in by mhnguyen, 7 years ago

Adding rectilinear and curvilinear domain for expand_domain transformation
-) Rectilinear/curvilinear is expanded not only locally but also globally, its global size ni_glo, nj_glo become ni_glo+2 and nj_glo+2
-) Two attributes i_periodic, j_periodic are only used for rectilinear/curvilinear to process priodic condition

+) Do some minor modification

Test
+) Add test_connectivity_expand
+) On Curie
+) Work (but need more real tests)

File size: 669 bytes
Line 
1<?xml version="1.0"?>
2<simulation>
3
4  <context id="test" src="./test.xml"/>
5
6  <context id="xios">
7      <variable_definition>
8        <variable_group id="buffer">
9            <variable id="optimal_buffer_size" type="string">performance</variable>
10            <variable id="buffer_size_factor" type="double">1.0</variable>
11         </variable_group>
12
13        <variable_group id="parameters" >
14          <variable id="using_server" type="bool">false</variable>
15          <variable id="info_level" type="int">50</variable>
16          <variable id="print_file" type="bool">true</variable>
17        </variable_group>
18      </variable_definition>
19  </context>
20
21</simulation>
22
Note: See TracBrowser for help on using the repository browser.