{ "task_id": "climategov_011", "domain": "NOAA_NCEI_CLIMATE_AT_A_GLANCE", "autonomy_type": "ordered table", "oracle_output_cardinality": 3, "instruction": "我想在得克萨斯州南部 (South Texas) 的四个气候分区中进行一项数据筛选,寻找那些在两个较长的时间段内气候保持在接近常态到偏湿润状态,但在1966年3月单月供暖需求依然较低的地区。请将查找范围严格限定在中南部 (South Central)、上海岸 (Upper Coast)、南部 (South) 以及下游河谷 (Lower Valley) 这四个分区,其具体的名称和编号顺序请以官方的得克萨斯州气候分区 (Texas divisional) 页面片段给出的信息为准。\n具体而言,我们需要保留同时满足以下三个特定气候指标的分区:首先,截至1966年2月的前10个月内,帕尔默Z指数距平 (Palmer Z-Index anomaly) 不得低于-0.05;其次,截至1966年12月的前24个月内,帕尔默Z指数距平 (Palmer Z-Index anomaly) 不得低于-0.10;此外,1966年3月单月的采暖度日数 (Heating Degree Days) 实际数值必须低于200°Df。\n在找出所有符合条件的分区后,请按照特定的优先级规则对它们进行排序。优先将1966年2月的10个月Z指数距平与1966年12月的24个月Z指数距平相加,并按此总和从大到小降序排列。如果遇到总和相同的情况,请将1966年3月采暖度日数 (Heating Degree Days) 实际值更小的分区排在前面;若依然存在并列,则让得克萨斯州分区号更小的优先。\n最后,请将处理好的结果整理为单行字符串进行输出,各个匹配项之间使用英文逗号进行连接。每个结果必须严格遵守这样的拼接格式:<得克萨斯州分区号>|<分区名>|<1966年2月10个月Z指数距平的原样文本>|<1966年12月24个月Z指数距平的原样文本>|<1966年3月单月采暖度日数实际值的原样文本>|<保留两位小数的湿度得分 (moisture score)>。这里的湿度得分 (moisture score) 也就是前面所说的1966年2月的10个月Z指数距平与1966年12月的24个月Z指数距平之和。如果在筛选后没有发现任何满足条件的分区,请直接输出 NONE。", "start_url": "https://www.ncei.noaa.gov/access/monitoring/climate-at-a-glance/national", "output_format": "最后,请将处理好的结果整理为单行字符串进行输出,各个匹配项之间使用英文逗号进行连接。每个结果必须严格遵守这样的拼接格式:<得克萨斯州分区号>|<分区名>|<1966年2月10个月Z指数距平的原样文本>|<1966年12月24个月Z指数距平的原样文本>|<1966年3月单月采暖度日数实际值的原样文本>|<保留两位小数的湿度得分 (moisture score)>。这里的湿度得分 (moisture score) 也就是前面所说的1966年2月的10个月Z指数距平与1966年12月的24个月Z指数距平之和。如果在筛选后没有发现任何满足条件的分区,请直接输出 NONE。", "oracle_answer": "7|South Central|0.72|0.35|194°Df|1.07,10|Lower Valley|0.28|0.67|106°Df|0.95,9|South|0.03|0.37|148°Df|0.40", "metadata": { "State-Gated Retrieval": [ "只在 Texas divisional 页面定义的四个 South Texas 分区内筛选:South Central、Upper Coast、South、Lower Valley。", "保留同时满足以下条件的分区:1966-02 的 10-month Palmer Z-Index anomaly 不低于 -0.05;1966-12 的 24-month anomaly 不低于 -0.10;1966-03 的 1-month Heating Degree Days Value 小于 200°Df。", "最终按两次 Z anomaly 之和降序、再按 1966-03 HDD Value 升序、再按分区号升序排序。" ], "dependency_type": "Data", "intra_chain": true, "inter_chain": true, "data_dependency": [ "the official Texas climate-division reference fixes the four South Texas division IDs and names that must be tracked across all later pages", "the 1966-02 10-month Palmer Z-Index anomaly page and the 1966-12 24-month Palmer Z-Index anomaly page jointly generate the four-division candidate set", "the 1966-03 1-month Heating Degree Days Value page supplies the last filter; final rows are produced only after intersecting the three divisional screens and then sorting by summed Z-anomaly score, HDD value, and division number" ], "freeze": { "historical_window": "Texas climate divisions South Central, Upper Coast, South, and Lower Valley; metrics are fixed to the 1966-02 10-month Palmer Z-Index anomaly, 1966-12 24-month anomaly, and 1966-03 1-month Heating Degree Days Value pages" }, "answer_type": "multi-row ordered table" }, "rubric": { "inclusion_conditions": [ "只在 Texas divisional 页面定义的四个 South Texas 分区内筛选:South Central、Upper Coast、South、Lower Valley。", "保留同时满足以下条件的分区:1966-02 的 10-month Palmer Z-Index anomaly 不低于 -0.05;1966-12 的 24-month anomaly 不低于 -0.10;1966-03 的 1-month Heating Degree Days Value 小于 200°Df。", "最终按两次 Z anomaly 之和降序、再按 1966-03 HDD Value 升序、再按分区号升序排序。" ], "exclusion_conditions": [ "排除四个指定 South Texas 分区之外的 Texas divisional 结果。", "排除把 1966-03 HDD 页面的筛选字段误读成 Anomaly 而不是 Value 的结果。", "排除任何一个时间窗或阈值条件不满足的分区。" ], "normalization": { "field_separator": "|", "record_separator": ",", "schema": [ "texas_division_no", "division_name", "feb_1966_10mo_z_text", "dec_1966_24mo_z_text", "mar_1966_hdd_text", "moisture_score" ], "texas_division_no": "canonical output uses the short Texas climate-division number; the scorer may accept an equivalent four-digit form, but the emitted oracle uses the short number", "raw_text_fields": "the two Z-index anomaly fields and the March 1966 HDD field preserve the raw displayed text; comparison may ignore optional trailing HDD unit text such as `°Df`", "moisture_score": "compute as February 1966 10-month Z-index anomaly plus December 1966 24-month Z-index anomaly, formatted with exactly two decimal places", "sorting_or_selection": { "primary": "moisture_score descending", "secondary": "March 1966 HDD actual value ascending after numeric normalization", "tertiary": "Texas division number ascending" }, "eligibility_rule": "each Texas division is counted once per requested window; if any required window value is missing, exclude the division", "stop_condition": [ "all candidate Texas divisions are checked under the same base period and anomaly windows", "the unique ordered output string is resolved before emission" ] } } }