mirror of https://github.com/ecmwf/eccodes.git
ECC-1884: GRIB1 regular grids: The geography namespace should include Ni and Nj
This commit is contained in:
parent
2d28023aba
commit
a85d671ace
|
@ -1,10 +1,12 @@
|
||||||
unsigned[2] Ni : can_be_missing,dump;
|
unsigned[2] Ni : can_be_missing,dump;
|
||||||
alias numberOfPointsAlongAParallel= Ni ;
|
alias numberOfPointsAlongAParallel= Ni ;
|
||||||
alias Nx =Ni;
|
alias Nx =Ni;
|
||||||
|
alias geography.Ni=Ni;
|
||||||
|
|
||||||
signed[2] Nj : dump;
|
signed[2] Nj : dump;
|
||||||
alias numberOfPointsAlongAMeridian=Nj;
|
alias numberOfPointsAlongAMeridian=Nj;
|
||||||
alias Ny=Nj;
|
alias Ny=Nj;
|
||||||
|
alias geography.Nj=Nj;
|
||||||
|
|
||||||
# Latitudes and Longitudes of the first and the last points
|
# Latitudes and Longitudes of the first and the last points
|
||||||
# Resolution and component flags
|
# Resolution and component flags
|
||||||
|
|
Loading…
Reference in New Issue