- Timestamp:
- 17/08/16 16:33:16 (5 years ago)
- Location:
- CMIP6dreq/trunk/dreqPy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreq/trunk/dreqPy/docs/dreqSupp.xml
r717 r730 2 2 <document xmlns="urn:w3id.org:cmip6.dreq.dreq:a" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pav="http://purl.org/pav/2.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="out/dreqSchema.xsd"> 3 3 <prologue> 4 <dc:title>Draft CMIP6 Data Request [01.beta.3 0]</dc:title>4 <dc:title>Draft CMIP6 Data Request [01.beta.34]</dc:title> 5 5 <dc:description>The CMIP6 Data Request will specify the variables requested for the CMIP6 archive, and the detail the experiments and time slices for which they are required.</dc:description> 6 6 <dc:creator>Martin Juckes</dc:creator> 7 7 <dc:date>2016-06-22</dc:date> 8 <pav:version>01.beta.3 0</pav:version>8 <pav:version>01.beta.34</pav:version> 9 9 </prologue> 10 10 <main> -
CMIP6dreq/trunk/dreqPy/packageConfig.py
r725 r730 15 15 16 16 __versionComment__ = "Updates to content for several MIPs; uniqueness of CMOR variable name per table" 17 __version__ = "01.beta.3 3"17 __version__ = "01.beta.34" 18 18 __title__ = "dreqPy" 19 19 __description__ = "CMIP6 Data Request Python API"
Note: See TracChangeset
for help on using the changeset viewer.