Ticket #835 (closed Task: fixed)

Opened 3 years ago

Last modified 3 years ago

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>

Change History

comment:1 Changed 3 years ago by rupert

  • Status changed from new to closed
  • Resolution set to fixed

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

Note: See TracTickets for help on using tickets.