-
Dear UV-CDAT Developers,
Greetings!
When I am trying to access ensemble dimension (which has embedded within variable as another dimension / axis / coordinates) from grib2 file, cdms2 just suppresse…
-
I have downloaded the nctoolbox(nctoolbox-1.1.0) to read the grib2 file from http://nomads.ncep.noaa.gov/pub/data/nccf/com/cfs/prod/cfs/cfs.20160308/00/6hrly_grib_01/. The java error occured when I ru…
-
It seems [NCEP](https://github.com/NOAA-EMC/NCEPLIBS-grib_util/issues/293) add several custom encodings to the WMO Grib2 standard that the CFGRIB library can't decode.
In the [HRRR SubHourly produc…
-
do you think it would be feasible to support GRIB2 files for space products such as template 90 ?
https://apps.ecmwf.int/codes/grib/format/grib2/templates/3/90
and are you interested in it ?
if…
-
For variables in a `NetcdfFile` object that is populated from a GRIB file, they have a Grib Level Type attribute, named `Grib1_Level_Type` and `Grib2_Level_Type` for GRIB-1 and GRIB-2 files, respectiv…
-
**Describe the bug**
ECMWF recently upgraded the GRIB2 compression method to CCSDS (using data representation template 5.42). This is resulting in an error while attempting to read ECMWF-produced GRI…
-
This data uses a GRIB2 GDT template number of "1", which is not recognized by chgres. Other code updates may also be required.
-
Hi,
I was trying to download some open source weather data from the COSMO weather model. I therefore use the following code:
```
clear all;
close all;
tic;
% Load nctoolbox
addpath('nct…
-
When trying to read a GRIB file, I get the JAVA error:
Error using ncdataset (line 97)
Failed to open C:
Error in cfdataset (line 59)
obj = obj@ncdataset(url);
Error in ncgeoda…
-
I've an issue building the new version of GrADS (`2.2.2`) under Ubuntu `18.04` with GRIB2 enabled.
I'm able to build correctly g2clib `1.6.0` (also tried with `1.6.2`) and configure GrADS:
```bash
…
fox91 updated
3 years ago