Skip to content

Commit

Permalink
Add CYGNSS_L2_SURFACE_FLUX_V3.2.cfg (#87)
Browse files Browse the repository at this point in the history
* Add CYGNSS_L2_SURFACE_FLUX_V3.2.cfg

* Update CYGNSS_L2_SURFACE_FLUX_V3.2.cfg

---------

Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com>
  • Loading branch information
yiboj and jamesfwood authored Nov 26, 2024
1 parent 811c00a commit 9af9855
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Released] - 05-19-2020
### Added

## [Released] - 2024-08-28

### Added
- Added config for CYGNSS_L2_SURFACE_FLUX_V3.2
### Changed
### Deprecated
### Removed
### Fixed
### Security

- **PODAAC-3276**
- Generated collection_name.cfg file through persistent-id.cfg
- program ran against dataset-config-overrides project's production folder against L2SS TEST DB. There are 14 files not able to find cross reference, Hence, not able to translate to their relative collection_name.cfg. rename_cfg python code output as follow:
Expand Down
52 changes: 52 additions & 0 deletions config-files/CYGNSS_L2_SURFACE_FLUX_V3.2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"shortName": "CYGNSS_L2_SURFACE_FLUX_V3.2",
"latVar": "lat",
"lonVar": "lon",
"timeVar": "sample_time",
"is360": true,
"tiles": {
"steps": [
30,
14
]
},
"footprint": {},
"imgVariables": [
{
"id": "lhf",
"title": "Latent heat flux calculated from L2 FDS wind speed",
"units": "W m-2",
"min": -50.0,
"max": 350.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "shf",
"title": "Sensible heat flux calculated from L2 FDS wind speed",
"units": "W m-2",
"min": -20.0,
"max": 100.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "lhf_uncertainty",
"title": "Latent heat flux uncertainty",
"units": "W m-2",
"min": 20.0,
"max": 50.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "shf_uncertainty",
"title": "Sensible heat flux uncertainty",
"units": "W m-2",
"min": 5.0,
"max": 20.0,
"palette": "paletteMedspirationIndexed"
}
],
"image": {
"ppd": 16,
"res": 8
}
}

0 comments on commit 9af9855

Please sign in to comment.