# Copyright 2005-2007 ECMWF # # Licensed under the GNU Lesser General Public License which # incorporates the terms and conditions of version 3 of the GNU # General Public License. # See LICENSE and gpl-3.0.txt for details. constant domain = "g"; constant param = "127.128"; constant second = 0; constant step = 0; constant levtype = "ml"; constant levelist = 1; meta date budgdate(yearOfCentury,month,day); alias ls.step=step; alias ls.date=date; meta time time(hour,minute,second); alias mars.step = step; alias mars.date = date; alias mars.time = time; alias mars.levtype = levtype; alias mars.param = param; alias mars.levelist = levelist;