source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/util/oasisgui/library/oasis3-mct/XML/oasis3-mct/grids/grids.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.4 KB
Line 
1<model name="modelgrids" title="Grids" layout="flat">
2    <desc> 
3Enter the name and characteristics of the grids involved in the coupling
4using the button "add Grids", double clicking on the new row created
5and filling the part "no label" under "Grid names".
6The name must be validated using the button "Enter" of the keyboard.
7The dimensions of the grids are optional, but if they are specified for one grid, they
8must be specified for all the grids.
9The "load" button is useless for the OASIS3-MCT application.[]
10The blue (?), located at the right bottom of this window, gives more information on each data to fill up.
11    </desc>
12</model>
13<model name="defgrids" title="Grid" layout="flat">
14    <multiple name="gridsline" title="Grids" custom_label="Grid names (4 char)" size="1.5;1.5">
15      <choice name="gridstatus" title="Characteristics" type="string" >
16        <option value="periodical_grid" title="PERIODICAL"/>
17        <option value="regional_grid" title="REGIONAL"/>
18      </choice>
19      <param name="grid_overlap" title="Overlapping points (integer)" type="integer" />
20         <xor name="dimsgrid" title="Dimensions" default="dims_off">
21           <model name="dims_off" title="No dimensions specified">
22           </model>
23           <model name="dims_on" title="Dimensions">
24             <param name="ni_grid" title="Dimension in i (integer)" type="integer" />
25             <param name="nj_grid" title="Dimension in j (integer)" type="integer" />       
26           </model>
27         </xor>
28    </multiple> 
29    <info name="grid_names_list" title="List of the grids" type="liststring" visibility="hidden"/>
30    <docu>
31
32[section=Grids]
33
34[item=Name of the grids:] The source grid names and the target grid names, coded on 4 characters,
35correpond to the prefix of the source grid names and the
36target grid names in the grid data files grids.nc, masks.nc and areas.nc (see the section 2.3 and 5.1
37of the User for more details).
38[item=Characteristics:] For each grid, Periodical and Regional
39correspond to the grid first dimension characteristic
40[item=Overlapping points:] Overlapping points correspond to the
41first dimension number of overlapping grid points.[]
42[item=Dimensions:] The arrays containing the grid information are dimensioned
43(ni, nj), where ni and nj are the grid first and second dimension. Unstructured grids or other grids expressed with 1D
44vectors are supported by setting ni to the total number of grid points and nj to 1. []
45
46</docu>
47</model>
Note: See TracBrowser for help on using the repository browser.