Skip to content

Commit

Permalink
Added ASCATB_ESDR_L2_WIND_STRESS_V1.1 config (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Henze <henze@mt-316880.lan>
  • Loading branch information
DeanHenze and Dean Henze authored Jan 29, 2024
1 parent ff323ea commit 2fe4ed6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 42 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
44 changes: 2 additions & 42 deletions config-files/ASCATB_ESDR_L2_WIND_STRESS_V1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,60 +18,20 @@
"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"
},
{
"id": "wind_stress_magnitude",
"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"
}
],
Expand Down

0 comments on commit 2fe4ed6

Please sign in to comment.