Originally Reported by Sandeep @ 360:
During my updates to the checklists for the T24N_2016 RI tests I found that the 'Spc:XXXDayltgCtrlLtgFrac' in the reporting rule was not being reported accurately and was being set to '0'. Upon review of the relevant rules I found that 'RULE Spc:XXXDayltgCtrlLtgFrac' has 'ANNUAL' calculations being performed using the 'RegInstLtgPwr' - see excerpt below
ANNUAL
if( SkylitDayltgCtrlLtgPwr > 0 .AND.
IfValidAnd( RegInstLtgPwr > 0 ) )
then
MIN( 1,SkylitDayltgCtrlLtgPwr/RegInstLtgPwr )
else
0
endif
and as 'RegInstLtgPwr' is set to '0' (does not exist), the 'Spc:SkylitDayltgCtrlLtgFrac' is being evaluated to '0' in the Baseline transform.
Please review the rules and update as necessary.
Updates Committed to rev3741