source: XIOS/trunk/inputs/TOY/arpsfx_files.xml @ 1118

Last change on this file since 1118 was 1118, checked in by mhnguyen, 7 years ago

Adding toy_cmip6 into repository

File size: 763 bytes
Line 
1
2<file_definition  type="one_file">
3
4 <file_group timeseries="exclusive" append="true" time_units="days">
5
6
7  <file ts_prefix="./%file_name%" name="x1107_arpsfx_ts"
8        output_freq="1ts" split_freq="1d" enabled="true" >
9
10    <field_group  operation="average" expr="@this" 
11                 default_value="1.e+20" ts_split_freq="1mo" ts_enabled="true" >
12
13      <!-- Surfex fields -->
14      <field field_ref="tas" grid_ref="grid_complete" />
15      <!-- Arpege fields -->
16      <field field_ref="pa_p" grid_ref="grid_complete_3D_p" name="pa_p_complete"/>
17      <field field_ref="pa_p"                               name="pa_p_native"/>
18      <field field_ref="pa"                                 name="pa_native"/>
19      </field_group >
20  </file>
21
22 </file_group>
23
24</file_definition>
Note: See TracBrowser for help on using the repository browser.