Skip to content

Commit

Permalink
Release SWOT 2.0 (#33)
Browse files Browse the repository at this point in the history
* remove sample varible to image from CYGNSS_L2_V2.1 (#14)

* release

* update SWOT_L2_LR_SSH_EXPERT_1.0, removed swh_sea_state_bias (#16)

* changed swot nalt collections to use swot linestring strategy (#18)

* Added SWOT_L2_NALT_OGDR_1.0 and SWOT_L2_NALT_IGDR_1.0

* Added SWOT BASIC, EXPERT, WINDWAVE for 1.1

* deploy

* add ssha_karin_2 variable to swot expert (#25)

* Updated CHANGELOG

* move ssha_karin_2 to end of image list (#28)

* New SWOT configs added

* Added linefeed

* Added SWOT 2.0 collections

---------

Co-authored-by: sliu008 <[email protected]>
  • Loading branch information
jamesfwood and sliu008 authored Nov 22, 2023
1 parent 9665090 commit e355aac
Show file tree
Hide file tree
Showing 11 changed files with 1,914 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security


## [Released] - 2023-11-15

### Added
- Added configs SWOT_L2_LR_SSH_BASIC_2.0, SWOT_L2_LR_SSH_EXPERT_2.0, SWOT_L2_LR_SSH_UNSMOOTHED_2.0, SWOT_L2_LR_SSH_WINDWAVE_2.0
- Added configs SWOT_L2_NALT_IGDR_GDR_2.0, SWOT_L2_NALT_IGDR_SGDR_2.0, SWOT_L2_NALT_IGDR_SSHA_2.0
- Added configs SWOT_L2_NALT_OGDR_GDR_2.0, SWOT_L2_NALT_OGDR_SSHA_2.0
- Added configs SWOT_L2_NALT_GDR_SSHA_2.0
### Changed
### Deprecated
### Removed
### Fixed
### Security


## [Released] - 2023-10-27

### Added
Expand Down
106 changes: 106 additions & 0 deletions config-files/SWOT_L2_LR_SSH_BASIC_2.0.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"shortName": "SWOT_L2_LR_SSH_BASIC_2.0",
"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 KaRIn crossovers",
"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_uncert",
"ssha_karin",
"ssh_karin_2",
"ssha_karin_2",
"ssha_karin_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"
]
}
Loading

0 comments on commit e355aac

Please sign in to comment.