Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yiboj authored Mar 5, 2024
1 parent 675cab5 commit e74a60c
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions config-files/CYGNSS_L2_SURFACE_FLUX_CDR_V1.2.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"shortName": "CYGNSS_L2_SURFACE_FLUX_CDR_V1.2",
"latVar": "lat",
"lonVar": "lon",
"timeVar": "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
},
"variables": [
"sample",
"spacecraft_id",
"spacecraft_num",
"antenna",
"prn_code",
"sample_time",
"lat",
"lon",
"air_density",
"air_temperature",
"boundry_layer_height",
"dew_point_temperature",
"surface_pressure",
"surface_skin_temperature",
"lhf",
"shf",
"lhf_yslf",
"shf_yslf",
"lhf_uncertainty",
"shf_uncertainty",
"lhf_yslf_uncertainty",
"shf_yslf_uncertainty",
"cygnss_l2_sample_index",
"quality_flags"
]
}

0 comments on commit e74a60c

Please sign in to comment.