Skip to content

Fix broken cases in USFS Catchpole #15807

@rmcdermo

Description

@rmcdermo

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:

  1. Cases that are killed by the CTRL function do not have _devc data within the metric window.
  2. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions