Open
Conversation
…: 'ws'='([10u]**2+[10v]**2)**0.5', scaling a variable can be done with 'tp'='0.001*[tp]' etc.. Signed-off-by: evenmn <evenmn@fys.uio.no>
Signed-off-by: evenmn <evenmn@fys.uio.no>
Signed-off-by: evenmn <evenmn@fys.uio.no>
Contributor
|
kan du rebase? |
…: 'ws'='([10u]**2+[10v]**2)**0.5', scaling a variable can be done with 'tp'='0.001*[tp]' etc.. Signed-off-by: evenmn <evenmn@fys.uio.no>
Signed-off-by: evenmn <evenmn@fys.uio.no>
Signed-off-by: evenmn <evenmn@fys.uio.no>
Add logging and timing
Contributor
|
Sorry can you rebase again? I tried doing it but it was slightly complicated so I'm afraid to mess things up. |
…: 'ws'='([10u]**2+[10v]**2)**0.5', scaling a variable can be done with 'tp'='0.001*[tp]' etc.. Signed-off-by: evenmn <evenmn@fys.uio.no>
Signed-off-by: evenmn <evenmn@fys.uio.no>
Signed-off-by: evenmn <evenmn@fys.uio.no>
Signed-off-by: evenmn <evenmn@fys.uio.no>
Signed-off-by: evenmn <evenmn@fys.uio.no>
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.
Added support for:
wsis automatically converted to the expression "([10u]**2+[10v]**2)**0.5"Variables expressions support basic math operators, and expression mode is invkoed if there is a left braket '[' in the variable definition:
Example:
This functionality was also incorporated into the NetCDF output class, here demonstrated by converting total cloud coverage (tcc) from the range 0-1 to 0-100: