Feature/update oras6 clipping#85
Conversation
|
|
|
Hi @RachelFurner. As it is, this version breaks my 2D ocean requests because the variables are not optional. An interim solution would be to implement the 3D clipping in a different filter. The best option would be to make variables optional. I can give option 2 a go. If you are in a rush I suggest you start with option 1. |
Hi @lzampier, sorry about that! I don't think this is gonna get to a stage where we can build the dataset this week, so better to do it properly than quickly, and make the variables optional. It would be fab ff you can have a go at that, thanks! Please can you make it so tos is also optional -- just to allow full flexibility for any future plans. |
|
already implemented in #96 |
Description
Replicated lines relating to tos (surface temperatue) in src/anemoi/transform/filters/oras6_clipping.py to deal with all currently used temperature levels (thetao_?).
Type of Change
Issue Number
This would close issue 84
Code Compatibility
Code Performance and Testing
Dependencies
Documentation
Additional Notes
This change is relatively small, effecting only one file, and expands on current work, so no new documentation seems necessary.