-
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.
- Loading branch information
Showing
1 changed file
with
113 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"shortName": "CYGNSS_L2_CDR_V1.2", | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": true, | ||
"tiles": { | ||
"steps": [ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint": {}, | ||
"imgVariables": [ | ||
{ | ||
"id": "wind_speed", | ||
"title": "Retrieved wind speed using Minimum Variance estimator applied to Fully Developed Seas retrievals from NBRCS and LES", | ||
"units": "m s-1", | ||
"min": 0.0, | ||
"max": 20.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "wind_speed_uncertainty", | ||
"title": "Uncertainty in MV FDS wind speed", | ||
"units": "m s-1", | ||
"min": 0.0, | ||
"max": 10.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "wind_speed_bias", | ||
"title": "Bias in MV FDS wind speed", | ||
"units": "m s-1", | ||
"min": 0.0, | ||
"max": 10.0, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "mean_square_slope", | ||
"title": "Mean square slope", | ||
"units": "1", | ||
"min": 0.0, | ||
"max": 0.1, | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "mean_square_slope_uncertainty", | ||
"title": "Mean square slope uncertainty", | ||
"units": "1", | ||
"min": 0.0, | ||
"max": 0.1, | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 16, | ||
"res": 8 | ||
}, | ||
"variables": [ | ||
"sample", | ||
"ddm", | ||
"averaged_l1", | ||
"ddm_source", | ||
"spacecraft_id", | ||
"spacecraft_num", | ||
"prn_code", | ||
"sv_num", | ||
"antenna", | ||
"sample_time", | ||
"lat", | ||
"lon", | ||
"sc_lat", | ||
"sc_lon", | ||
"sc_alt", | ||
"wind_speed", | ||
"fds_nbrcs_wind_speed", | ||
"fds_les_wind_speed", | ||
"yslf_nbrcs_high_wind_speed", | ||
"yslf_wind_speed", | ||
"yslf_wind_speed_uncertainty", | ||
"wind_speed_uncertainty", | ||
"wind_speed_bias", | ||
"azimuth_angle", | ||
"sc_roll", | ||
"commanded_sc_roll", | ||
"mean_square_slope", | ||
"mean_square_slope_uncertainty", | ||
"incidence_angle", | ||
"nbrcs_mean", | ||
"les_mean", | ||
"range_corr_gain", | ||
"fresnel_coeff", | ||
"bit_ratio_lo_hi_starboard", | ||
"bit_ratio_lo_hi_port", | ||
"bit_ratio_lo_hi_zenith", | ||
"era5_wind_speed", | ||
"num_ddms_utilized", | ||
"sample_flags", | ||
"fds_sample_flags", | ||
"yslf_sample_flags", | ||
"mss_sample_flags", | ||
"sum_neg_brcs_value_used_for_nbrcs_flags", | ||
"ddm_obs_utilized_flag", | ||
"ddm_num_averaged_l1", | ||
"ddm_channel", | ||
"ddm_les", | ||
"ddm_nbrcs", | ||
"swh", | ||
"ddm_sample_index", | ||
"ddm_averaged_l1_utilized_flag" | ||
] | ||
} |