# 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.

# START 1/local.98.21 ----------------------------------------------------------------------
# LOCAL 98 21
#
# localDefinitionTemplate_021
# ---------------------------
#
# Description                Octet    Code    Ksec1    Count
# -----------                -----    ----    -----    -----
#localDefinitionNumber               41  I1  37  -
#class                               42  I1  38  -
#type                                43  I1  39  -
#stream                              44  I2  40  -
#experimentVersionNumber             46  A4  41  -
#forecastOrSingularVectorNumber      50  I2  42  -
#numberOfIterations                  52  I2  43  -
#numberOfSingularVectorsComputed     54  I2  44  -
#normAtInitialTime                   56  I1  45  -
#normAtFinalTime                     57  I1  46  -
#multiplicationFactorForLatLong      58  I4  47  -
#northWestLatitudeOfVerficationArea  62  S4  48  -
#northWestLongitudeOfVerficationArea 66  S4  49  -
#southEastLatitudeOfVerficationArea  70  S4  50  -
#southEastLongitudeOfVerficationArea 74  S4  51  -
#accuracyMultipliedByFactor          78  I4  52  -
#numberOfSingularVectorsEvolved      82  I2  53  -
#!Ritz numbers:
#NINT(LOG10(RITZ)-5)                 84  S4  54  -
#NINT(RITZ/(EXP(LOG(10.0*KSEC1(54))  88  S4  55  -
#optimisationTime                    92  I1  56  -
#forecastLeadTime                    93  I1  57  -
#domain                              94  A1  58  -
#methodNumber                        95  I2  59  -
#totalNumberOfForecastsInEnsemble    97  I2  60  -
#shapeOfVerificationArea             99  I1  61  -
#spareSetToZero                      100 PAD n/a 1
#

constant GRIBEXSection1Problem = 100 - section1Length ;

template mars_labeling "grib1/mars_labeling.def";

unsigned[2] forecastOrSingularVectorNumber  : dump;

unsigned[2] numberOfIterations  : dump;

unsigned[2] numberOfSingularVectorsComputed  : dump;

unsigned[1] normAtInitialTime  : dump;

unsigned[1] normAtFinalTime  : dump;

unsigned[4] multiplicationFactorForLatLong  : dump;

signed[4] northWestLatitudeOfVerficationArea  : dump;

signed[4] northWestLongitudeOfVerficationArea  : dump;

signed[4] southEastLatitudeOfVerficationArea  : dump;

signed[4] southEastLongitudeOfVerficationArea  : dump;

unsigned[4] accuracyMultipliedByFactor  : dump;

unsigned[2] numberOfSingularVectorsEvolved  : dump;

# Ritz numbers:
signed[4] NINT_LOG10_RITZ  : dump;

signed[4] NINT_RITZ_EXP  : dump;

unsigned[1] optimisationTime  : dump;
alias mars.opttime = optimisationTime;

unsigned[1] forecastLeadTime  : dump;
alias mars.leadtime = forecastLeadTime;

ascii[1] marsDomain  : dump;

unsigned[2] methodNumber  : dump;

unsigned[2] numberOfForecastsInEnsemble  : dump;

unsigned[1] shapeOfVerificationArea  : dump;

# spareSetToZero
pad padding_loc21_1(1);


# concept sensitiveAreaDomain(unknown,"sensitive_area_domain.def",conceptsMasterDir,conceptsLocalDir);
alias mars.domain = marsDomain;