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

Release 2023-10-16 #26

Closed
wants to merge 14 commits into from
Closed
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security


## [Released] - 2023-10-16

### Added
### Changed
- Added ssha_karin_2 to SWOT_L2_LR_SSH_EXPERT_1.0 and 1.1
### Deprecated
### Removed
### Fixed
### Security


## [Released] - 2023-09-15

### Added
- Add configs SWOT_L2_LR_SSH_BASIC_1.1, SWOT_L2_LR_SSH_EXPERT_1.1, SWOT_L2_LR_SSH_WINDWAVE_1.1
### Changed
### Deprecated
### Removed
### Fixed
### Security


## [Released] - 2023-09-15

### Added
Expand Down
12 changes: 11 additions & 1 deletion config-files/SWOT_L2_LR_SSH_EXPERT_1.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
"s2": "0:*,*:*"
},
"imgVariables": [
{
"id": "ssha_karin_2",
"title": "sea surface height anomaly",
"units": "m",
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
},
{
"id": "ssh_karin",
"title": "sea surface height",
Expand Down Expand Up @@ -310,4 +320,4 @@
"sea_state_bias_cor",
"sea_state_bias_cor_2"
]
}
}
10 changes: 10 additions & 0 deletions config-files/SWOT_L2_LR_SSH_EXPERT_1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
"s2": "0:*,*:*"
},
"imgVariables": [
{
"id": "ssha_karin_2",
"title": "sea surface height anomaly",
"units": "m",
"min": -0.3,
"max": 0.3,
"palette": "paletteMedspirationIndexed",
"is_swot_expert": true,
"ppd": 48
},
{
"id": "ssh_karin",
"title": "sea surface height",
Expand Down
Loading