Field Monthly Statistics (Allowables and Production)
Field-level monthly allowables beside the P-1 and P-2 production actually reported. 4.0 million field-months, and no other RRC file has them.
What this is:
The 17 FLDMO segment of the statewide field tape, one row per field per month: the gas, oil, condensate and casinghead allowables the Commission assigned, the gas and condensate reported on form P-2, the oil and casinghead gas reported on form P-1, and two codes saying how much of that reporting had actually come in. 4,015,934 rows over all 65,826 fields.
How it is laid out:
The Railroad Commission publishes this as EBCDIC (IBM cp037). IBM mainframe encoding (cp037). Opening it as text gives you nonsense; it has to be transcoded first. We decode it into a table you can open anywhere. It has 18 columns and about 4M rows.
The columns you will most likely want:
-
district_noRRC district as the FL tape stores it, 01 to 14 — the INTERNAL number, not the designation the industry prints. -
field_noThe eight-digit RRC field number: five digits of field, then three of reservoir. -
prod_yyyymmThe production month this row is for, as yyyymm. 199209 through 202608 on the August 2026 tape. -
gas_allowableGas well gas the field was allowed to produce that month, in MCF. -
liquid_cond_allowableThe monthly condensate (liquid) allowable assigned to a gas field, in barrels. -
oil_allowableOil the field was allowed to produce that month, in barrels — the field total that the yardstick and the field's allocation formula distribute among its wells.
…and 12 more, all documented on the full page.
What we add:
Compare a field's allowable with its production, month by month, and see when a field was held back by proration rather than by geology.
There is more on the full page, including what this joins to.
- Decoded out of the Commission's original format into something Excel opens.
- Filterable before you download, so you can take one county instead of the whole state.
- The Commission's single-letter codes translated into words.
Worth knowing before use:
The tape's newest month is a stub and the month before it has allowables but no production, because reporting lags allowable assignment by about two months.
The full page lists every trap in this dataset.