-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CYGNSS_L2_SURFACE_FLUX_V3.2.cfg (#87)
* 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
1 parent
811c00a
commit 9af9855
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |