-
Notifications
You must be signed in to change notification settings - Fork 664
Open
Description
At this point we have several cases that we effective take offline by using a "0" instead of a "Rate of Spread" quantity for USFS Catchpole. There are two issues:
- Cases that are killed by the CTRL function do not have _devc data within the metric window.
- Some case have a period where the slope is relatively flat and the "slope" logic returns a nan for something that should just be 0.
I tested Jason's new CTRL logic and fixed a couple of minor things:
&DEVC ID='xT', QUANTITY='TEMPERATURE', SPATIAL_STATISTIC='MAXLOC X', XB=0,8,-0.1,0.1,0,0.203 /
&DEVC ID='x',QUANTITY='CONTROL VALUE',CTRL_ID='x proc'/
&DEVC ID='flag val',QUANTITY='CONTROL',CTRL_ID='flag'/
&DEVC ID='t', XYZ=0,0,0, QUANTITY='TIME', OUTPUT=F, SETPOINT=11.0/
&DEVC ID='HRR', QUANTITY='HRRPUV', XB=-1.,9.,-1.5,1.5,0.,3., SPATIAL_STATISTIC='VOLUME INTEGRAL',
OUTPUT=F, SETPOINT=0.1, LATCH=F, TRIP_DIRECTION=-1/
&CTRL ID='flag', FUNCTION_TYPE='ALL', INPUT_ID='t','HRR',INITIAL_STATE=T/
&CTRL ID='x proc',FUNCTION_TYPE='MULTIPLY',INPUT_ID='xT','flag val'/
Eric, I leave it up to you how you want to proceed. If you want help changing the slope logic let me know.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels