Temporary fix for missing values/NaN incompatibility for SyCLoPS#99
Open
yepkids wants to merge 20 commits intoClimateGlobalChange:masterfrom
Open
Temporary fix for missing values/NaN incompatibility for SyCLoPS#99yepkids wants to merge 20 commits intoClimateGlobalChange:masterfrom
yepkids wants to merge 20 commits intoClimateGlobalChange:masterfrom
Conversation
Changed the default optimization level to match the standard of the "Release" mode and the content in the readme. Added a CMake flag for the CXX compiler (to ensure GTL library is linked).
Changed the missing value threshold from 1e19 to 1e14.
This new feature allows the thresholds of --NearbyBlobs to vary with input from a node file's column.
This reverts commit a3fd32c.
This allows --nearbyblobs to take in varying threshold values from a column of the input node file.
Add support for AND condition in NearbyBlobsOp
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a temporary fix for missing values or NaN incompatibility when using SyCLoPS (the System for Classification of Low-Pressure Systems) with some model/reanalysis datasets. It only made changes to the operators used by SyCLoPS. A full repair to support missing values for all Tempestextremes operations is expected in the near future. Some changes are made to the README to improve clarity.