Last change
on this file since 4121 was
4028,
checked in by millour, 7 years ago
|
Rearrange ICOSAGCM/Physics interface so that multiple different LMDZ physics packages may be used.
So far only interfaces with 'lmd' and 'dev' physics are handled.
Added a 'DEV_PHYSICS' directory with sample def and xml files to test correct integration with 'dev' physics.
EM
|
File size:
2.1 KB
|
Line | |
---|
1 | <file_definition > |
---|
2 | <file_group id="defile"> |
---|
3 | |
---|
4 | |
---|
5 | <file id="histins" name="Xhistins" output_freq="12ts" type="one_file" enabled=".true."> |
---|
6 | |
---|
7 | <!-- VARS 1D --> |
---|
8 | <!-- <field_group operation="once"> --> |
---|
9 | <!-- <field field_ref="Ap" level="1" /> --> |
---|
10 | <!-- <field field_ref="Bp" level="1" /> --> |
---|
11 | <!-- <field field_ref="Alt" level="1" /> --> |
---|
12 | <!-- </field_group> --> |
---|
13 | |
---|
14 | <!-- VARS 2D --> |
---|
15 | <field_group domain_ref="dom_out" operation="instant" freq_op="1ts"> |
---|
16 | <field field_ref="ps" /> |
---|
17 | </field_group> |
---|
18 | |
---|
19 | <!-- VARS 3D --> |
---|
20 | <field_group operation="instant" |
---|
21 | freq_op="1ts" |
---|
22 | domain_ref="dom_out" |
---|
23 | axis_ref="presnivs"> |
---|
24 | <field field_ref="temperature" /> |
---|
25 | <field field_ref="temp_newton" operation="once" /> |
---|
26 | <field field_ref="u" /> |
---|
27 | <field field_ref="v" /> |
---|
28 | </field_group> |
---|
29 | </file> |
---|
30 | |
---|
31 | <file id="diurnalave" |
---|
32 | name="Xdiurnalave" |
---|
33 | output_freq="1d" |
---|
34 | type="one_file" |
---|
35 | enabled=".true."> |
---|
36 | <!-- VARS 2D --> |
---|
37 | <field_group domain_ref="dom_out" operation="average" |
---|
38 | freq_op="1ts"> |
---|
39 | <field field_ref="ps" /> |
---|
40 | </field_group> |
---|
41 | <!-- VARS 3D --> |
---|
42 | <field_group operation="average" |
---|
43 | freq_op="1ts" |
---|
44 | domain_ref="dom_out" |
---|
45 | axis_ref="presnivs"> |
---|
46 | <field field_ref="temperature" /> |
---|
47 | <field field_ref="u" /> |
---|
48 | <field field_ref="v" /> |
---|
49 | </field_group> |
---|
50 | </file> |
---|
51 | |
---|
52 | </file_group> |
---|
53 | </file_definition> |
---|
Note: See
TracBrowser
for help on using the repository browser.