diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e7d90..837014c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security +## [Released] - 2024-01-25 + +### Added + - Added config for ASCATB_ESDR_L2_WIND_STRESS_V1.1 +### Changed +### Deprecated +### Removed +### Fixed +### Security + ## [Released] - 2024-01-11 ### Added diff --git a/config-files/ASCATB_ESDR_L2_WIND_STRESS_V1.1.cfg b/config-files/ASCATB_ESDR_L2_WIND_STRESS_V1.1.cfg index 8c8ab0f..6a044db 100644 --- a/config-files/ASCATB_ESDR_L2_WIND_STRESS_V1.1.cfg +++ b/config-files/ASCATB_ESDR_L2_WIND_STRESS_V1.1.cfg @@ -18,28 +18,12 @@ "s2": "0:*,*:*" }, "imgVariables": [ - { - "id": "rain_speed_bias", - "title": "atmospheric rain induced wind speed bias", - "units": "m s-1", - "min": -2.0, - "max": 2.0, - "palette": "paletteMedspirationIndexed" - }, { "id": "en_wind_speed", "title": "retrieved equivalent neutral wind speed", "units": "m s-1", "min": 0.0, - "max": 30.0, - "palette": "paletteMedspirationIndexed" - }, - { - "id": "en_wind_direction", - "title": "equivalent neutral wind direction clockwise from North following oceanographic convention", - "units": "degrees", - "min": 0.0, - "max": 360.0, + "max": 20.0, "palette": "paletteMedspirationIndexed" }, { @@ -47,31 +31,7 @@ "title": "estimated ocean surface wind stress magnitude", "units": "N m-2", "min": 0.0, - "max": 2.2, - "palette": "paletteMedspirationIndexed" - }, - { - "id": "wind_stress_direction", - "title": "estimated ocean surface wind stress direction direction clockwise from North following oceanographic convention", - "units": "degrees", - "min": 0.0, - "max": 360.0, - "palette": "paletteMedspirationIndexed" - }, - { - "id": "real_wind_speed", - "title": "retrieved non-neutral 10m wind speed", - "units": "m s-1", - "min": 0.0, - "max": 30.0, - "palette": "paletteMedspirationIndexed" - }, - { - "id": "real_wind_direction", - "title": "non-neutral wind direction clockwise from North following oceanographic convention", - "units": "degrees", - "min": 0.0, - "max": 360.0, + "max": 1.5, "palette": "paletteMedspirationIndexed" } ],