Skip to content

Commit

Permalink
Added image variable and image entries for SCATSAT1_ESDR_L2_WIND_STRE…
Browse files Browse the repository at this point in the history
…SS_V1.1 config. (#76)
  • Loading branch information
DeanHenze authored May 2, 2024
1 parent d8a5881 commit 8d52347
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 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-05-02

### Added
### Changed
- Added image variable and image entries for SCATSAT1_ESDR_L2_WIND_STRESS_V1.1 config.
### Deprecated
### Removed
### Fixed
### Security

## [Released] - 2024-04-15

### Added
Expand Down
22 changes: 22 additions & 0 deletions config-files/SCATSAT1_ESDR_L2_WIND_STRESS_V1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,28 @@
"ppd": 16,
"res": 8
},
"imgVariables": [
{
"id": "en_wind_speed",
"title": "retrieved equivalent neutral wind speed",
"units": "m s-1",
"min": 0.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": 1.5,
"palette": "paletteMedspirationIndexed"
}
],
"image": {
"ppd": 16,
"res": 8
},
"variables": [
"time",
"lat",
Expand Down

0 comments on commit 8d52347

Please sign in to comment.