2015-12-31 12:44:51 +00:00
|
|
|
# Copyright 2005-2016 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 Gaussian latitude/longitude grid
|
2013-03-25 12:04:10 +00:00
|
|
|
# grib 1 -> 2
|
|
|
|
constant gridDefinitionTemplateNumber = 42;
|
|
|
|
|
|
|
|
template commonBlock "grib1/grid_definition_gaussian.def";
|
|
|
|
|
|
|
|
# Stretching parameters
|
2015-07-28 09:50:26 +00:00
|
|
|
include "grib1/grid_stretching.def"
|