Tests whether continuous frozen / permafrost material occurs within
the upper max_top_cm. Two alternative paths qualify per WRB
2022:
Permafrost temperature: a layer at top_cm <=
max_top_cm(default 100) withpermafrost_temp_C <= max_temp_C(default 0 C).Designation pattern: a layer at top_cm <=
max_top_cmwith designation containing suffix"f"(frozen) or matching"^Cf"/"perma". Used as a fallback when the temperature field is not in the pedon (typical of legacy survey data).
Either path qualifies. Diagnostic of Cryosols.
Arguments
- pedon
A
PedonRecord.- max_top_cm
Maximum top depth (cm) (default 100).
- max_temp_C
Maximum mean annual permafrost-zone temperature (deg C) for the temperature path (default 0).
