Skip to content

Commit

Permalink
Adjusted limits in AWS template. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry authored Sep 20, 2023
1 parent 5bcec2f commit 1cd725e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions csv2bufr/templates/resources/aws-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
{"eccodes_key": "#1#wigosLocalIdentifierCharacter", "value":"data:wsi_local"},
{"eccodes_key": "#1#latitude", "value": "data:latitude", "valid_min": "const:-90.0", "valid_max": "const:90.0"},
{"eccodes_key": "#1#longitude", "value": "data:longitude", "valid_min": "const:-180.0", "valid_max": "const:180.0"},
{"eccodes_key": "#1#heightOfStationGroundAboveMeanSeaLevel", "value":"data:station_height_above_msl", "valid_min": "const:-500", "valid_max": "const:9000"},
{"eccodes_key": "#1#heightOfBarometerAboveMeanSeaLevel", "value":"data:barometer_height_above_msl", "valid_min": "const:-500", "valid_max": "const:9000"},
{"eccodes_key": "#1#heightOfStationGroundAboveMeanSeaLevel", "value":"data:station_height_above_msl", "valid_min": "const:-400", "valid_max": "const:9000"},
{"eccodes_key": "#1#heightOfBarometerAboveMeanSeaLevel", "value":"data:barometer_height_above_msl", "valid_min": "const:-400", "valid_max": "const:9000"},
{"eccodes_key": "#1#blockNumber", "value": "data:wmo_block_number", "valid_min": "const:0", "valid_max": "const:99"},
{"eccodes_key": "#1#stationNumber", "value": "data:wmo_station_number", "valid_min": "const:0", "valid_max": "const:999"},
{"eccodes_key": "#1#stationType", "value": "data:station_type", "valid_min": "const:0", "valid_max": "const:3"},
Expand All @@ -43,11 +43,11 @@
{"eccodes_key": "#1#minute", "value": "data:minute", "valid_min": "const:0", "valid_max": "const:59"},
{"eccodes_key": "#1#nonCoordinatePressure", "value": "data:station_pressure", "valid_min": "const:50000", "valid_max": "const:150000"},
{"eccodes_key": "#1#pressureReducedToMeanSeaLevel", "value": "data:msl_pressure", "valid_min": "const:50000", "valid_max": "const:150000"},
{"eccodes_key": "#1#nonCoordinateGeopotentialHeight", "value": "data:geopotential_height", "valid_min": "const:-4000", "valid_max": "const:1306710"},
{"eccodes_key": "#1#nonCoordinateGeopotentialHeight", "value": "data:geopotential_height", "valid_min": "const:-1000", "valid_max": "const:130071"},
{"eccodes_key": "#1#heightOfSensorAboveLocalGroundOrDeckOfMarinePlatform", "value": "data:thermometer_height", "valid_min": "const:0", "valid_max": "const:655.35"},
{"eccodes_key": "#1#airTemperature", "value": "data:air_temperature", "valid_min": "const:193.15", "valid_max": "const:333.15"},
{"eccodes_key": "#1#dewpointTemperature", "value": "data:dewpoint_temperature", "valid_min": "const:193.15", "valid_max": "const:308.15"},
{"eccodes_key": "#1#relativeHumidity", "value": "data:relative_humidity", "valid_min": "const:0", "valid_max": "const:150"},
{"eccodes_key": "#1#relativeHumidity", "value": "data:relative_humidity", "valid_min": "const:0", "valid_max": "const:100"},
{"eccodes_key": "#1#methodOfStateOfGroundMeasurement", "value": "data:method_of_ground_state_measurement", "valid_min": "const:0", "valid_max": "const:15"},
{"eccodes_key": "#1#stateOfGround", "value": "data:ground_state", "valid_min": "const:0", "valid_max": "const:31"},
{"eccodes_key": "#1#methodOfSnowDepthMeasurement", "value": "data:method_of_snow_depth_measurement", "valid_min": "const:0", "valid_max": "const:15"},
Expand All @@ -70,13 +70,13 @@
{"eccodes_key": "#8#heightOfSensorAboveLocalGroundOrDeckOfMarinePlatform", "value": "data:rain_sensor_height", "valid_min": "const:0", "valid_max": "const:655.35"},
{"eccodes_key": "#17#timePeriod", "value": "const:-1", "valid_min": "const:-1", "valid_max": "const:-1"},
{"eccodes_key": "#1#totalPrecipitationOrTotalWaterEquivalent", "value": "data:total_precipitation_1_hour", "valid_min": "const:-0.1", "valid_max": "const:1638.2"},
{"eccodes_key": "#18#timePeriod", "value": "const:-3", "valid_min": "const:0", "valid_max": "const:0"},
{"eccodes_key": "#18#timePeriod", "value": "const:-3", "valid_min": "const:-3", "valid_max": "const:-3"},
{"eccodes_key": "#2#totalPrecipitationOrTotalWaterEquivalent", "value": "data:total_precipitation_3_hours", "valid_min": "const:-0.1", "valid_max": "const:1638.2"},
{"eccodes_key": "#19#timePeriod", "value": "const:-6", "valid_min": "const:0", "valid_max": "const:0"},
{"eccodes_key": "#19#timePeriod", "value": "const:-6", "valid_min": "const:-6", "valid_max": "const:-6"},
{"eccodes_key": "#3#totalPrecipitationOrTotalWaterEquivalent", "value": "data:total_precipitation_6_hours", "valid_min": "const:-0.1", "valid_max": "const:1638.2"},
{"eccodes_key": "#20#timePeriod", "value": "const:-12", "valid_min": "const:0", "valid_max": "const:0"},
{"eccodes_key": "#20#timePeriod", "value": "const:-12", "valid_min": "const:-12", "valid_max": "const:-12"},
{"eccodes_key": "#4#totalPrecipitationOrTotalWaterEquivalent", "value": "data:total_precipitation_12_hours", "valid_min": "const:-0.1", "valid_max": "const:1638.2"},
{"eccodes_key": "#21#timePeriod", "value": "const:-24", "valid_min": "const:0", "valid_max": "const:0"},
{"eccodes_key": "#21#timePeriod", "value": "const:-24", "valid_min": "const:-24", "valid_max": "const:-24"},
{"eccodes_key": "#5#totalPrecipitationOrTotalWaterEquivalent", "value": "data:total_precipitation_24_hours", "valid_min": "const:-0.1", "valid_max": "const:1638.2"}
]
}

0 comments on commit 1cd725e

Please sign in to comment.