-
Notifications
You must be signed in to change notification settings - Fork 1
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
N0 calibration (weighting procedure) #9
Comments
@danpower101 Please feel free to check if the last changes in the software addressed your suggestions. |
I couldn't find changes in the main branch so I presume this is it: This part needs a few more adjustments. Line 943:945This step shouldn't be optional for the Schrön 2017 method. The impact of pressure on the weighting steps is introduced through the rscaled function, so allowing this to be skipped removes this impact. All sites will record pressure as standard, so it should always be available. Hveg you might want to default to 0 for when data is not available, as it is less likely to be recorded during calibration campaigns (at least with older sites this is the case). It would be better to be included if it is available though. Weighting
The steps here should be:
e.g., this:
becomes this:
...absolute humidity (x) and theta (y) are from average values, and the radius includes the sensitivity to pressure/Hveg as calculated in the r-scale step.
|
…out biomass data Addressing 2nd sets of comments in #9
Addressing the comments in #9, the method was updated to use the iterative routine. Examples and tests, were also updated.
I was able to work with the .ipynb notebook for the calibration (which is working). I noticed however that the profile is being created using the distance from the sensor, which it shouldn't. Doing it this way will mean, for example, that a profile taken at North 25m will be combined with a profile taken at South 25m and treated as a single profile. Better to use individual profile assignments to make sure they're treated separately. |
#9 Added the parameter`profiles`, which is the ID that identifies each unique soil profile P when running the weighting algorithm.
@danpower101, I fixed the method to require a unique profile indetifier, in the example I created a new column |
Works for me, happy to close this issue. |
This is part of the review of the openjournals/joss-reviews#6025
The weighting procedure currently implemented has since been revised (Schrön et al., 2017).
It is a refinement of the Köhli 2015 weighting already implemented in this code (it now takes into account the influence of pressure and humidity, as well as allowing the weighting of samples <0.5m from the sensor.
I feel this should be added as an option to allow users to match the weighting strategy of the networks currently implementing it (e.g., https://cosmoz.csiro.au/about). It involves some different weights and a convergence approach (described in section 2.3 from the paper).
Schrön, M., Köhli, M., Scheiffele, L., Iwema, J., Bogena, H. R., Lv, L., Martini, E., Baroni, G., Rosolem, R., Weimar, J., Mai, J., Cuntz, M., Rebmann, C., Oswald, S. E., Dietrich, P., Schmidt, U., and Zacharias, S.: Improving calibration and validation of cosmic-ray neutron sensors in the light of spatial sensitivity, Hydrol. Earth Syst. Sci., 21, 5009–5030, https://doi.org/10.5194/hess-21-5009-2017, 2017.
The text was updated successfully, but these errors were encountered: