Enercast — at the moment it matters
Home  /  Pipelines  /  Kern River Gas Transmission

Kern River Gas Transmission

2 active notices

Showing 2 notices
Kern River Gas Transmission

Kern River - Fillmore Compressor Station Unit 2 Force Majeure

SEV 4/5
Force Majeure 2.268 Bcf/d 7 Days

Kern River declared force majeure on August 7, 2026 following a mechanical failure on Unit 2 at the Fillmore Compressor Station. Operating capacity is reduced to approximately 2.268 Bcf/d for August 8 (Timely cycle), with all downstream delivery meters potentially impacted. The notice end date is August 14, 2026, though restoration is subject to repair progress.

Kern River FM at Fillmore Unit 2 reduces throughput to 2.268 Bcf/d on a key California-serving pipeline; expect bullish pressure at SoCal Citygate and PG&E Citygate basis, with EPNG as the only meaningful alternative for California supply relief.
Reroute: Moderate: EPNG and Transwestern serve overlapping SoCal border and California markets and represent the primary reroute options, though summer demand peaks may limit available spare capacity on those systems.
View original notice text
TSP Name: KERN RIVER GAS TRANSMISSION COMPANY
TSP DUNS: 621617372
Notice Identifier: 20260389
Prior Notice Identifier:
Notice Type:  Force Maj
Notice Status: 1
Posting Date: 08/07/2026 14:39
Notice Effective Date: 08/07/2026 14:39
Notice End Date: 08/14/2026 14:39
Subject: Kern River - Fillmore Compressor Station Unit 2 Force Majeure

Notice Text:
--------------------------------
TSP Name: KERN RIVER GAS TRANSMISSION COMPANY
TSP: 621617372
Critical Notice Indicator: Y
Notice Status: 1
Notice Type: Force Majeure
Posting Date: 08/07/2026
Posting Time: 02:39 PM
Notice Effective Date: 08/07/2026
Notice Effective Time: 02:39 PM
Notice End Date: 08/14/2026
Notice End Time: 02:39 PM
Notice Identifier: 20260389
Prior Notice Identifier: N/A
Required Response Indicator: 5
Response Date: N/A
Response Time: N/A
Subject: Kern River - Fillmore Compressor Station Unit 2 Force Majeure
--------------------------------
Notice Text:
On August 7, 2026, Kern River experienced a mechanical failure on Unit 2 at the
Fillmore compressor station, which constitutes a Force Majeure Event under Section 7.1
of the General Terms and Conditions of Kern Rivers FERC Gas Tariff. Kern River is
diligently working to complete the necessary repairs and return the unit to service. More
information will be posted as it becomes available.
Effective gas day August 7, 2026, ID2 cycle, the operating capacity at the Fillmore
Compressor Station will be reduced to 2,286,229 Dths. For gas day August 8, 2026,
Timely cycle, the Fillmore Compressor Station capacity will be set to 2,268,000 Dths.
All delivery meters located downstream of the Fillmore compressor station may be
impacted.
Kern River will continue to evaluate system conditions and nomination flow patterns
each cycle to determine operational capacity levels that maximize throughput.
Kern River requires all customers to align daily scheduled nominations with physical
receipts and deliveries to ensure that Kern River can maintain its line pack and system
integrity.
Shippers are reminded to submit nominations in the Timely Cycle, or as early as
possible, to optimize priority of service.
If you have questions, please contact your Marketing and Customer Services
representative or the Customer Services hotline at (801) 937-6111.
Kern River Gas Transmission

Kern River - Warning - Line Pack is Trending Low

SEV 3/5
Informational

Pre-screen severity 3 -- below full-score threshold.

Below alert threshold -- no detailed analysis performed.
Reroute: Not assessed.
View original notice text
TSP Name: KERN RIVER GAS TRANSMISSION COMPANY
TSP DUNS: 621617372
Notice Identifier: 20260385
Prior Notice Identifier:
Notice Type:  Pipe Cond
Notice Status: 1
Posting Date: 08/04/2026 12:28
Notice Effective Date: 08/04/2026 12:28
Notice End Date: 08/19/2026 12:28
Subject: Kern River - Warning - Line Pack is Trending Low

Notice Text:
Services Portal > Informational Postings > Notices > Critical Skip to main content // // Menu Informational Postings Informational Postings Capacity Operationally Available Unsubscribed Capacity Allocation Log Gas Quality Gas Quality Report Gas Quality Methodology Gas Quality Tariff Provisions Biomethane Operating Policy Mojave Gas Quality Interconnect Party Gas Quality Index of Customers Locations Pooling Locations Notices Critical Non-Critical Planned Service Outage Request to Purchase Releasable Capacity Waste Heat Capacity Release Indices Posted Imbalances Regulatory Standards of Conduct Affiliate Names & Addresses Affiliate Tariff Waivers Chief Compliance Officer Employee Transfers Implementation Procedures Information Disclosure Job Titles & Descriptions Potential Mergers Shared Facilities Voluntary Consent Tariff Title Sheet/Section Table of Contents Preliminary Statement Map Currently Effective Rates Rate Schedules General Terms and Conditions Form of Service Agreement Entire Tariff Sheet/Section Index Transactional Reporting Firm Interruptible Capacity Release Maps System Map High Desert Lateral Wyoming Receipts Nevada Deliveries California Deliveries Utah Deliveries Downloads Search Customer Activities Site Map Customer Activities Nominations Nomination Confirmation Scheduled Quantity -Scheduled Quantity for Shipper -Scheduled Quantity for Operator -View Scheduling Results Flowing Gas Pre-determined Allocation Allocation -Shipper Imbalance -Allocation for Operator Imbalance -TSA Imbalance History -OBA Imbalance History -Shipper Imbalance Measurement -Measurement Information Netting and Trading -Net Imbal -Auth to Post Imbal -Post Imbal Dwnld -Imbal Trd Invoicing Invoice Payment Remittance Statement of Account Negotiated Rate Details Park and Loan Imbalance Rate Case Reports Capacity Release Offers Bids Awards Pre-approved Bidders List Recall Reput Contracts Agreement Request Contract Maintenance Pooling Contracts Transportation Sales Support -Contact Manager -Fuel and L&U Matrix -Hist Fuel and L&U Rates -Capacity Release Log -Contact Us -Notices -Tariff -Rapids Tips & Tricks Rapids Setup -New Customer Setup Form -Rapids Installation -Firewall Settings Informational Postings Site Map Transportation Sales News Announcements Presentations Customer Information Agreements and Forms FERC 809/NAESB 3.0 Info Miscellaneous Info Contact Us Contact List //PRN 15119 KevinH Refactor how the menu works, apply IE PDF preview overlay fix (function($){ $(document).ready(function(){ $('.accordion').each(function(index,value){ var parent = $(value).parent(); var parentId = index; if (!!parent.attr('id')) parentId = parent.attr('id').split('-')[2]; $(value).parent().attr('id','acc-parent-' + parentId); $(value).find('> .accordion-toggle' ).attr('data-target','#acc-body-' + index); $(value).find('> .accordion-body').attr('data-parent','#acc-parent-' + parentId).attr('href','#acc-body-' + index); }); $('.nav .accordion-toggle').on('click', function(event){ var target = $(event.target), parent = target.parent().parent(), parentId = parent.attr('id'); $('[data-parent*="#' + parentId + '"]').each(function(index,value){ if ( $(value).hasClass('in') ) { $(value).collapse('toggle'); } }); $('[href="' + target.attr('data-target') + '"]').collapse('toggle'); if (target.hasClass('collapsed')) { parent.find('.collapsed').removeClass('collapsed'); parent.find('.in').prev().addClass('collapsed'); } else { parent.find('.collapsed').removeClass('collapsed'); parent.find('.in').prev().addClass('collapsed'); target.addClass('collapsed'); } return false; }); if (window.navigator.userAgent.indexOf("MSIE ") > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./) && ($('.objectPDF').length > 0) ) { $('#navdttg').addClass('ie-pdf-fix'); $('.nav > .accordion').each(function(index,value){ $(value).append(' '); }); $('.nav > .accordion > .accordion-toggle').on('click', function (event) { var target = $(event.target); $('.ie-accordion-fix').removeClass('ie-accordion-fix'); if (target.hasClass('collapsed')) { $('.ie-accordion-fix').removeClass('ie-accordion-fix'); target.parent().addClass('ie-accordion-fix'); } else $('.ie-accordion-fix').removeClass('ie-accordion-fix'); }); function adjustHeight(event) { $('.ie-accordion-fix').height(function(){ return parseInt($('.ie-accordion-fix > .accordion-body').height()) + 20; }); $('html').animate({ scrollTop: 1 },20); } $('.accordion-toggle').on('click', function (event) { $('.ie-accordion-fix').off('shown'); $('.ie-accordion-fix .accordion').off('shown'); $('.ie-accordion-fix').on('shown', adjustHeight); $('.ie-accordion-fix .accordion').on('shown', adjustHeight); }); } }); })(jQuery); Launch Rapids A critical error has occurred. Please check the Event Viewer for further details. ©2026 Kern River Gas Transmission Company. All rights reserved.