1 | <!-- =================================================================== --> |
---|
2 | <!-- file_def_physics.xml --> |
---|
3 | <!-- Definition of output files for Generic PCM physics --> |
---|
4 | <!-- =================================================================== --> |
---|
5 | |
---|
6 | <file_definition> |
---|
7 | |
---|
8 | <!-- Instantaneous outputs; Here output_freq in physics time steps --> |
---|
9 | <!-- |
---|
10 | 1 ts == 1 physical ts |
---|
11 | if physical ts is half a day, |
---|
12 | 10ts below means every 5 days |
---|
13 | 2000ts below means every 1000 days |
---|
14 | --> |
---|
15 | <file id="histins" |
---|
16 | name="Xhistins" |
---|
17 | output_freq="1ts" |
---|
18 | sync_freq="1ts" |
---|
19 | type="one_file" |
---|
20 | time_units="days" |
---|
21 | enabled="true"> |
---|
22 | |
---|
23 | |
---|
24 | <!-- VARS 0D --> |
---|
25 | <field_group operation="instant" |
---|
26 | grid_ref="scalarpoint" |
---|
27 | freq_op="1ts"> |
---|
28 | <field field_ref="Ls" /> |
---|
29 | </field_group> |
---|
30 | |
---|
31 | <!--<field_group domain_ref="dom_glo"> --> |
---|
32 | <!--<field_group grid_ref="grid_2D_out">--> |
---|
33 | <!-- toggle domain_ref to output on native or lon-lat domain --> |
---|
34 | |
---|
35 | <!-- VARS 2D --> |
---|
36 | <field_group operation="instant" prec="4" |
---|
37 | grid_ref="grid_2D_out" |
---|
38 | freq_op="1ts"> |
---|
39 | <field field_ref="area" operation="once" /> |
---|
40 | <field field_ref="ps" enabled="true" /> |
---|
41 | <field field_ref="ISR" enabled="true" /> |
---|
42 | <field field_ref="OLR" enabled="true" /> |
---|
43 | <field field_ref="ASR" enabled="true" /> |
---|
44 | </field_group> |
---|
45 | |
---|
46 | <!-- VARS 3D --> |
---|
47 | <field_group operation="instant" |
---|
48 | grid_ref="grid_3D_out" |
---|
49 | freq_op="1ts"> |
---|
50 | <field field_ref="u" /> |
---|
51 | <field field_ref="v" /> |
---|
52 | <field field_ref="omega"/> |
---|
53 | <field field_ref="temperature" /> |
---|
54 | <field field_ref="n2" /> |
---|
55 | <field field_ref="ch4_gas" /> |
---|
56 | <field field_ref="ch4_ice" /> |
---|
57 | <field field_ref="co_gas" /> |
---|
58 | <field field_ref="co_ice" /> |
---|
59 | <field field_ref="haze" /> |
---|
60 | |
---|
61 | <!--field field_ref="h2o_vap" /> |
---|
62 | <field field_ref="h2o_ice" /> |
---|
63 | <field field_ref="w_plm" /> |
---|
64 | <field field_ref="detr" /> |
---|
65 | <field field_ref="entr" /--> |
---|
66 | </field_group> |
---|
67 | |
---|
68 | <!--</field_group>--> |
---|
69 | </file> |
---|
70 | <!--XspecIR--> |
---|
71 | <file id="specIR" |
---|
72 | name="XspecIR" |
---|
73 | output_freq="400ts" |
---|
74 | type="one_file" |
---|
75 | time_units="days" |
---|
76 | enabled="false"> |
---|
77 | <!--Var 1D ?--> |
---|
78 | <field_group operation="instant" |
---|
79 | grid_ref="grid_IR" |
---|
80 | freq_op="1ts"> |
---|
81 | <field field_ref="IR_Bandwidth" operation="once"/> |
---|
82 | </field_group> |
---|
83 | <!--Var 2D--> |
---|
84 | <field_group operation="instant" prec="4" |
---|
85 | grid_ref="grid_2D_out" |
---|
86 | freq_op="1ts"> |
---|
87 | <field field_ref="area" operation="once" /> |
---|
88 | </field_group> |
---|
89 | <!--Var 3D--> |
---|
90 | <field_group operation="instant" |
---|
91 | grid_ref="grid_IR_3D_out" |
---|
92 | freq_op="1ts"> |
---|
93 | <field field_ref="OLR3D" /> |
---|
94 | </field_group> |
---|
95 | </file> |
---|
96 | <!--XspecVI--> |
---|
97 | <file id="specVI" |
---|
98 | name="XspecVI" |
---|
99 | output_freq="400ts" |
---|
100 | type="one_file" |
---|
101 | time_units="days" |
---|
102 | enabled="true"> |
---|
103 | <!--Var 1D --> |
---|
104 | <field_group operation="instant" |
---|
105 | grid_ref="grid_VI" |
---|
106 | freq_op="1ts"> |
---|
107 | <field field_ref="VI_Bandwidth" operation="once"/> |
---|
108 | </field_group> |
---|
109 | <!--Var 2D--> |
---|
110 | <field_group operation="instant" prec="4" |
---|
111 | grid_ref="grid_2D_out" |
---|
112 | freq_op="1ts"> |
---|
113 | <field field_ref="area" operation="once" /> |
---|
114 | </field_group> |
---|
115 | <!--Var 3D--> |
---|
116 | <field_group operation="instant" |
---|
117 | grid_ref="grid_VI_3D_out" |
---|
118 | freq_op="1ts"> |
---|
119 | <field field_ref="OSR3D" /> |
---|
120 | <field field_ref="GSR3D" /> |
---|
121 | </field_group> |
---|
122 | </file> |
---|
123 | </file_definition> |
---|