2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2015-08-13 14:04:31 +00:00
|
|
|
# GRID DEFINITION Stretched and rotated spherical harmonic coefficients
|
|
|
|
|
2013-03-25 12:04:10 +00:00
|
|
|
# grib 1 -> 2
|
|
|
|
constant gridDefinitionTemplateNumber = 53;
|
|
|
|
|
|
|
|
template commonBlock "grib1/grid_definition_spherical_harmonics.def";
|
|
|
|
|
|
|
|
# Rotation parameters
|
2015-07-28 09:50:26 +00:00
|
|
|
include "grib1/grid_rotation.def"
|
2013-03-25 12:04:10 +00:00
|
|
|
|
|
|
|
# Stretching parameters
|
2015-07-28 09:50:26 +00:00
|
|
|
include "grib1/grid_stretching.def"
|