Connor Cozad

Results 4 comments of Connor Cozad

While we're taking a look at `mixed_layer_cape_cin()`, I wanted to bring up something that could be a bit confusing. Our [documentation](https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.mixed_layer_cape_cin.html) for `mixed_layer_cape_cin()` says: > Kwargs for `mixed_parcel` can be...

It looks like `parcel_start_pressure` ends up being returned as the pressure of the mixed parcel, but it also affects the temperature and dewpoint of the parcel as well. I haven't...

How do I add a new text file to our staticdata folder and use `get_test_data()` to access it from a test function? I've tried adding my file to staticdata on...

Above issue resolved by recreating the data registry with `python -c "import pooch; pooch.make_registry('staticdata', 'src/metpy/static-data-manifest.txt')"` after putting the new data file in the staticdata folder.