Ticket #835 (closed Task: fixed)
output format change to numerical requirement
| Reported by: | rupert | Owned by: | rupert |
|---|---|---|---|
| Priority: | blocker | Milestone: | V1.1 Questionnaire Release |
| Component: | WP6 - CMIP5 Questionnaire | Version: | |
| Keywords: | q2cim | Cc: | charlotte |
| Requirement: | http://metaforclimate.eu/Work-Package-2/Developing-the-CIM/Project-Requirements-summary.htm | ||
Description
numerical requirement now has a different format in the CIM. I need to update the output to conform to this. We had:
<numericalRequirement xsi:type="BoundaryCondition">
<name>1.1.bc.ant_wmg</name>
<description>Imposed changing concentrations of well mixed gases (anthropogenic)</description>
</numericalRequirement>
but now have
<numericalRequirement>
<boundaryCondition>
<name>1.1.ic.oc</name>
<description>Ocean Initial Conditions must represent in some measure the observed anomolies for the start date used</description>
</boundaryCondition>
</numericalRequirement>

fixed on the vn1.0_devel branch as of revision 1002