-
I'm using grib from OpenWRF
```python
grb = pygrib.open("openwrf_data/France_12km_WRF_WAM_210224-00.grb")
for mes in grb:
print(mes)
```
```shell
1:180:180 (instant):regular_ll:surface:…
-
There are several UFO updates from GMAO regarding winds.
This PR is to test the updates from GMAO for Scatterometer Winds
Here is the collection of related UFO PRs
PR #[3061](https://github.com…
-
@wsmoses Opening an issue for the GC error I see, I added you to the repo where my code is, it's a private one in the DJ4Earth repository. Running `julia --project=. technical_paper.jl` should reprod…
-
**[Original report](https://bitbucket.org/itporu/itporu.bitbucket.org/issue/241) by Nikolay Koldunov (Bitbucket: [koldunovn](https://bitbucket.org/koldunovn), GitHub: [koldunovn](https://github.com/ko…
-
I know this isn't good form, but I am going to describe my problem to see if anyone has an idea of a direction to go, without a good example to start. I am using several libraries together and making …
-
Hi
Kind of related to #40 and #76, according to the paper in[ here](https://gmd.copernicus.org/articles/14/5023/2021/#bib1.bibx81), we should be able to use the same input file (even if it has extra…
-
CF Metadata Conventions use NetCDF files with a sophisticated set of conventions to ease interpretation and analysis of the data. One such convention is to include a `bounds` attribute with each dimen…
-
There are several UFO updates from GMAO regarding winds.
This PR is to test the updates from GMAO for satellite AMVs
Here is the collection of related UFO PRs
PR #[3061](https://github.com/JCSD…
-
- [ ] NDBC Stations - Data not available (Wave direction, wave period, visibility in air, and water level)
error example: https://data.oceansmap.com/scidap/timeseries/44066¶meter=sea_surface_wa…
-
I am downloading my data from here;
https://data.marine.copernicus.eu/product/SEALEVEL_EUR_PHY_L4_NRT_OBSERVATIONS_008_060/download
I am able to plot the grid and run the bessel_high_filter (only ov…