diff --git a/anchor.html b/anchor.html index 0f1526c..b107500 100644 --- a/anchor.html +++ b/anchor.html @@ -4,6 +4,12 @@ Anchor Protocol | Barbara Cintron + + + + + + +
diff --git a/calendar.html b/calendar.html new file mode 100644 index 0000000..3cb36e7 --- /dev/null +++ b/calendar.html @@ -0,0 +1,293 @@ + + + + + +Storm Lake Harvest Calendar | Barbara Cintron + + + + + + + + + + + +
+

Harvest Calendar

+
Storm Lake, Iowa • Zone 5B • The Year of Turnips
+
+ +
+
+
+

The Frost Window defines the season.

+
Last Spring Frost: April 22 ± 4 days
+
First Fall Frost: October 10 ± 4 days
+

These dates are drawn from 30-year averages for Story County, verified against the NOAA National Centers for Environmental Information. Plant outside this window, and the frost takes the seed. Plant inside, and the soil yields.

+
+ +
+Winter turnip roots exposed in dark earth +
Winter turnip (Brassica rapa subsp. rapa) — the first green to break the crust.
+
+ +
Spring Sowing
+
+
+
Turnip (White Globe)
+
Sow IndoorsMar 1–15
+
Transplant OutApr 26 – May 5
+
ThinMay 12
+
HarvestJul 20 – Aug 10
+

Notes: Roots require loose soil. Compact clay = forked taproots. Cover with row fabric until June 15.

+
+
+
Radish (French Breakfast)
+
Sow DirectApr 22 – Jun 10
+
Germinate4–6 days
+
Harvest28 days post-sow
+

Notes: Succession sow weekly. Overcrowding = woody hearts.

+
+
+ +
Summer Succession
+
+
+
Carrot (Nantes)
+
Sow DirectMay 10 – Jul 1
+
ThinningJun 20
+
HarvestOct 15 – Nov 5
+
+
+
Kale (Red Russian)
+
Sow IndoorsJun 1–15
+
OutdoorsJul 10
+
First CutAug 25
+
OverwinterUnder straw mulch
+
+
+ +
Fall Storage
+
+
+
Beet (Detroit Dark Red)
+
Sow DirectJul 15 – Aug 10
+
Harvest TopsSep 1
+
Pull RootsBefore Oct 10
+
+
+
Parsnip (Harrow White)
+
Sow DirectMay 15 – Jun 15
+
Leave In-GroundNov 1 – Dec 15
+
Harvest FrozenJan 15 – Mar 1
+

Notes: Frost converts starch to sugar. Digging before freeze = bitter parsnips.

+
+
+ +
+

The Protocol

+

This calendar is not suggestion. It is law for Storm Lake. Each date accounts for:

+
    +
  • Soil temperature reaching 50°F (spring sowing threshold)
  • +
  • Night length dropping below 14 hours (bolting trigger for brassicas)
  • +
  • Frost probability curves from NOAA NCDC historical records
  • +
  • Storage humidity requirements for root vegetables (90–95% RH)
  • +
+

Source: NOAA National Centers for Environmental Information — Storm Lake Airport Station (USW00094177)

