You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/data.remote/inst/ccmmf/documentation/sessions/03-fertilizer-irrigation.md
+14-28Lines changed: 14 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,6 @@ flowchart LR
61
61
62
62
63
63
64
-
65
-
66
64
## Paths for this session
67
65
68
66
Expect `$LANDIQ_GAPFILLED` from [Session 1](01-landiq.md) and `$MATCHED_DIR` from [Session 2](02-phenology.md). Paths come from [setup_env.sh](../setup_env.sh). Full tree: [Data layout](00-setup.md#data-layout).
@@ -86,8 +84,6 @@ $CCMMF_ROOT/
86
84
>
87
85
> Training: keep `$DEMO_TILE` from Session 2 (default `10TEK`).
88
86
89
-
90
-
91
87
## 3.1 Packaged tables
92
88
93
89
California guideline tables are inside `PEcAn.data.land`. N fert and organic amendments use these packaged lookups:
@@ -205,8 +201,6 @@ Rice uses the same daily climate and ET drivers but tracks pond depth instead of
CHIRPS is daily precipitation (`P_t`). Each inventory year is one **global** daily NetCDF (~0.05 deg); California is subsetted during parcel extract, not at download.
Spatial CIMIS is daily reference ET (`ETref`) on a **California** grid. That is not yet crop ET; Sec. 3.7-3.8 and 3.10 turn it crop-specific with `bism_kc_by_crop` and Session 2 canopy cover.
`whc_min_frac` is the MAD threshold: irrigation triggers when soil storage falls below this fraction of WHC. `rooting_depth_m` sets the rooting zone depth. Irrigation type routes each crop to the generic bucket balance or the flooded rice path.
293
+
`whc_min_frac` is the MAD threshold: irrigation triggers when soil storage falls below this fraction of WHC. `rooting_depth_m` sets the rooting zone depth.
305
294
306
295
Rebuild path: `modules/data.land/data-raw/crop_whc.R` from `crop_whc.csv`.
307
296
308
297
---
309
298
310
-
311
-
312
299
## 3.9 SSURGO weights (WHC)
313
300
314
301
**WHC** (water holding capacity) is the soil bucket in Sec. 3.4: plant-available water in the root zone. It comes from USGS/NRCS **gSSURGO** (available water by soil layer), clipped to the crop rooting depth from `crop_whc` (Sec. 3.8) and averaged onto each LandIQ parcel.
@@ -352,9 +339,9 @@ This step joins every input above. For each parcel and crop season, the water ba
352
339
```mermaid
353
340
flowchart TD
354
341
LIQ["LandIQ CLASS / SUBCLASS"] --> BISM["bism_kc_by_crop"]
355
-
LIQ --> ITYPE["irrigation type"]
356
342
BISM --> WHCT["crop_whc\nMAD, rooting depth"]
357
-
CAN["Session 2 MSLSP\nfc canopy cover"] --> KC["Kc(fc) via BIS"]
@@ -388,8 +376,6 @@ Columns `parcel_id`, `ens_id`, `date`, `amount_mm`, and `method`. Rows with `amo
388
376
389
377
---
390
378
391
-
392
-
393
379
## Statewide
394
380
395
381
**Fert / NCC.** Same `FERT_PROJECT=all` / `NCC_PROJECT=all` as Sec. 3.2-3.3; point `MATCHED_DIR` at the statewide gap-filled phenology tree (not tile), re-source `setup_env.sh`, then:
0 commit comments