Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
146 stars 71 forks source link

Add Grib2 template 4.60 #1164

Closed Yaqiang closed 1 year ago

Yaqiang commented 1 year ago

Description of Changes

Add Grib2 template 4.60 Grib2Pds60 inner class to support s2s ensemble forecasting data of ECMWF.

PR Checklist

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

shahramn commented 1 year ago

The correct name for this is: Individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time

Yaqiang commented 1 year ago

The correct name for this is: Individual ensemble reforecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time

Got it. By the way, the added template was verified using MeteoInfoLab with ECMWF S2S Grib2 data with the template 4.60. ECMWF_S2S_grib2_template-4 60

haileyajohnson commented 1 year ago

you will also need to apply code style to get the checks to pass: ./gradlew spotlessJavaApply

haileyajohnson commented 1 year ago

Moved to #1192