Skip to content

Commit

Permalink
GRIB2 Update List of PDT before migrating to METKIT
Browse files Browse the repository at this point in the history
  • Loading branch information
geier1993 committed Jan 2, 2025
1 parent 952adf4 commit 9296b3f
Show file tree
Hide file tree
Showing 4 changed files with 2,541 additions and 823 deletions.
57 changes: 54 additions & 3 deletions share/grib2/input/keyMappings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ keyMappings:
# - dayOfEndOfOverallTimeInterval
# - hourOfEndOfOverallTimeInterval
# - minuteOfEndOfOverallTimeInterval
- secondOfEndOfOverallTimeInterval
# - lengthOfTimeRange # only for typeOfTimeIncrement != 1...
# - secondOfEndOfOverallTimeInterval
# - lengthOfTimeRange # only for typeOfTimeIncrement != 1...

# Ignore that - enforce using startStep and endStep separately
# stepRange:
Expand Down Expand Up @@ -61,6 +61,9 @@ keyMappings:
# - genVertHeightCoords


combinationOfAttributesOfTile:
- numberOfUsedTileAttributesForTileAttributeCombination
- attributeOfTile


# All key may be null
Expand Down Expand Up @@ -357,10 +360,58 @@ keyTypes:
indicatorOfUnitForTimeRangeForReferencePeriod: [IntType, IntArrayType]
lengthOfTimeRangeForReferencePeriod: [IntType, IntArrayType]

# radioNuclide:
transportModelUsed: IntType
requestedByEntity: StringType
scenarioOrigin: IntType
NWPused: IntType
releaseStartYear: IntType
releaseStartMonth: IntType
releaseStartDay: IntType
releaseStartHour: IntType
releaseStartMinute: IntType
releaseStartSecond: IntType
wallClockInitialTimeOfExecutionYear: IntType
wallClockInitialTimeOfExecutionMonth: IntType
wallClockInitialTimeOfExecutionDay: IntType
wallClockInitialTimeOfExecutionHour: IntType
wallClockInitialTimeOfExecutionMinute: IntType
wallClockInitialTimeOfExecutionSecond: IntType


# generalisedTile
tileClassification: StringType
typeOfTile: StringType
numberOfUsedSpatialTiles: IntType
numberOfUsedTileAttributeCombinationsForTypeOfTile: IntType
numberOfUsedTileAttributesForTileAttributeCombination: IntType
attributeOfTile: IntType
totalNumberOfTileAttributeCombinations: IntType
tileIndex: IntType

combinationOfAttributesOfTile: StringType


# focalStatistics
spatialVicinityType: IntType
numberOfSpatialVicinityValues: IntType
spatialVicinityValue: IntType
spatialVicinityProcessing: IntType
spatialVicinityProcessingArgument1: IntType
spatialVicinityProcessingArgument2: IntType
spatialVicinityMissingData: IntType
temporalVicinityProcessing: IntType
temporalVicinityUnit: IntType
temporalVicinityTowardsPast: IntType
temporalVicinityTowardsFuture: IntType





# ccittIA5
numberOfCharacters: IntType





Loading

0 comments on commit 9296b3f

Please sign in to comment.