Closed GoogleCodeExporter closed 9 years ago
This makes sense.
However I am confused why schedules assigned in the pz transform, and then
referenced in subsequent transforms, seem to work fine. I think the
IntLtgSchRef is still an example that includes defining the schedule in the pz
transform, and the p & bz schedules are being set. Previously, when the other
internal load schedules were set in the pz transform, I am nearly certain I
reviewed the assignment in the ibd-detail files and OS models and confirmed
they were there, but that was a few weeks ago and may have only relied on the
rule logging.
Regarding the solutions, I think a copy of the p transform for subsequent
transforms is a reasonable solution, since all of the neutral model data should
be defined by this point in the analysis.
Original comment by da...@360-analytics.com
on 11 Apr 2013 at 3:45
Touched base with Jason and Roger on this topic this morning.
Everyone seems to be in agreement that enabling the BASELINESIZING and BASELINE
transforms to be initialized with the final PROPOSED model was a good approach,
so that will be added to my near-term to-do list.
A related change will be to revise the syntax of the TRANSFORMATIONS
definitions in the main ruleset file to reference the model that documents what
previous model is to be the source of the initial transform. So what we have
now as:
PROPOSED p
EXCLUDE u:Project:Holiday
BASELINESIZING bz
EXCLUDE u:Project:Holiday
EXCLUDE u:Project:AirSystem
EXCLUDE u:Project:FluidSystem
will become:
PROPOSED p from USER
EXCLUDE u:Project:Holiday
BASELINESIZING bz from PROPOSED
EXCLUDE u:Project:AirSystem
EXCLUDE u:Project:FluidSystem
Original comment by scriswel...@gmail.com
on 12 Apr 2013 at 6:54
Fixed in CBECC committed on/prior to 4/17 following change described above.
Original comment by scriswel...@gmail.com
on 19 Apr 2013 at 3:55
Confirmed fixed in version 1b (454) - 9/25/13
Mods include use of "from ..." to determine which model is the starting point
for each transform and also mods to parse and define the EXCLUDE statements
(which were previously hard-coded).
Closing out issue.
Original comment by scriswel...@gmail.com
on 26 Sep 2013 at 3:37
Original issue reported on code.google.com by
scriswel...@gmail.com
on 11 Apr 2013 at 6:09