2017-01-03 11:03:48 +00:00
|
|
|
# Copyright 2005-2017 ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
#
|
|
|
|
# This software is licensed under the terms of the Apache Licence Version 2.0
|
|
|
|
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
|
2013-03-25 14:23:07 +00:00
|
|
|
#
|
2013-03-25 12:04:10 +00:00
|
|
|
# In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
|
|
|
|
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
|
|
|
#
|
|
|
|
|
2015-08-13 14:04:31 +00:00
|
|
|
# GRID DEFINITION stretched latitude/longitude grid
|
2013-03-25 12:04:10 +00:00
|
|
|
# grib 1 -> 2
|
|
|
|
constant gridDefinitionTemplateNumber = 2;
|
|
|
|
|
|
|
|
template commonBlock "grib1/grid_definition_latlon.def";
|
|
|
|
|
|
|
|
ascii[4] zero : read_only;
|
|
|
|
|
|
|
|
# Stretching parameters
|
2015-07-28 09:50:26 +00:00
|
|
|
include "grib1/grid_stretching.def"
|
2013-03-25 12:04:10 +00:00
|
|
|
|