# 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. # Experimental stuff transient isAccumulation = 0 ; transient isEPS = 0 ; when(isAccumulation and !isEPS) set productDefinitionTemplateNumber = 8; when(isAccumulation and isEPS) set productDefinitionTemplateNumber = 11;