Changeset 2643 for LMDZ5/trunk/DefLists
- Timestamp:
- Oct 2, 2016, 6:28:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/DefLists/iodef_dev.xml
r2002 r2643 1 1 <?xml version="1.0"?> 2 2 <simulation> 3 <context id="LMDZ" calendar_type="D360" start_date="1980-01-01 00:00:00"> 3 <context id="LMDZ"> 4 5 <!-- <calendar type="D360" start_date="1980-01-01 00:00:00" /> --> 6 4 7 <!-- Definition of model variables --> 5 8 <field_definition prec="4" … … 16 19 <!-- 3D variables --> 17 20 <field_group id="fields_3D" 18 domain_ref="dom_glo" >21 domain_ref="dom_glo" axis_ref="presnivs"> 19 22 <field id="temperature" 20 23 long_name="Atmospheric temperature" … … 39 42 name="Xhistins" 40 43 output_freq="12ts" 44 type="one_file" 41 45 enabled=".TRUE."> <!-- NB: output_freq in physics ts--> 42 46 … … 46 50 <field field_ref="ps" /> 47 51 </field_group> 48 <!-- <field_group field_group_ref="fields_2D"49 operation="instant" /> doesn't work ?!? -->50 52 51 53 <!-- VARS 3D --> … … 58 60 <field field_ref="v" /> 59 61 </field_group> 60 <!-- <field_group field_group_ref="fields_3D"61 operation="instant" /> doesn't work ?!? -->62 62 </file> 63 63 … … 65 65 name="Xdiurnalave" 66 66 output_freq="1d" 67 type="one_file" 67 68 enabled=".true."> 68 69 <!-- VARS 2D --> … … 93 94 wxios_add_vaxis --> 94 95 <axis_definition> 95 <!--96 <axis_group id="presnivs"97 standard_name="Pseudo-pressure of model vertical levels"98 unit="Pa">99 </axis_group>100 -->101 96 <axis id="presnivs" 102 97 standard_name="Pseudo-pressure of model vertical levels" … … 114 109 115 110 <variable_group id="parameters" > 116 <variable id="using_server" type="bool ean">true</variable>111 <variable id="using_server" type="bool">false</variable> 117 112 <variable id="info_level" type="int">10</variable> 118 113 </variable_group>
Note: See TracChangeset
for help on using the changeset viewer.