mirror of https://github.com/ecmwf/eccodes.git
13 lines
290 B
Modula-2
13 lines
290 B
Modula-2
# Copyright 2005-2018 ECMWF.
|
|
|
|
# GRID DEFINITION stretched latitude/longitude grid
|
|
# grib 1 -> 2
|
|
constant gridDefinitionTemplateNumber = 2;
|
|
|
|
template commonBlock "grib1/grid_definition_latlon.def";
|
|
|
|
ascii[4] zero : read_only;
|
|
|
|
# Stretching parameters
|
|
include "grib1/grid_stretching.def"
|