-
Notifications
You must be signed in to change notification settings - Fork 45
Add custom CMOR table and derivation script for permafrost #2358
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
Open
axel-lauer
wants to merge
28
commits into
main
Choose a base branch
from
esacci-permafrost
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e019ab5
added custom CMOR tables for ESACCI-PERMAFROST
axel-lauer fbce425
added new coordinate to custom coordinate table
axel-lauer cc102fa
changed sdepth to depth
axel-lauer c38bda3
Merge branch 'main' into esacci-permafrost
axel-lauer 659494d
added derivation script for permafrost extent (pfr)
axel-lauer b4f46b9
permafrost extent: switched from sftgif to mrsos
axel-lauer 0c86835
Merge branch 'main' into esacci-permafrost
axel-lauer 4db4a42
updated pfr.py
axel-lauer 9ee7825
Update esmvalcore/preprocessor/_derive/pfr.py
axel-lauer 480d33d
fix ruff issues
axel-lauer 26c19da
update pfr.py
axel-lauer e562830
removed comments
axel-lauer f4fb071
Merge branch 'main' into esacci-permafrost
axel-lauer b616d92
non-working draft of pfr derivation unit test
axel-lauer 8a92845
added test for derived variable pfr
axel-lauer 1db80de
pre-commit results
axel-lauer 5d0f518
Update esmvalcore/preprocessor/_derive/pfr.py
axel-lauer 66eb70a
Merge branch 'main' into esacci-permafrost
axel-lauer b3d0fca
extended unit test for derivation of pfr
axel-lauer 3177cd8
Merge branch 'esacci-permafrost' of github.com:ESMValGroup/ESMValCore…
axel-lauer d370a3b
update test_pfr.py
axel-lauer 01c8227
Update esmvalcore/preprocessor/_derive/pfr.py
axel-lauer cce9088
Update esmvalcore/preprocessor/_derive/pfr.py
axel-lauer 59bc9c0
Update esmvalcore/preprocessor/_derive/pfr.py
axel-lauer ee34de9
split unit tests into separate functions
axel-lauer f20e3d7
updated pfr
axel-lauer c5453bb
Merge branch 'main' into esacci-permafrost
axel-lauer 6913302
Update esmvalcore/preprocessor/_derive/pfr.py
axel-lauer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
extended unit test for derivation of pfr
- Loading branch information
commit b3d0fca2d50944e70527574dd824d47c1a8ef911
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to have a test case where not the entire cube is permafrost because this doesn't really check that the calculation is correct.