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

13 lines
180 B
Modula-2

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;
}