-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reboot of Frost Action, Potential using PRISM #84
Comments
FURTHERMORE: following the table from NSSH 618.84 would suggest that all of our mesic components should have some potential frost action, and would get a "moderate" class in most instances. While portraying potential frost action even in areas that may not require it may be the most conservative approach, it would be good to understand where our map units sit with respect to the 250 isoline. |
Question: how to interpret the "coldest year in 10 years" or "average of three coldest years in 30 years"? How would this compare to, say, the 0.90 quantile for the freezing index (AKA design freezing index) derived from 30 year PRISM daily data? |
We decided the "coldest" year would be defined by the year with the greatest number of accumulated degree days below zero, and not some unrelated metric such as the year with the lowest MAAT. |
Using the daily 800m PRISM data (1981-2010) we get this approximation of the design freezing index (deg. C): Methods:
Notes:
Remaining questions:
|
Considering use of additional predictors. Annual beam radiance (250m and 30m) didn't seem to improve estimate much, probably due to lack of stratification of stations across ABR and elevation gradient. The "percent precipitation as rain" derivative Dylan made shows some promise (marginal improvement in information criterion of model) ... but is highly correlated with elevation (note variance-inflation factor of ~9).
Perhaps try principal components regression? |
Fascinating. I doubt there are many other data sources that will contribute to this model, especially since most of the PRISM stack are so highly correlated. I'll copy the bioclim stack to the L drive tomorrow--maybe there is something in there. Did you try using the mean annual precipitation? |
I didn't try MAP. I was tentative to go with anything that would be so tightly correlated with the elevation trend. Though if I used a method that would be robust to having such correlated predictors, perhaps it would be worthwhile. Once you get bioclim in there I'll play around with some way over-specified models, stepwise regression and maybe some principal components. But before long I will have to bundle this up and pitch it as a future project, as redefining Frost Action and more in-depth modeling of the design index, or its logical next step: frost penetration depth, is well beyond the scope for what I am cleared to do here. The premise of this investigation was more or less based on the idea that the 250 isoline is meaningful from the perspective of frost action. But seems like the only reference to that magical line is from that old US Army School of Engineers student reference... I haven't found it in any of the older or more recent Army Corps documents. |
Agreed: time to nail down the definition, notify others, and move on. Let me know if I can help integrate your DBZ code into |
@jskovlin The pattern looks quite similar! Neat. Worth looking at a little closer. |
Had correspondence with Steve Campbell and Bob Dobos on this. In lieu of actually tracking down the source document to verify (have tried in several places, through NAL, etc. to no avail) it seems likely that the units for degree days were in Fahrenheit. We also discussed that Air-Freezing Index is conventionally calculated over some sort of a freezing season. The NSSH definition (upon revision) should address the period over which the FI is calculated. Steve suggested it was probably worth keeping the full year, not a subset (<365 days). Offsetting the start of the year from January 1st to August 1st might give a more meaningful cumulative value for the individual freezing season (at least for our hemisphere), at the cost of having to be derived from two different calendar years. I have not yet checked whether this would give different results for the per-station DFI, but my feeling is that just using the calendar year balances out. Will verify. |
Relevant notes from the component "Frost Action" calculation:
|
Item no. 11 above references this bit of code:
Among SSR02 component data, 98% of the component keys are missing records in the |
Yes, the cosoiltemp code appeared to have been added to allow for "mesic" STR to have frost action class of "none" But it is not clear that there are any instances where the combinations of tempregime==mesic and soil temp data are all present (and minimum for monthly values exceed 1. As such, our mesics calculate as having frost action -- with the class depending on the PSC and moisture. |
@brownag: did the DFI calculation make it into sharpshootR or some such package? It might be worth adding, as the FFD estimator has found a nice home there. |
@dylanbeaudette Negative. But I agree it should be added. Here is a working example of DFI calc for CDEC data -- with a routine for data cleaning (which is pretty necessary for CDEC) -- open to comment
|
On the West Coast it has long been recognized that potential frost action (250 degree days below zero isoline) does not align well with the mesic-thermic break (which is commonly used to predict frost action in mid-continental areas).
Links to NSSH:
From NSSH Part 618.33 Frost Action, Potential:
We currently derive GDD and FFD estimates from PRISM daily data. It would not be too challenging to modify the GDD routine to calculate "number of degree days below 0 degrees C" ( AKA freezing index ).
The goal would be creating a raster map that is analogous to the one below (from NSSH 618.85), to provide further quantitative justification of assignments (or lack thereof) of Frost Action, Potential in MLRA 22A.
The text was updated successfully, but these errors were encountered: