mirror of https://github.com/ecmwf/eccodes.git
12 lines
299 B
Modula-2
12 lines
299 B
Modula-2
# (C) Copyright 2005- ECMWF.
|
|
|
|
# GRID DEFINITION latitude/longitude grid - equidistant cylindrical or Plate Carree projection
|
|
|
|
# grib 1 -> 2
|
|
constant gridDefinitionTemplateNumber = 0;
|
|
|
|
template commonBlock "grib1/grid_definition_latlon.def";
|
|
|
|
# Padding - See GRIB-370
|
|
ascii[4] zeros : read_only;
|