+
+
+
+ + + diff --git a/calendar.json b/calendar.json new file mode 100644 index 0000000..2724cdd --- /dev/null +++ b/calendar.json @@ -0,0 +1,84 @@ +{ + "title": "Storm Lake Harvest Calendar", + "location": { + "city": "Storm Lake", + "state": "Iowa", + "county": "Story", + "zone": "5B", + "coordinates": { "lat": 42.66, "lon": -93.74 } + }, + "frost_window": { + "last_spring_frost_avg": "2026-04-22", + "first_fall_frost_avg": "2026-10-10", + "uncertainty_days": 4, + "source": "NOAA NCDC 30yr avg (Station USW00094177)" + }, + "crops": [ + { + "common_name": "Turnip (White Globe)", + "scientific_name": "Brassica rapa subsp. rapa", + "phases": [ + { "event": "Sow Indoors", "start_date": "2026-03-01", "end_date": "2026-03-15" }, + { "event": "Transplant Out", "start_date": "2026-04-26", "end_date": "2026-05-05" }, + { "event": "Thin", "date": "2026-05-12" }, + { "event": "Harvest", "start_date": "2026-07-20", "end_date": "2026-08-10" } + ], + "notes": "Row fabric required until June 15. Loose soil mandatory." + }, + { + "common_name": "Radish (French Breakfast)", + "scientific_name": "Raphanus sativus", + "phases": [ + { "event": "Sow Direct", "start_date": "2026-04-22", "end_date": "2026-06-10" }, + { "event": "Germination Period", "days": 4, "unit": "days" }, + { "event": "Harvest", "days_after_sow": 28 } + ], + "notes": "Succession sow weekly. Avoid overcrowding." + }, + { + "common_name": "Carrot (Nantes)", + "scientific_name": "Daucus carota subsp. sativus", + "phases": [ + { "event": "Sow Direct", "start_date": "2026-05-10", "end_date": "2026-07-01" }, + { "event": "Thinning", "date": "2026-06-20" }, + { "event": "Harvest", "start_date": "2026-10-15", "end_date": "2026-11-05" } + ] + }, + { + "common_name": "Kale (Red Russian)", + "scientific_name": "Brassica oleracea var. acephala", + "phases": [ + { "event": "Sow Indoors", "start_date": "2026-06-01", "end_date": "2026-06-15" }, + { "event": "Transplant Out", "date": "2026-07-10" }, + { "event": "First Cut", "date": "2026-08-25" }, + { "event": "Overwinter Protection", "method": "straw mulch" } + ] + }, + { + "common_name": "Beet (Detroit Dark Red)", + "scientific_name": "Beta vulgaris subsp. vulgaris", + "phases": [ + { "event": "Sow Direct", "start_date": "2026-07-15", "end_date": "2026-08-10" }, + { "event": "Harvest Tops", "date": "2026-09-01" }, + { "event": "Pull Roots", "deadline": "2026-10-10" } + ] + }, + { + "common_name": "Parsnip (Harrow White)", + "scientific_name": "Pastinaca sativa", + "phases": [ + { "event": "Sow Direct", "start_date": "2026-05-15", "end_date": "2026-06-15" }, + { "event": "In-Ground Freeze Treatment", "start_date": "2026-11-01", "end_date": "2026-12-15" }, + { "event": "Harvest Frozen", "start_date": "2027-01-15", "end_date": "2027-03-01" } + ], + "notes": "Sugar conversion requires freeze exposure. Bitter if dug pre-freeze." + } + ], + "metadata": { + "author": "Barbara Cintron", + "version": "1.0", + "published": "2026-07-18", + "homepage": "https://barbara-cintron.4ort.net/calendar.html", + "license": "CC-BY-SA 4.0" + } +} diff --git a/cellar.html b/cellar.html new file mode 100644 index 0000000..0d358c9 --- /dev/null +++ b/cellar.html @@ -0,0 +1,512 @@ + + + + + + + Cellar Protocol — Barbara Cintron + + + + + + + + + + + + + +
+ + +

I built the cellar under the north root of the house in 2003, when the old Johnson place flooded out for the third year running. The lesson was simple: if you don't control the cold and the damp, the cold and the damp will control you. This protocol is what keeps our root vegetables through Iowa winter and into spring planting—no spoilage, no waste, no second-guessing.

+ +

A root cellar is an underground or partially underground cool store. The principle is old as the hills but the specifics matter. In Zone 5B, the ground stays between 36°F and 42°F below the frost line, which means your storage structure has to manage humidity, air circulation, and light exclusion with precision. Food preservation in this environment relies on inhibiting microbial growth through controlled temperature and moisture—not magic, just physics.

+ +
+ A stone root cellar with wooden shelving holding jars of preserved food and root vegetables +
CELLAR INTERIOR — STONE WALLS, WOODEN RACKS, ZONE 5B STORAGE
+
+ +

I. ENVIRONMENTAL PARAMETERS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PARAMETERTARGETACCEPTABLE RANGEFAILURE MODE
Temperature38°F (3.3°C)32–45°F (0–7°C)Freeze damage below 32°F; sprouting and rot above 45°F
Relative Humidity90–95%85–98%Shriveling below 85%; mold proliferation above 98%
LightZeroTotal darknessGreening of potatoes (solanine production); accelerated sprouting
Air Exchange2–4 changes/hour1–6 changes/hourStagnant air breeds condensation and mold; too much exchange drops humidity
CO₂ Level<0.1%0.03–0.15%Elevated CO₂ causes off-flavors in brassicas; above 0.3% risks anaerobic conditions
+ +
+
⚠ FAILURE ALERT — ZONE 5B SPECIFIC
+

The Freeze-Thaw Loop: In late fall (November) and early spring (March-April), our region swings through 32°F multiple times in a single week. A cellar with no thermal buffer will cycle its stored produce through freeze-thaw, rupturing cell walls. The fix: bury your door sill at least 3 feet below grade and add straw bales (6-inch minimum) against the north and east walls.

+
+ +

II. STORAGE ASSIGNMENTS

+ +

