Changeset 1191
- Timestamp:
- 21/03/18 18:20:32 (3 years ago)
- Location:
- CMIP6dreqbuild/trunk/src/framework
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/out/dreq2Sample.xml
r1187 r1191 108 108 <timeSlice label="timeSlice" uid="SECTION:timeSlice" useClass="vocab" title="3.11 Time Slices for Output Requests" id="tsl"> 109 109 <!-- <info srcType="dummy" srcRef="ptxt.py">Dummy entries</info> --> 110 <item id="001.025.001" label="example-01" title="dummy title string" type=" noType" start="25" end="25" step="5." sliceLen="25" nyears="5." uid="b78f84c3-27ad-11e8-9588-1c4d70487308" startList="25 30" sliceLenUnit="dummyAt" description="dummyAt" child="dummyAt"/>110 <item id="001.025.001" label="example-01" title="dummy title string" type="yearList" start="25" end="25" step="5." sliceLen="25" nyears="5." uid="b78f84c3-27ad-11e8-9588-1c4d70487308" startList="25 30" sliceLenUnit="dummyAt" description="dummyAt" child="dummyAt"/> 111 111 </timeSlice> 112 112 <cellMethods label="cellMethods" uid="SECTION:cellMethods" useClass="vocab" title="7.1 Cell Methods" id="cmth"> -
CMIP6dreqbuild/trunk/src/framework/ptxt.py
r1187 r1191 192 192 elif i.type == "aa:st__fortranType": 193 193 value = 'integer' 194 elif i.type == "aa:st__sliceType": 195 value = 'yearList' 194 196 elif i.type == "aa:st__configurationType": 195 197 value = 'size'
Note: See TracChangeset
for help on using the changeset viewer.