forked from FIDUCEO/MMS
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Se era5 v2 pp #15
Open
SabineEmbacher
wants to merge
34
commits into
master
Choose a base branch
from
se_era5_v2_pp
base: master
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
Se era5 v2 pp #15
Conversation
This file contains 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
…ll value per variable can be defined. era5 post processing .. can now load generalized information from an optional era5-post-processing-general-info.xml in the config directory. A general info file can contain variable definition for satellite-fields. Upgrade Mockito to version 4.11.0 and also include artifact mockito-inline for static mocking era5 post processing .. setter and getter of variable names in class SatelliteFieldsConfiguration was generalized. E.g. config.set_an_ml_q_name("abcde") was replaced by config.setVarName("an_ml_q", "abcde") era5 post processing .. "length" attribute of tag <satellite-fields><z_dim name='up' length='???' />" is no longer optional. era5 post processing .. The translation of variable name to variable name for file access has been made switchable. post processing .. added PostProcessingContext to method PostProcessingPlugin.createPostProcessing(...). Now plugins can perform extended initializations. E.g. by loading extra files from config directory. post processing .. the config directory has been added to the PostProcessingContext so that plugins can load additional generalized information required for the plugin from this directory.
… [-180 to 180]. In such cases (e.g. Windsat-Coriolis [0 to 360]), longitude data will be converted so that it fits into the required range of [-180 to 180] to be able to create correct interpolation of era5 data.
…ld era5Region in InterpolationContext Remove reading of subset from entire era5 variable array and remove to read the entire era5 variable in VariableCache Instead read the four era5 interpolation corner ponts directly from variable The VariableCache now uses an LRU cache with a listener to automatically free the oldest cached, no longer needed variables and file handles when the maximum cache size is reached.
…ll value per variable can be defined. era5 post processing .. can now load generalized information from an optional era5-post-processing-general-info.xml in the config directory. A general info file can contain variable definition for satellite-fields. Upgrade Mockito to version 4.11.0 and also include artifact mockito-inline for static mocking era5 post processing .. setter and getter of variable names in class SatelliteFieldsConfiguration was generalized. E.g. config.set_an_ml_q_name("abcde") was replaced by config.setVarName("an_ml_q", "abcde") era5 post processing .. "length" attribute of tag <satellite-fields><z_dim name='up' length='???' />" is no longer optional. era5 post processing .. The translation of variable name to variable name for file access has been made switchable. post processing .. added PostProcessingContext to method PostProcessingPlugin.createPostProcessing(...). Now plugins can perform extended initializations. E.g. by loading extra files from config directory. post processing .. the config directory has been added to the PostProcessingContext so that plugins can load additional generalized information required for the plugin from this directory.
… [-180 to 180]. In such cases (e.g. Windsat-Coriolis [0 to 360]), longitude data will be converted so that it fits into the required range of [-180 to 180] to be able to create correct interpolation of era5 data.
…ld era5Region in InterpolationContext Remove reading of subset from entire era5 variable array and remove to read the entire era5 variable in VariableCache Instead read the four era5 interpolation corner ponts directly from variable The VariableCache now uses an LRU cache with a listener to automatically free the oldest cached, no longer needed variables and file handles when the maximum cache size is reached.
# Conflicts: # post-processing-tool/src/main/java/com/bc/fiduceo/post/plugin/era5/MatchupFields.java # post-processing-tool/src/main/java/com/bc/fiduceo/post/plugin/era5/SatelliteFields.java # post-processing-tool/src/test/java/com/bc/fiduceo/post/plugin/era5/InterpolationContextTest.java
…plugin solution convert longitude values to match the range -180 .. 180
…plugin solution convert longitude values to match the range -180 .. 180 NaN, negativ Unendlich und positiv unendlich werden nun auch berücksichtigt.
…plugin solution convert longitude values to match the range -180 .. 180 NaN, negative infinity and positive infinity are now also taken into account.
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.
Updates from version 1.5.8 to 1.6.0
needed variables and file handles when the maximum cache size is reached.* fix wrong corner point order of
era5 interpolation in SatelliteFields
In such cases (e.g. Windsat-Coriolis [0 to 360]), longitude data will be converted so that it fits into the
required range of [-180 to 180] to be able to create correct interpolation of era5 data.
variable can be defined.
era5-post-processing-general-info.xml in the config directory.
A general info file can contain variable definition for satellite-fields.
generalized. E.g. config.set_an_ml_q_name("abcde") was replaced by config.setVarName("an_ml_q", "abcde")
longer optional.
switchable.
Now plugins can perform extended initializations. E.g. by loading extra files from config directory.
additional generalized information required for the plugin from this directory.