source: codes/icosagcm/devel/xml/file_def_dynamico_regular.xml @ 1057

Last change on this file since 1057 was 1039, checked in by dubos, 4 years ago

devel : split file_def_dynamico.xml into native and regular

File size: 1.3 KB
Line 
1<!-- =========================================================================================================== -->
2<!-- file_def_dynamico                                                                                           -->
3<!-- Definition of output diagnostic files (not including restart files)                                         -->
4<!-- =========================================================================================================== -->
5<file_definition > 
6
7  <file id="output_dcmip2016_regular" enabled="false" output_freq="3h" sync_freq="3h" output_level="10" description="Dry baroclinic wave" timeseries="none" > 
8   
9    <field_group group_ref="dcmip2016_output_field_once"/>
10   
11    <field_group group_ref="dcmip2016_output_field" domain_ref="regular_one_degree" />
12
13    <variable name="model" type="string" > dynamico </variable>
14    <variable name="test_case" type="string" > 161_dry </variable>
15    <variable name="horizontal_resolution" type="string" > 1 degree interpolated (grid points : 80x80x10) </variable>
16    <variable name="levels" type="string" > L30 </variable>
17    <variable name="grid" type="string" > hex </variable>
18    <variable name="equation" type="string" > hydro </variable>
19    <variable name="time_frequency" type="string" > 3hr </variable>   
20
21  </file>
22
23
24</file_definition>
Note: See TracBrowser for help on using the repository browser.