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 9-15-2023 #23

Merged
merged 11 commits into from
Sep 15, 2023
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-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-13

### Added
Expand Down
110 changes: 110 additions & 0 deletions config-files/SWOT_L2_LR_SSH_BASIC_1.1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
{
"shortName": "SWOT_L2_LR_SSH_BASIC_1.1",
"latVar": "latitude",
"lonVar": "longitude",
"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": "ssh_karin",
"title": "sea surface height",
"units": "m",
"min": -20.0,
"max": 20.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "ssha_karin",
"title": "sea surface height anomaly",
"units": "m",
"min": -0.2,
"max": 0.2,
"palette": "paletteMedspirationIndexed"
},
{
"id": "ssh_karin_2",
"title": "sea surface height",
"units": "m",
"min": -20.0,
"max": 20.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "mean_sea_surface_cnescls",
"title": "mean sea surface height (CNES/CLS)",
"units": "m",
"min": -50.0,
"max": 50.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "geoid",
"title": "geoid height",
"units": "m",
"min": -50.0,
"max": 50.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "internal_tide_hret",
"title": "coherent internal tide (HRET)",
"units": "m",
"min": -20.0,
"max": 20.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "height_cor_xover",
"title": "height correction from crossover calibration",
"units": "m",
"min": -2.0,
"max": 2.0,
"palette": "paletteMedspirationIndexed"
}
],
"image": {
"ppd": 16,
"res": 8
},
"variables": [
"time",
"time_tai",
"latitude",
"longitude",
"ssh_karin",
"ssh_karin_qual",
"ssh_karin_uncert",
"ssha_karin",
"ssha_karin_qual",
"ssh_karin_2",
"ssh_karin_2_qual",
"ssha_karin_2",
"ssha_karin_2_qual",
"num_pt_avg",
"distance_to_coast",
"heading_to_coast",
"ancillary_surface_classification_flag",
"dynamic_ice_flag",
"rain_flag",
"rad_surface_type_flag",
"mean_sea_surface_cnescls",
"mean_sea_surface_cnescls_uncert",
"geoid",
"internal_tide_hret",
"height_cor_xover",
"height_cor_xover_qual"
]
}
Loading
Loading