- status: open --> pending
I am reviewing the latest XML file and inputs have indeed changed. Below is a sample snippet. The *********** are extra lines I have added to indicate which attribute these tags map too.
<coupling fullySpecified="false" purpose="boundaryCondition"> ****** hasInputType
<description>No manipulation of wind values from HiGEM atmosphere component are needed for input to aerosol forcing </description> *******rdfs:comment on the inputcondition object
<type value="Other"/>
<timeProfile units="minutes"> ********** hasInputFrequency Part 2
<rate>20</rate> **************** hasInputFrequency Part 1
************** hasInputFrequency = "20 minutes"
</timeProfile>
<timeTransformation>
<mappingType value="Exact"/> *********hasInputTypeTransformationType
</timeTransformation>
<couplingSource>
<reference xlink:href="#//CIMRecord/modelComponent[id='e741675e-2842-11df-ae84-001de019e26d']">
<id>e741675e-2842-11df-ae84-001de019e26d</id>
<name>HiGEM_Atmos</name> ************hasInputSourceComponent
<type>modelComponent</type>
<version>1</version>
<description>Reference to a modelComponent called HiGEM_Atmos</description>
</reference>
</couplingSource>
<couplingTarget>
<reference xlink:href="#//CIMRecord/modelComponent[id='e567020f-2842-11df-a327-001de019e26d']">
<id>e567020f-2842-11df-a327-001de019e26d</id>
<name>U wind</name> ************ Variable name, this will be the first thing you want to harvest. It forms part of the input condition name.
******* inputcondition_"institutionAbbreviation"_"modelname"_"variablename"
<type>componentProperty</type>
<version>1</version>
<description>Reference to a componentProperty called U wind in a modelComponent called HiGEM_Aerosols</description>
</reference>
</couplingTarget>
</coupling>