Last change
on this file since 2045 was
2045,
checked in by ymipsl, 4 years ago
|
Add source hand-on and doc for training
YM
|
File size:
913 bytes
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <simulation> |
---|
3 | <context id="test"> |
---|
4 | <calendar type="Gregorian" time_origin="2021-01-01" start_date="2021-03" /> |
---|
5 | |
---|
6 | <domain_definition> |
---|
7 | <domain id="domain" type="rectilinear" ni_glo="12" nj_glo="12"/> |
---|
8 | </domain_definition> |
---|
9 | |
---|
10 | <grid_definition> |
---|
11 | <grid id="grid"> |
---|
12 | <domain domain_ref="domain"/> |
---|
13 | </grid> |
---|
14 | |
---|
15 | |
---|
16 | </grid_definition> |
---|
17 | |
---|
18 | <field_definition> |
---|
19 | <field id="temp" name="temperature" grid_ref="grid"/> |
---|
20 | </field_definition> |
---|
21 | |
---|
22 | <file_definition> |
---|
23 | <file id="output" name="output" output_freq="1h" type="one_file"> |
---|
24 | <field field_ref="temp" operation="instant"/> |
---|
25 | </file> |
---|
26 | |
---|
27 | |
---|
28 | </file_definition> |
---|
29 | |
---|
30 | </context> |
---|
31 | |
---|
32 | <context id="xios"> |
---|
33 | <variable_definition> |
---|
34 | <variable_group id="parameters" > |
---|
35 | <variable id="print_file" type="bool">true</variable> |
---|
36 | </variable_group> |
---|
37 | </variable_definition> |
---|
38 | </context> |
---|
39 | |
---|
40 | </simulation> |
---|
41 | |
---|
Note: See
TracBrowser
for help on using the repository browser.