Skip to content

Commit

Permalink
Merge branch 'develop' into feature/fill_ins
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
jamesfwood committed Jan 30, 2024
2 parents 762bcd9 + a879546 commit 61dcf7c
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### 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
### Changed
### Deprecated
### Removed
Expand Down
78 changes: 78 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,78 @@
{
"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"
},
{
"id": "wind_stress_magnitude",
"title": "estimated ocean surface wind stress magnitude",
"units": "N m-2",
"min": 0.0,
"max": 1.5,
"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"
]
}
19 changes: 18 additions & 1 deletion config-files/SWOT_L2_NALT_GDR_SSHA_2.0.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,24 @@
"b": "*:*,0:*",
"s2": "0:*,*:*"
},
"imgVariables": [],
"imgVariables": [
{
"id": "data_01/ku/swh_ocean",
"title": "Ku band corrected significant waveheight",
"units": "m",
"min": 0.0,
"max": 30.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "data_01/ku/ssha",
"title": "sea surface height anomaly",
"units": "m",
"min": -0.2,
"max": 0.2,
"palette": "paletteMedspirationIndexed"
}
],
"image": {
"ppd": 16,
"res": 8
Expand Down

0 comments on commit 61dcf7c

Please sign in to comment.