Addition of Ligtenberg (2011) Dry Firn Densification Method #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addition of an alternative method to calculate the dry firn densification of sub-surface layers.
Arthern, 2010 (https://doi.org/10.1029/2009JF001306)
Ligtenberg, 2011 (https://doi.org/10.5167/uzh-136702)
The method requires the average annual temperature of each sub-surface layer (T_AVG) - something a bit troublesome to calculate. My current solution is to estimate it by assuming a thermal profile with the form of a trumpet curve (see image) and interpolating between the base and the depth of zero-annual amplitude (ZAA). But it could certainly be improved!
Note: the other methods could be vectorised, removing the existing Python loops to possibly improve computational efficiency.
(Code modifications contained within 'Ligtenberg Densification' branch)