eccodes/definitions/mars/grib.oper.go.def

13 lines
180 B
Modula-2
Raw Permalink Normal View History

2013-03-25 12:04:10 +00:00
if(class != 8) # ELDAS
{
# We need this because 'N' is defined later
meta marsGrid sprintf("%d",N) : dump;
alias mars.grid = marsGrid;
}
else
{
alias mars.origin = centre;
}