source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/library/oasis3-mct/XML/oasis3-mct/checktransfo/checkinout.xml @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 5 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1 <model name="cicotransfo" title="Checkin Checkout operations" layout="flat">
2   <desc>
3Please enter if the min and the max of the coupling fields must be calculated (it is recommended),
4for the different coupling fields, selecting the different rows available.
5The "load" button is useless for the OASIS3-MCT application.[]
6A blue (?), located at the right bottom of this window, gives more information on the data to fill up.
7   </desc>
8</model>
9 <model name="transfcico" title="Checkin/Checkout" layout="flat">
10   <multiple name="checkinoutminmax" title="Checkin/Checkout options" require="field_names_list" custom_label="Fields">
11         <xor name="checkin" title="CHECKIN" default="checkin_off">
12           <model name="checkin_off" title="No CHECKIN">
13           </model>
14           <model name="checkin_on" title="CHECKIN">
15           </model>
16         </xor>
17         <xor name="checkout" title="CHECKOUT" default="checkout_off">
18           <model name="checkout_off" title="No CHECKOUT">
19           </model>
20           <model name="checkout_on" title="CHECKOUT">
21           </model>
22         </xor>
23    </multiple>
24    <docu>
25
26[section=CHECKIN]
27
28Calculates the global minimum, the maximum and the sum of the source field
29values and prints them to the OASIS3-MCT debug file. These
30informations are found in the debug file of the master process of the source model
31under the attribute ``diags''. This operation does not transform the field.
32
33[section=CHECKOUT]
34 
35Calculates the global minimum, the maximum and the sum of the target field values
36and prints them to the OASIS3-MCT debug file. These informations are
37found in the debug file of the master process of the target model under the attribute ``diags''.
38This operation does not transform the field.
39    </docu>
40</model>
Note: See TracBrowser for help on using the repository browser.