dylanbeaudette / process-kssl-snapshot

code, documentation, models, related to processing the KSSL DB snapshot
5 stars 2 forks source link

water holding capacity, rock fragments, bulk density / data source documentation #1

Open brownag opened 7 years ago

brownag commented 7 years ago
dylanbeaudette commented 7 years ago

The water retention data in the snapshot (KSSL in general) are something of a mess.

For next time:

This last one db_13bw is estimated using:

100 / 
(
[wpg2]/[pd_g2]+(100-[wpg2]) /
IIf(IsNull([Bulk Density and Moisture].[db_13b]),
1.45,
[Bulk Density and Moisture].[db_13b])
)

Notice that a default Db @ 1/3 bar of 1.45 is used when missing.

Most of the derived Db values can be found in the Supplementary_Tier_2 table.

Key reference: pages 203--207 Methods of Soil Analysis: 4 Physical Methods.

dylanbeaudette commented 7 years ago

As of 807a518abb97f86c53b040b76740a28eb06d2af4, there is now a wrd_l2 column in the horizon level data returned by fetchKSSL(). However, this column contains NA because most data in Supplementary_Tier_3 table have a prep code of "".

F***.