Gas Ledger — Field Months
Fourteen months of allocation factors and limited-allowable codes for every gas field.
What this is:
The FLD-MONTH group of the GSA020K field record, normalised: 589,862 rows, fourteen months for each of the 42,133 gas fields. It carries the per-well, acreage and 'other' factors of the field's allocation formula for that month, and the special limited-allowable code its wells will carry.
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 16 columns and about 589.9K rows.
The columns you will most likely want:
-
districtRRC district of the field this month belongs to, in the ledger's spelling. -
field_noThe eight-digit field number this month belongs to. -
month_ordinalWhich of the fourteen month slots in the field record this row came from, 1 to 14, oldest first. -
cycle_yyyymmThe schedule month this row is for, CCYYMM. -
change1 when the field number changed this month. Zero in every row of the August 2026 tape. -
per_well_codeThe per-well allocation factor code for fields with per-well in the formula; the codes are in the manual's Appendix B.
…and 10 more, all documented on the full page.
What we add:
Follow a prorated gas field's allocation factors through the cycle, and find the months a field's wells were put on a special limited allowable.
- 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:
Prorated gas fields are rare, and it shows: per_well is non-zero on 51 of 589,862 rows and the acreage factor on 1,692. Most gas fields are exempt or one-well fields whose allowable needs no formula.
The full page lists every trap in this dataset.