Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config ASCATB_ESDR_L2_WIND_STRESS_V1.1 #32

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security


## [Released] - 2023-11-06

### Added
- Added config ASCATB_ESDR_L2_WIND_STRESS_V1.1
### Changed
### Deprecated
### Removed
### Fixed
### Security


## [Released] - 2023-10-27

### Added
Expand Down
118 changes: 118 additions & 0 deletions config-files/ASCATB_ESDR_L2_WIND_STRESS_V1.1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"shortName": "ASCATB_ESDR_L2_WIND_STRESS_V1.1",
"latVar": "lat",
"lonVar": "lon",
"timeVar": "time",
"is360": true,
"tiles": {
"steps": [
30,
14
]
},
"footprint": {
"strategy": "periodic",
"t": "0:0,0:*",
"s1": "0:*,0:0",
"b": "*:*,0:*",
"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,
"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,
"palette": "paletteMedspirationIndexed"
}
],
"image": {
"ppd": 16,
"res": 8
},
"variables": [
"time",
"lat",
"lon",
"flags",
"quality_indicator",
"nudge_wind_speed",
"nudge_wind_direction",
"rain_speed_bias",
"distance_from_coast",
"en_wind_speed",
"en_wind_direction",
"en_wind_speed_error",
"en_wind_direction_error",
"en_wind_u_error",
"en_wind_v_error",
"en_wind_u",
"en_wind_v",
"en_wind_speed_uncorrected",
"en_wind_direction_uncorrected",
"wind_stress_magnitude",
"wind_stress_direction",
"wind_stress_u",
"wind_stress_v",
"wind_stress_magnitude_error",
"wind_stress_u_error",
"wind_stress_v_error",
"real_wind_speed",
"real_wind_direction",
"real_wind_u",
"real_wind_v",
"real_wind_speed_error",
"real_wind_direction_error",
"real_wind_u_error",
"real_wind_v_error"
]
}
Loading