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

Last change on this file since 4775 was 4775, checked in by aclsce, 4 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.2 KB
Line 
1  <model name="mainmodelparam" title="Main model parameters" layout="flat">
2  <desc>
3Please enter the name of each model running in the experiment using the button "add Models",
4double clicking on the new row created and filling the part "no label" under "Model names".
5The name must be validated using the button "Enter" of the keyboard.
6The "load" button is useless for the OASIS3-MCT application.
7The maximum fortran unit is optional, but if it is specified for one model, it
8must be specified for all the models. []
9The blue (?), located at the right bottom of this window, gives more information on each data to fill up.
10When processing this window, it will be necessary to save the xml file.
11  </desc>
12  </model>
13  <model name="modelparam" title="Model parameters" layout="flat">
14    <multiple name="models" title="Models" custom_label="Model names">
15         <xor name="maxunits" title="Maximum fortran units" default="units_off">
16           <model name="units_off" title="No fortran units">
17           </model>
18           <model name="units_on" title="Max fortran units">
19             <param name="nunit" title="Max Fortran units (integer)" type="integer" />
20           </model>
21         </xor>
22    </multiple>
23    <info name="model_names_list" title="List of the models" type="liststring" visibility="hidden"/>
24    <docu> 
25[section=Model names]
26
27In this part the user must enter the names of the models running in the experiment,
28which must correspond to the name announced by each model when calling the routine oasis_init_comp
29(see section 2.2.1 of the User Guide).
30
31Then the user may indicate the maximum Fortran unit number used by the models (optional).
32
33More information can be found in the User Guide section 3.2 under the keyword $NBMODEL.
34<docuold>
35In all cases, OASIS3-MCT library assumes, during the
36initialization phase, that units 1025 and 1026 are free and temporarily uses these units to
37read the configuration file and to write corresponding log messages to file nout.000000. After the
38initialization phase, OASIS3-MCT will still suppose that units above 1024 are free, unless maximum
39unit numbers are indicated in the configuration file.
40</docuold>
41    </docu>
42  </model>
43
Note: See TracBrowser for help on using the repository browser.