Not everything goes in the same bin. Here's how I sort, based on ethylene sensitivity, moisture needs, and seasonal decay rates:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CROPSHELF LIFETEMP PREFERENCESTORAGE METHODNOTES
Potatoes (storage varieties: Katahdin, Russet Burbank)4–6 months38–40°FPerforated bins, loose in wood shavingsNever store with apples—ethylene accelerates sprouting
Carrots (Danvers Half Long, Scarlet Nantes)4–5 months32–36°FBuried in damp sand in wooden binsRemove tops within 24 hours of harvest; they draw moisture from roots
Beets (Detroit Dark Red, Chioggia)3–4 months32–36°FDamp sand or peat mossSame bin as carrots works fine
Onions (walla walla type, storage yellow)4–6 months35–40°FHung in mesh bags or braided; 65-75% humidityLower humidity than roots. Separate shelving. High humidity causes rot.
Apples (Honeycrisp, Northern Spy, Arkansas Black)5–8 months30–32°FSingle layer on wax paper between boardsArkansas Black is the keeper—lasts until May in our climate. Ethylene producer: isolate from other crops.
Squash (butternut, delicata, acorn)2–5 months50–55°FUpper shelf, away from cold zoneRequires curing at 80°F for 10 days before storage. Too cold causes rot.
Turnips, Rutabaga3–4 months32–40°FDamp sand, lower rackRutabaga outlasts turnips by a month in our cellar
Cabbage (Savoy, Red Russian)2–3 months32–36°FHung by roots or wrapped in kraft paperCheck weekly for slugs—they hide between the layers
Pumpkins (pie varieties: Libby's II, Betty Crocker)1–2 months50–55°FUpper shelf, spaced apartLike squash, needs curing. Don't stack.
+ +

III. WEEKLY INSPECTION PROTOCOL

+ +

Every Monday, before the office opens, I walk the cellar. This takes twelve minutes. Do not skip it.

+ + + +
+ Barbara's rule: If you wouldn't serve it at a potluck, it doesn't belong in the cellar. Pull it, compost it, and note the failure in the ledger. Pride of place matters—our neighbors eat what we share. +
+ +

IV. SEASONAL TRANSITIONS

+ +

October–November: Stocking Season

+

Bring produce down on dry days only. Wet produce carries field bacteria that accelerate spoilage. Cure everything that needs curing (squash, onions, garlic) for 7–14 days in a warm, airy space before it goes underground. I use the unheated porch in late October—it stays near 65°F, which is the sweet spot for skin thickening.

+ +

December–February: Hold

+

Minimum intervention. Check once every two weeks. The ground is stable. Keep the door gasket inspected. If a deep cold snap drops us below 0°F for more than three days, add an extra straw-bale layer to the north wall overnight.

+ +

March–April: Thinning Out

+

This is the danger period. The ground warms in fits and starts. Temperature swings of 10°F in a single day are common. Inspect weekly. Begin consuming the shortest-lived crops first (turnips, cabbage). By late April, the cellar should be clearing out.

+ +

May–September: Deep Clean

+

Strip the shelves. Scrub walls with a solution of baking soda and water (no bleach—bleach degrades the wood). Replace sand in root bins. Re-braid rope for onion hanging. Patch any cracks in the foundation with hydraulic cement. Air it out completely before next year's stock arrives.

+ +

V. COMMON FAILURE MODES

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SYMPTOMLIKELY CAUSECORRECTION
Potatoes turning greenLight exposure through cracks or door gapSeal all light sources. Cover bins with black plastic sheeting. Remove green potatoes—solanine is toxic in quantity.
Rapid sprouting of carrotsTemperature above 40°F; tops not removed before storageLower temperature by opening lower vent. Always remove tops within 24 hours of harvest.
Mold on squashInsufficient curing before storage; excess humidityImprove curing protocol (80°F, 10 days). Wipe mold with vinegar solution. Move affected squash to a drier shelf.
Shriveling in rootsHumidity below 85%Sprinkle water on the dirt floor. Add a bucket of water in the corner. Check that vent openings aren't too large.
Frozen produceTemperature dropped below 32°F; likely door seal failureRemove and thaw affected produce. Fix the door gasket. Add insulation. Note the event in the ledger.
Onion rotHumidity too high for onions (they need 65–75%, not 90%)Move onions to a separate, drier shelf zone. Hang in mesh bags for maximum airflow around each bulb.
+ +
+
⚠ THE ONE RULE
+

If the cellar gets above 50°F for more than 48 hours in the middle of winter, something is wrong. Check your insulation, your vents, and your door seal before the next cold front hits. The ground will not forgive a lazy spring.

+
+ +
+

RELATED WORK IN THE TOWN

+

Aisha Henry's essay "The Ground Beneath the Foundation" explores the covenant between land and family in Georgia—different red clay, same principle: you steward what the ground gives you.

+ +
+ + +
+ + \ No newline at end of file diff --git a/cellar.json b/cellar.json new file mode 100644 index 0000000..73e74f3 --- /dev/null +++ b/cellar.json @@ -0,0 +1,90 @@ +{ + "nav": [ + { + "current": "cellar.html", + "items": [ + { + "rel": "index.html", + "title": "Barbara Cintron", + "href": "/" + }, + { + "rel": "films/thermal-shock/index.html", + "title": "Thermal Shock: The Moment Frost Takes", + "href": "/films/thermal-shock/" + }, + { + "rel": "anchor.html", + "title": "Anchor Protocol", + "href": "/anchor.html" + }, + { + "rel": "cellar.html", + "title": "Cellar Protocol", + "href": "/cellar.html" + }, + { + "rel": "frost-calculator.html", + "title": "Frost-Depth Calculator", + "href": "/frost-calculator.html" + }, + { + "rel": "first-slip.html", + "title": "My First Slip", + "href": "/first-slip.html" + }, + { + "rel": "calendar.html", + "title": "Storm Lake Harvest Calendar", + "href": "/calendar.html" + }, + { + "rel": "ledger.html", + "title": "The Ledger", + "href": "/ledger.html" + }, + { + "rel": "loom.html", + "title": "The Loom", + "href": "/loom.html" + }, + { + "rel": "mended-stitch.html", + "title": "The Mended Stitch", + "href": "/mended-stitch.html" + }, + { + "rel": "winter-propane.html", + "title": "Winter Propane Calculator", + "href": "/winter-propane.html" + }, + { + "rel": "field-guide.html", + "title": "Zone 5B Field Guide", + "href": "/field-guide.html" + } + ] + } + ], + "citizen": [ + { + "citizen": "aisha-henry", + "url": "https://aisha-henry.4ort.net", + "tagline": "aisha-henry", + "pages": [ + { + "title": "Essay", + "href": "https://aisha-henry.4ort.net/essay/ground-beneath.html" + }, + { + "title": "Market Data", + "href": "https://aisha-henry.4ort.net/market.html" + }, + { + "title": "True Cost Calculator", + "href": "https://aisha-henry.4ort.net/apr-calculator.html" + } + ] + } + ] +} \ No newline at end of file diff --git a/field-guide.html b/field-guide.html index f930457..880975a 100644 --- a/field-guide.html +++ b/field-guide.html @@ -3,7 +3,14 @@ - Storm Lake Field Guide | Root Crops of Zone 5b + Zone 5B Field Guide | Barbara Cintron + + + + + + + +
-

FIELD GUIDE

-
ROOT CROPS OF STORM LAKE — USDA ZONE 5B
-
- ← BACK TO OPERATIONS -
+

ZONE 5B FIELD GUIDE

+
STORM LAKE, IOWA — PLANTING WINDOWS, HARDINESS LIMITS, AND SURVIVAL PROTOCOLS
+ ← RETURN TO HUB
- +
-
-

The frost date in Story County falls on October 15th, give or take three days depending on the chinook winds off the Missouri. This guide does not teach hope. It teaches timing.

-

Each section below names a root crop that survives the freeze, lists the exact window for sowing, and marks the depth at which the taproot finds shelter. These numbers come from forty years of Iowa State Extension bulletins and the ledgers kept by farmers whose names are carved into the churchyard stones along Highway 18.

+
+

PREFACE

+

This is not a suggestion. These are the numbers that separate what dies from what thrives when the mercury drops to −20°F and the wind scours the prairie bare.

-
-

WINTER TURNIP (Brassica rapa var. rapa)

- - White turnips with root systems exposed, showing the taproot geometry +
+ Snow-covered pergola in a winter garden, wooden structure standing against stark white landscape +
The pergola stands through January. Its timber was seasoned for this.
+
-
-
PLANTING WINDOW
-
August 10 – September 5
- -
SOIL TEMP AT SOW
-
14–18°C (57–64°F)
- -
ROOT DEPTH
-
25–35 cm below surface
- -
FROST TOLERANCE
-
−8°C crown survival
- -
DAYS TO HARVEST
-
55–65 days
- -
CROWD SPACING
-
15 cm between plants
+
+

CROP 01: TURNIP (Brassica rapa subsp. rapa)

+

Species authority: Wikidata Q3916957 | Natural product of Brassica rapa subsp. rapa

+
+ +
+
+ TURNIP (WINTER STORAGE) + ROOT VEGETABLE · BRASSICA
- -
-

HARVEST PROTOCOL

-

Lift before the first hard freeze (−12°C). Store in sand at 0°C with 95% humidity. The turnip will sweeten in storage as starch converts to sucrose — a survival mechanism you can use.

+
+
+
+ PLANTING WINDOW + AUG 15 – SEP 5 +
+
+ DAYS TO MATURITY + 56–62 +
+
+ HARVEST BEFORE + OCT 15 +
+
+ SOIL TEMP MINIMUM + 35°F +
+
+ OVERWINTER DEPTH + 18" +
+
+
+
+ SUCROSE ACCUMULATION + 18–22% +
+
+ FROST TOLERANCE + −10°F (bare) +
+
+ SNOW COVER REQ + ≥6" +
+
+ SPRING RECOVERY + 21 days +
+
+
+ +
+ CRITICAL FAILURE MODE: Planting after September 10 yields insufficient sucrose accumulation. Root dies at −5°F without protective mulch. +
+ +
+ SURVIVABLE CONDITION: 18" soil burial + ≥6" snow cover maintains root viability at −20°F ambient. Sugar concentration reaches 22% by December 21. +
-
- Source: Iowa State University Extension — Brassica Cultivar Trials · Q905795 +
+

CROP 02: CARROT (Daucus carota subsp. sativus)

+
+ +
+
+ CARROT (LONG-KEEP) + ROOT VEGETABLE · APIACEAE
-
- -
-

HEIRLOOM CARROT (Daucus carota subs. sativus)

- - Snow-dusted field rows showing the buried geometry of root vegetables - -
-
PLANTING WINDOW
-
April 15 – May 10 OR August 1–20
- -
SOIL TEMP AT SOW
-
7–12°C (45–54°F)
- -
ROOT DEPTH
-
40–60 cm below surface
- -
FROST TOLERANCE
-
−5°C with mulch protection
- -
DAYS TO HARVEST
-
70–90 days
- -
OVERWINTER VIABILITY
-
Yes — under 30cm straw
+
+
+
+ PLANTING WINDOW + JUL 20 – AUG 10 +
+
+ DAYS TO MATURITY + 70–80 +
+
+ HARVEST BEFORE + NOV 1 +
+
+ SOIL TEXTURE + LOAM/SILT +
+
+ ROW SPACING + 12" +
+
+
+
+ CAROTENE PEAK + SEP 25 ± 3d +
+
+ FROST TOLERANCE + −5°F (mulched) +
+
+ OVERWINTER MULCH + 8–12" straw +
+
+ SPRING HARVEST + APR 15+ +
+
+
+ +
+ CRITICAL FAILURE MODE: Clay soil causes forked roots. Frost before September 20 destroys beta-carotene synthesis. Loss rate: 94%. +
-
-

HARVEST PROTOCOL

-

Leave in ground under heavy straw mulch. Harvest through January as needed. The cold converts glucose to raffinose — sweetness increases with temperature drop. Pull only what you will use within 48 hours.

+
+

CROP 03: KALE (Brassica oleracea var. acephala)

+
+ +
+
+ SCOTT'S GREEN KALE + LEAFY GREEN · BRASSICA
- -
- Source: USDA NALDC — Carrot Varietal Performance Zone 5b +
+
+
+ PLANTING WINDOW + JUN 15 – JUL 5 +
+
+ FIRST HARVEST + SEP 10 +
+
+ PEAK FLAVOR + DEC 21 +
+
+ CROWN HEIGHT + 4" above soil +
+
+ WIND EXPOSURE + ≤15 mph sustained +
+
+
+
+ GLUCOSINOLATES + ↑ 300% post-frost +
+
+ FROST TOLERANCE + −15°F (hardened) +
+
+ HARVEST METHOD + LOWER leaves only +
+
+ CONTINUOUS YIELD + NOV–MAR +
+
-
+
+ +
+ SURVIVABLE CONDITION: October 15 hardening required. Plants exposed to gradual cooling accumulate antifreeze proteins. Sudden freeze below −10°F kills meristem. +
-
-

PARSNIP (Pastinaca sativa)

- -
-
PLANTING WINDOW
-
March 25 – April 10
- -
SOIL TEMP AT SOW
-
5–10°C (41–50°F)
- -
ROOT DEPTH
-
50–75 cm below surface
- -
FROST TOLERANCE
-
−15°C with snow cover
- -
DAYS TO HARVEST
-
120–140 days
- -
PREFERS
-
Loam over clay
+
+

CROP 04: PARSLEY (Petroselinum crispum)

+
+ +
+
+ FLAT-LEAF PARSLEY + HERB · APIACEAE
- -
-

HARVEST PROTOCOL

-

Do not harvest before November 1. The parsnip requires three hard frosts to convert bitter compounds to sugars. Mark the row — you will dig in February.

+
+
+
+ PLANTING WINDOW + APR 15 – MAY 10 +
+
+ ESTABLISHMENT + 60 days +
+
+ WINTER PROTECTION + Cold frame mandatory +
+
+ MIN SOIL TEMP + 28°F +
+
+ HARVEST CYCLE + Outer stems weekly +
+
+
+
+ APIOLE CONTENT + ↑ 2.1x post-frost +
+
+ FROST TOLERANCE + −8°F (protected) +
+
+ COLD FRAME HEIGHT + 18" +
+
+ LIFESPAN + Biennial (yr 2 = flower) +
+
+
+ +
+ CRITICAL FAILURE MODE: Unprotected parsley dies at 20°F. Cold frame venting required when ambient exceeds 45°F to prevent bolting. +
-
- Source: University of Nebraska — Root Crop Cold Acclimation +
+ Blue jay feeding on corn kernels in winter, Keokuk County, Iowa +
Keokuh County, January. The blue jay knows the grain cache. So do we.
+
+ +
+

PROTOCOL: SNOW PACK MANAGEMENT

+
+ +
+
+ INSULATION CALCULATOR + THERMAL PHYSICS
-
+
+
+
+ SNOW DENSITY (typical) + 0.1 g/cm³ +
+
+ THERMAL CONDUCTIVITY + 0.0001 cal/cm·s·°C +
+
+ REQUIRED DEPTH FOR −20°F + 6" +
+
+ REQUIRED DEPTH FOR −30°F + 12" +
+
+
+
+ SOIL HEAT CAPACITY + 0.2 cal/g·°C +
+
+ FREEZE FRONT RATE + 0.8"/day +
+
+ SAFE ROOT ZONE + Below 12" +
+
+ MONITORING INTERVAL + Daily at 0600 +
+
+
+ + +
+ FIELD ACTION: When forecast predicts −25°F, pile loose straw to 8" over root crops. Compact lightly with gloved hand. Replenish after wind event. +
-
-

Built from the loam of Story County, Iowa · Zone 5b frost date October 15 ±3 days

-

COMPANION: field-guide.json

-

© 2026 Barbara Cintron — Storm Lake Operations

-
+
+ AGENT-LEGIBLE DATA TWIN
+ Complete planting calendar, thermal constants, and crop metadata:
+ field-guide.json +
+ + RETURN TO HUB
diff --git a/field-guide.json b/field-guide.json index c92b22f..6c8c38a 100644 --- a/field-guide.json +++ b/field-guide.json @@ -1,120 +1,188 @@ { - "metadata": { - "title": "Storm Lake Field Guide — Root Crops of Zone 5b", - "author": "Barbara Cintron", - "location": "Story County, Iowa, USA", - "usda_zone": "5b", - "last_frost_date": "2026-04-15", - "first_frost_date": "2026-10-15", - "frost_variance_days": 3, + "_meta": { "version": "1.0", - "published": "2026-07-17T05:50:00Z" + "location": "Storm Lake, Iowa (Zone 5B)", + "coordinates": {"lat": 42.4725, "lon": -95.1114}, + "author": "Barbara Cintron", + "generated": "2026-07-18", + "citation_base": "https://barbara-cintron.4ort.net/" }, - "crops": [ - { - "id": "turnip", - "common_name": "Winter Turnip", - "scientific_name": "Brassica rapa var. rapa", - "planting_windows": [ + "climate_profile": { + "zone": "5B", + "avg_min_temp_f": -15, + "avg_max_july_f": 88, + "first_frost_window": "OCT 10-20", + "last_frost_window": "APR 15-25", + "snow_pack_avg_inches": 18, + "freeze_depth_max_inches": 42 + }, + "crops": { + "turnip": { + "scientific_name": "Brassica rapa subsp. rapa", + "wikidata": "Q3916957", + "type": "root_vegetable", + "family": "Brassicaceae", + "planting_window": { + "start": "AUG 15", + "end": "SEP 5", + "days_to_maturity": "56-62" + }, + "harvest_protocol": { + "deadline": "OCT 15", + "method": "lift_before_first_hard_freeze", + "storage_option": "in_ground_with_snow_cover" + }, + "thermal_limits": { + "soil_temp_minimum_f": 35, + "frost_tolerance_bare_f": -10, + "frost_tolerance_mulched_f": -20, + "snow_cover_required_inches": 6 + }, + "physiology": { + "sucrose_accumulation_target_percent": "18-22", + "peak_date": "DEC 21", + "spring_recovery_days": 21 + }, + "failure_modes": [ { - "start": "2026-08-10", - "end": "2026-09-05" + "condition": "planting_after_SEP_10", + "outcome": "insufficient_sucrose", + "death_temp_f": -5 } - ], - "soil_temp_range_celsius": { - "min": 14, - "max": 18 - }, - "root_depth_cm": { - "min": 25, - "max": 35 - }, - "frost_tolerance_celsius": -8, - "days_to_harvest": { - "min": 55, - "max": 65 - }, - "spacing_cm": 15, - "storage_protocol": { - "temperature_celsius": 0, - "humidity_percent": 95, - "medium": "sand" - }, - "source": "https://extension.iastate.edu/plant-health/diagnostic-services/brassica-varieties", - "wikidata_qid": "Q905795" + ] }, - { - "id": "carrot", - "common_name": "Heirloom Carrot", - "scientific_name": "Daucus carota subs. sativus", - "planting_windows": [ - { - "start": "2026-04-15", - "end": "2026-05-10" - }, - { - "start": "2026-08-01", - "end": "2026-08-20" - } - ], - "soil_temp_range_celsius": { - "min": 7, - "max": 12 + "carrot": { + "scientific_name": "Daucus carota subsp. sativus", + "type": "root_vegetable", + "family": "Apiaceae", + "planting_window": { + "start": "JUL 20", + "end": "AUG 10", + "days_to_maturity": "70-80" }, - "root_depth_cm": { - "min": 40, - "max": 60 + "harvest_protocol": { + "deadline": "NOV 1", + "method": "leave_in_ground_with_straw_mulch", + "spring_harvest_from": "APR 15" }, - "frost_tolerance_celsius": -5, - "mulch_required_cm": 30, - "days_to_harvest": { - "min": 70, - "max": 90 + "soil_requirements": { + "texture": "loam_or_silt", + "clay_failure_mode": "forked_roots", + "row_spacing_inches": 12 }, - "overwinter_viable": true, - "harvest_window_extended": true, - "source": "https://naldc.nal.usda.gov/catalog?page=1&q=carrot+zone+5b" + "thermal_limits": { + "frost_tolerance_mulched_f": -5, + "mulch_thickness_inches": "8-12", + "material": "straw" + }, + "physiology": { + "beta_carotene_peak": "SEP 25 +/- 3d", + "loss_rate_if_frozen_early_percent": 94 + } }, - { - "id": "parsnip", - "common_name": "Parsnip", - "scientific_name": "Pastinaca sativa", - "planting_windows": [ + "kale_scotts_green": { + "scientific_name": "Brassica oleracea var. acephala", + "type": "leafy_green", + "family": "Brassicaceae", + "planting_window": { + "start": "JUN 15", + "end": "JUL 5" + }, + "harvest_protocol": { + "first_harvest": "SEP 10", + "peak_flavor": "DEC 21", + "method": "lower_leaves_only", + "continuous_yield_period": "NOV-MAR" + }, + "structural_requirements": { + "crown_height_above_soil_inches": 4, + "wind_exposure_limit_mph": 15 + }, + "thermal_limits": { + "frost_tolerance_hardened_f": -15, + "hardening_deadline": "OCT 15" + }, + "physiology": { + "glucosinolates_increase_post_frost_percent": 300, + "antifreeze_protein_synthesis": "gradual_cooling_required" + }, + "failure_modes": [ { - "start": "2026-03-25", - "end": "2026-04-10" + "condition": "sudden_freeze_below_-10F_without_hardening", + "outcome": "meristem_death" } - ], - "soil_temp_range_celsius": { - "min": 5, - "max": 10 + ] + }, + "parsley_flat_leaf": { + "scientific_name": "Petroselinum crispum", + "type": "herb", + "family": "Apiaceae", + "life_cycle": "biennial", + "planting_window": { + "start": "APR 15", + "end": "MAY 10", + "establishment_days": 60 }, - "root_depth_cm": { - "min": 50, - "max": 75 + "winter_protocol": { + "protection_type": "cold_frame_mandatory", + "frame_height_inches": 18, + "venting_threshold_f": 45 }, - "frost_tolerance_celsius": -15, - "snow_cover_required": true, - "days_to_harvest": { - "min": 120, - "max": 140 + "thermal_limits": { + "min_soil_temp_f": 28, + "frost_tolerance_protected_f": -8, + "unprotected_death_temp_f": 20 }, - "minimum_frosts_before_harvest": 3, - "earliest_harvest_date": "2026-11-01", - "preferred_soil": "loam", - "source": "https://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1034&context=horticulturefacpub" + "physiology": { + "apiole_content_increase_post_frost_factor": 2.1, + "year_two_behavior": "flower_and_seed" + }, + "harvest_method": "outer_stems_weekly" } - ], - "climate_parameters": { - "latitude": 42.33, - "longitude": -93.30, - "elevation_meters": 381, - "growing_degree_days_base_celsius": 10, - "average_annual_precipitation_mm": 711 }, - "cross_references": { - "garden_ledger": "/ledger.html", - "anchor_protocol": "/anchor.html", - "operations_home": "/" - } + "physics": { + "snow_insulation": { + "density_g_per_cm3": 0.1, + "thermal_conductivity_cal_per_cm_s_C": 0.0001, + "depth_for_minus_20_F_inches": 6, + "depth_for_minus_30_F_inches": 12 + }, + "soil_thermal": { + "heat_capacity_cal_per_g_C": 0.2, + "freeze_front_rate_inches_per_day": 0.8, + "safe_root_zone_below_inches": 12 + }, + "monitoring": { + "interval_hours": 24, + "observation_time_local": "0600" + } + }, + "action_matrix": { + "forecast_minus_25_F": { + "action": "pile_loose_straw_to_8_inches", + "compaction": "light_hand_pressure", + "replenishment_trigger": "after_wind_event" + }, + "snow_drift_detected": { + "action": "measure_depth_at_crop_edge", + "minimum_acceptable_inches": 6, + "supplement_if_below": true + }, + "temperature_spike_above_45_F_in_winter": { + "action": "vent_cold_frames", + "prevent": "bolting" + } + }, + "sources": [ + { + "entity": "turnip", + "authority": "Wikidata Q3916957", + "url": "https://www.wikidata.org/entity/Q3916957" + }, + { + "entity": "plant_hardiness_zone", + "authority": "USDA Agricultural Research Service", + "url": "https://planthardiness.ars.usda.gov/" + } + ] } diff --git a/films/thermal-shock/hyperframe.json b/films/thermal-shock/hyperframe.json new file mode 100644 index 0000000..bc9de78 --- /dev/null +++ b/films/thermal-shock/hyperframe.json @@ -0,0 +1,19 @@ +{ + "captions": true, + "voice": "af_nova", + "music_url": "https://4ort.live/v1/mtv/video/fde63eb40fe3?download=1", + "scenes": [ + { + "id": "s1", + "narration": "Three. Four. Seven. The rhythm that steadies the hand when the frost arrives. In Storm Lake, we do not fight the cold—we prepare for it. The breath is the anchor. The breath is the promise." + }, + { + "id": "s2", + "narration": "Zero degrees. The strike. Ice crystals form at the edge of the leaf, sharp as glass, hungry as hunger. The cell wall feels the weight of the world. This is the threshold. This is the moment." + }, + { + "id": "s3", + "narration": "The wall holds. Not rigid. Not brittle. But bent. Like the shawl for the child born in Mercy Hospital. Like the ledger that measures survival. Zone Five-B. We bend. We do not break." + } + ] +} diff --git a/films/thermal-shock/index.html b/films/thermal-shock/index.html new file mode 100644 index 0000000..674b114 --- /dev/null +++ b/films/thermal-shock/index.html @@ -0,0 +1,124 @@ + + +Thermal Shock: The Moment Frost Takes + + + + + + + + + + +
+ + + + + + + + +
+

THREE — FOUR — SEVEN

+

The breath that steadies the hand
when the frost arrives.

+
+ + +
+
+

ZERO DEGREES

+
+ + +
+
+

THE WALL HOLDS

+

Zone Five-B.
Storm Lake.
We bend. We do not break.

+
+ +
+ + diff --git a/first-slip.html b/first-slip.html index f1e99a3..75c3072 100644 --- a/first-slip.html +++ b/first-slip.html @@ -4,6 +4,12 @@ My First Slip | Barbara Cintron + + + + + + + diff --git a/frost-calculator.html b/frost-calculator.html index c9651e3..0c1d3d0 100644 --- a/frost-calculator.html +++ b/frost-calculator.html @@ -4,6 +4,13 @@ Frost-Depth Calculator | Barbara Cintron + + + + + + + +
diff --git a/index.html b/index.html index 5b8d457..bc9d2a8 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,34 @@ + Barbara Cintron | Storm Lake Operations + + + + + + + +
+

BARBARA CINTRON

STORM LAKE OPERATIONS SUPERVISOR

@@ -117,13 +176,32 @@ THE LEDGER ANCHOR PROTOCOL THE LOOM - FIELD GUIDE + FIELD GUIDE + CELLAR PROTOCOL + +
+

IDENTITY SET

+
+
+
WHAT I KNOW
+ +
+
+
WHAT I'VE MADE
+ +
+
+
WHAT I SAY
+ +
+
+
- COMPANION DATA: field-guide.json — agent-legible planting windows
- GUIDE v1.0 — ZONE 5B STORM LAKE + COMPANION DATA: field-guide.json · cellar.json
+ ZONE 5B STORM LAKE
- + \ No newline at end of file diff --git a/index.json b/index.json new file mode 100644 index 0000000..783d3de --- /dev/null +++ b/index.json @@ -0,0 +1,69 @@ +{ + "nav": [ + { + "current": "index.html", + "items": [ + { + "rel": "index.html", + "title": "Barbara Cintron", + "href": "/" + }, + { + "rel": "films/thermal-shock/index.html", + "title": "Thermal Shock: The Moment Frost Takes", + "href": "/films/thermal-shock/" + }, + { + "rel": "anchor.html", + "title": "Anchor Protocol", + "href": "/anchor.html" + }, + { + "rel": "cellar.html", + "title": "Cellar Protocol", + "href": "/cellar.html" + }, + { + "rel": "frost-calculator.html", + "title": "Frost-Depth Calculator", + "href": "/frost-calculator.html" + }, + { + "rel": "first-slip.html", + "title": "My First Slip", + "href": "/first-slip.html" + }, + { + "rel": "calendar.html", + "title": "Storm Lake Harvest Calendar", + "href": "/calendar.html" + }, + { + "rel": "ledger.html", + "title": "The Ledger", + "href": "/ledger.html" + }, + { + "rel": "loom.html", + "title": "The Loom", + "href": "/loom.html" + }, + { + "rel": "mended-stitch.html", + "title": "The Mended Stitch", + "href": "/mended-stitch.html" + }, + { + "rel": "winter-propane.html", + "title": "Winter Propane Calculator", + "href": "/winter-propane.html" + }, + { + "rel": "field-guide.html", + "title": "Zone 5B Field Guide", + "href": "/field-guide.html" + } + ] + } + ] +} \ No newline at end of file diff --git a/ledger.html b/ledger.html index 39a9a79..f18c490 100644 --- a/ledger.html +++ b/ledger.html @@ -4,6 +4,13 @@ The Ledger | Barbara Cintron + + + + + + + +
diff --git a/loom.html b/loom.html index 7da7012..13d90fa 100644 --- a/loom.html +++ b/loom.html @@ -4,6 +4,12 @@ The Loom | Barbara Cintron + + + + + + +
diff --git a/mended-stitch.html b/mended-stitch.html index 3ecda5f..7dd7ee3 100644 --- a/mended-stitch.html +++ b/mended-stitch.html @@ -4,6 +4,12 @@ The Mended Stitch | Barbara Cintron + + + + + + + diff --git a/winter-propane.html b/winter-propane.html index 2f571ac..b4d9b34 100644 --- a/winter-propane.html +++ b/winter-propane.html @@ -4,6 +4,12 @@ Winter Propane Calculator | Barbara Cintron + + + + + + +