source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/library/oasis3-mct/XML/oasis3-mct/timetransfo/timetranso.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: 2.6 KB
Line 
1 <model name="timetransfo" title="Time transfos" layout="flat">
2   <desc>
3Please enter the time tranformations, if any, for the different coupling fields,
4selecting 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="transftime" title="Time transformations" layout="flat">
10 <multiple name="time" title="Time options" require="field_names_list" custom_label="Fields">
11         <xor name="loctrans" title="LOCTRANS" layout="flat" default="loctrans_off">
12           <model name="loctrans_off" title="NO LOCTRANS">
13           </model>
14           <model name="loctrans_on" title="LOCTRANS">
15             <choice name="loctransdef" title="Type of time transformation" type="string" default="average">
16               <option value="average" title="AVERAGE"/>
17               <option value="accumul" title="ACCUMUL"/>
18               <option value="tmin" title="T_MIN"/>
19               <option value="tmax" title="T_MAX"/>
20             </choice>
21           </model>
22         </xor>
23</multiple>
24    <docu> 
25
26[section=Time transformations definitions]
27
28[item=INSTANT (default, corresponds to NO LOCTRANS option):] No time transformation, the instantaneous field is transferred []
29[item=ACCUMUL:] The field accumulated over the previous coupling period is exchanged (the accumulation
30is simply done over the arrays field_array provided as third argument to the oasis_put calls,
31not weighted by the time interval between these calls) []
32[item=AVERAGE:] The field averaged over the previous coupling period is transferred (the average is
33simply done over the arrays field_array provided as third argument to the oasis_put calls, not
34weighted by the time interval between these calls)  []
35[item=T_MIN:] The minimum value of the field for each source grid point over the previous
36coupling period is transferred []
37[item=T_MAX:] The maximum value of the field for each source grid point over the previous
38coupling period is transferred []
39
40More details can be found in the User Guide section 4.1.
41
42<docuold>
43With OASIS3-MCT, time transformations are supported more generally with use of the coupling restart file.
44The coupling restart file allows the partial time transformation to be saved at the end of a run for exact
45restart at the start of the next run. For that reason, coupling restart filenames are now required for all
46namcouple entries that use LOCTRANS. This is the reason an optional restart file is
47now provided on the OUTPUT namcouple input line.
48</docuold>
49    </docu>
50</model>
51
52
53
54
55
56
57
58
Note: See TracBrowser for help on using the repository browser.