Tyler Wixtrom
Tyler Wixtrom
Regarding the code mentioned by @jthielen, that is a relatively simple solution based in Xarray/dask. I have been using it as the basis for my current work. It scales relatively...
Tagging @mgrover1 who is involved with the NCAR xWRF effort.
I have an initial stab at this which can be found [here.](https://github.com/ac0015/wrf-ens-tools/blob/master/wrf_ens_tools/post/post_process.py) The basic idea is to wrap xarray's open_dataset by opening the input file, fixing metadata, and providing some...
Upon attempting this with RH calculations over a large dataset in Xarray (with Dask enabled) I can confirm that calling MetPy does load the arrays memory. Dask still allows for...
Just to clarify, this is waiting for a determination of which method to go with. Then the others will be removed, docstring updated, and tests updated.
@dopplershift Not a problem, just letting both of you know that a detailed code review is not really important at this stage.
Yes, that is my understanding. I am attaching the NWS manual since it is hard to find online. SLP reduction is in chapter 7. [manual_of_barometry_1.pdf](https://github.com/Unidata/MetPy/files/6144006/manual_of_barometry_1.pdf)