-
> This is to investigate some existing work for how we can calculate derivatives with the . Related to evaluation module in issue #7.
---
## Motivation
There are many useful derived quantities…
-
Add sea surface height conversions.
---
**Needed**
- [x] ssh to potential vorticity
- [x] ssh to psi
- [x] ssh to u, v
- [x] psi to u,v
- [x] kinetic energy
- [x] enstrophy
- [x] strain
- [x] geostr…
-
> We want the functionality to calculate all relevant derived variables that are necessary for post analysis work.
---
## Motivation
We will have a lot of post analysis stuff when we try to com…
-
One easy way to parallelise speedy might be to distribute the calculation of the spectral transform across `n` workers in the vertical, using [SharedArrays](https://docs.julialang.org/en/v1/stdlib/Sha…
-
Summary: Would you consider adding an option to save to disk (and reading from the disk) only the problem variables that are necessary to specify an initial condition in an initial value problem? Vari…
-
```
CDSAPI.retrieve("reanalysis-era5-pressure-levels",
CDSAPI.py2ju("""
{
'product_type': 'reanalysis',
'format': '…
-
The [Nightly workflow](https://github.com/Unidata/MetPy/actions/runs/4752496123) is failing.
The documentation build failed.
Log:
python override_check.py
Override check successful.
Running Sphinx v4.…
-
**Is your feature request related to a problem? Please describe.**
Hello guys,
Have you ever heard about MHD(magnetohydrodynamics) simulation? That's used in plasma physics with the hypothesis t…
-
An option to return potential vorticity in units of $10^{14} cm^{-1} sec^{-1}$ would be useful. This conversion is done by:
```
pvort = np.abs(((pvort/100)*1.e14))
```
It would allow one to g…
-
Hi, is it possible to add these features :
- more pressure levels to visualize, especially high tropospheric/stratospheric pressure levels (100, 70, 50, 30, 20, 10, etc.) hPa.
- more parameters, l…