Skip to content

Commit

Permalink
Released - 2024-01-30 (#54)
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

* Swot l2 hr raster (#34)

* add SWOT_L2_HR_Raster

* add changelog

* release 2023-12-04

* cleanup old swot collections

* removed footprints from SWOT L2 SSH subs

* update changelog

* update workflow

* Commit four new cfg for SWOT NALT IGDR OGDR v1 v2 (#36)

Co-authored-by: John Mcnelis <[email protected]>

* Added more swot configs and updated changelog

* update workflow

* fixed version

* Add config ASCATB_ESDR_L2_WIND_STRESS_V1.1 (#32)

Co-authored-by: Dean Henze <[email protected]>

* Removed footprint in CYGNSS_L2_SURFACE_FLUX_V2.0

* new nalt gdr configs (#43)

Co-authored-by: John Mcnelis <[email protected]>

* more swot nalt configs (#44)

Co-authored-by: John Mcnelis <[email protected]>

* Make release

* new cfgs for swot rad (#46)

Co-authored-by: John Mcnelis <[email protected]>

* Added more SWOT collections to release

* Added configs for Wen-Hao's collections (#48)

* Added ASCATB_ESDR_L2_WIND_STRESS_V1.1 config (#52)

Co-authored-by: Dean Henze <[email protected]>

* Added variables to SWOT L2 NALT GDR SSHA

* Feature/ascata esdr l2 wind stress v1.1 (#51)

* Add ASCATA_ESDR_L2_WIND_STRESS_V1.1.cfg

* update changelog

---------

Co-authored-by: Dean Henze <[email protected]>
Co-authored-by: James Wood <[email protected]>

* Feature/fill ins (#53)

* update ascat configs to fill in missing pixels

* update ASCATB_ESDR_L2_WIND_STRESS_V1.1 and ascat collection to have fill in missing pixels

* remove the high resolution from swot expert collections

* update changelog

* Add fillin

---------

Co-authored-by: James Wood <[email protected]>

* make release 1-30-24

---------

Co-authored-by: sliu008 <[email protected]>
Co-authored-by: Jack McNelis <[email protected]>
Co-authored-by: John Mcnelis <[email protected]>
Co-authored-by: Dean Henze <[email protected]>
Co-authored-by: Dean Henze <[email protected]>
Co-authored-by: Dean Henze <[email protected]>
  • Loading branch information
7 people authored Jan 30, 2024
1 parent 14fbba8 commit ff783c0
Show file tree
Hide file tree
Showing 16 changed files with 863 additions and 125 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Released] - 2024-01-30

### Added
- Updated Ascat 25km collection to have fill in missing pixels
- Remove high resolution settings for ssha karin 2 in swot expert collections
- Added config for ASCATA_ESDR_L2_WIND_STRESS_V1.1
- Added config for ASCATB_ESDR_L2_WIND_STRESS_V1.1
### Changed
### Deprecated
### Removed
Expand Down
80 changes: 56 additions & 24 deletions config-files/ASCATA-L2-25km.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,57 @@
{
"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":"wind_speed" , "title": "Wind Speed at 10 m", "units": "m s-1", "min": "0", "max": "30","palette": "paletteMedspirationIndexed"} ,
{"id":"wind_dir", "title": "Wind Direction at 10 m", "units": "degree", "min": "0", "max": "360","palette": "paletteMedspirationIndexed"}
],
"image":{
"ppd":4,
"res":8
},
"variables":["time","lat","lon","wvc_index","model_speed","model_dir","ice_prob","ice_age","wvc_quality_flag","wind_speed","wind_dir","bs_distance"]
}
"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":"wind_speed",
"title":"Wind Speed at 10 m",
"units":"m s-1",
"min":"0",
"max":"30",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
},
{
"id":"wind_dir",
"title":"Wind Direction at 10 m",
"units":"degree",
"min":"0",
"max":"360",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
}
],
"image":{
"ppd":4,
"res":8
},
"variables":[
"time",
"lat",
"lon",
"wvc_index",
"model_speed",
"model_dir",
"ice_prob",
"ice_age",
"wvc_quality_flag",
"wind_speed",
"wind_dir",
"bs_distance"
]
}
80 changes: 80 additions & 0 deletions config-files/ASCATA_ESDR_L2_WIND_STRESS_V1.1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"shortName": "ASCATA_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": "en_wind_speed",
"title": "retrieved equivalent neutral wind speed",
"units": "m s-1",
"min": 0.0,
"max": 20.0,
"palette": "paletteMedspirationIndexed",
"fill_missing": true
},
{
"id": "wind_stress_magnitude",
"title": "estimated ocean surface wind stress magnitude",
"units": "N m-2",
"min": 0.0,
"max": 1.5,
"palette": "paletteMedspirationIndexed",
"fill_missing": true
}
],
"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"
]
}
80 changes: 56 additions & 24 deletions config-files/ASCATB-L2-25km.cfg
Original file line number Diff line number Diff line change
@@ -1,25 +1,57 @@
{
"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":"wind_speed" , "title": "Wind Speed at 10 m", "units": "m s-1", "min": "0", "max": "30","palette": "paletteMedspirationIndexed"} ,
{"id":"wind_dir", "title": "Wind Direction at 10 m", "units": "degree", "min": "0", "max": "360","palette": "paletteMedspirationIndexed"}
],
"image":{
"ppd":4,
"res":8
},
"variables":["time","lat","lon","wvc_index","model_speed","model_dir","ice_prob","ice_age","wvc_quality_flag","wind_speed","wind_dir","bs_distance"]
}
"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":"wind_speed",
"title":"Wind Speed at 10 m",
"units":"m s-1",
"min":"0",
"max":"30",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
},
{
"id":"wind_dir",
"title":"Wind Direction at 10 m",
"units":"degree",
"min":"0",
"max":"360",
"palette":"paletteMedspirationIndexed",
"fill_missing":true
}
],
"image":{
"ppd":4,
"res":8
},
"variables":[
"time",
"lat",
"lon",
"wvc_index",
"model_speed",
"model_dir",
"ice_prob",
"ice_age",
"wvc_quality_flag",
"wind_speed",
"wind_dir",
"bs_distance"
]
}
52 changes: 7 additions & 45 deletions config-files/ASCATB_ESDR_L2_WIND_STRESS_V1.1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,65 +18,27 @@
"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"
"max": 20.0,
"palette": "paletteMedspirationIndexed",
"fill_missing": true
},
{
"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"
"max": 1.5,
"palette": "paletteMedspirationIndexed",
"fill_missing": true
}
],
"image": {
"ppd": 16,
"ppd": 8,
"res": 8
},
"variables": [
Expand Down
Loading

0 comments on commit ff783c0

Please sign in to comment.