-
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.
feature/forge-tig-configuration-83 removed variable section from cfg …
…files (#84) Co-authored-by: jbyrne <jimmy.byrne@jpl.nasa.gov>
- Loading branch information
Showing
130 changed files
with
8,188 additions
and
14,330 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 |
---|---|---|
@@ -1,24 +1,35 @@ | ||
{ | ||
"latVar":"lat", | ||
"lonVar":"lon", | ||
"timeVar":"time", | ||
"is360":true, | ||
"footprint":{ | ||
"strategy":"linestring", | ||
"t":"0:*", | ||
"s1":"0:*", | ||
"b":"0:*", | ||
"s2":"0:*" | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": true, | ||
"footprint": { | ||
"strategy": "linestring", | ||
"t": "0:*", | ||
"s1": "0:*", | ||
"b": "0:*", | ||
"s2": "0:*" | ||
}, | ||
"imgVariables": [ | ||
{ | ||
"id": "swh", | ||
"title": "Corrected significant waveheight", | ||
"units": "m", | ||
"min": "0", | ||
"max": "3", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
"imgVariables":[ | ||
{"id":"swh" , "title": "Corrected significant waveheight", "units": "m", "min": "0", "max": "3","palette": "paletteMedspirationIndexed"} , | ||
{"id":"ssha_dyn", "title": "sea surface height anomaly", "units": "m", "min": "-0.2", "max": "0.2","palette": "paletteMedspirationIndexed"} | ||
], | ||
"image":{ | ||
"ppd":4, | ||
"res":8 | ||
}, | ||
"variables":["time","lat","lon","surface_type","rad_surf_type","ecmwf_meteo_map_avail","trailing_edge_variation_flag","ice_flag","alt","range","model_dry_tropo_corr","rad_wet_tropo_corr","iono_corr_gim","sea_state_bias","swh","sig0","mean_sea_surface","mean_topography","bathymetry","inv_bar_corr","hf_fluctuations_corr","ocean_tide_sol1","solid_earth_tide","pole_tide","wind_speed_alt","rad_water_vapor","rad_liquid_water","ssha","alt_dyn","xover_corr","ssha_dyn","wind_speed_alt_jpl","sea_state_bias_jpl"] | ||
|
||
} | ||
|
||
{ | ||
"id": "ssha_dyn", | ||
"title": "sea surface height anomaly", | ||
"units": "m", | ||
"min": "-0.2", | ||
"max": "0.2", | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 4, | ||
"res": 8 | ||
} | ||
} |
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 |
---|---|---|
@@ -1,32 +1,90 @@ | ||
{ | ||
"latVar":"lat", | ||
"lonVar":"lon", | ||
"timeVar":"time", | ||
"is360":false, | ||
"tiles":{ | ||
"steps":[30,14] | ||
}, | ||
"footprint":{ | ||
"findValid":true, | ||
"strategy":"periodic", | ||
"b":"*:*,0:*", | ||
"s2":"0:*,*:*", | ||
"t":"0:0,0:*", | ||
"s1":"0:*,0:0" | ||
}, | ||
"imgVariables":[ | ||
{"id":"sea_surface_temperature","title": "sea surface sub-skin temperature", "units": "K", "min": "275", "max": "305","palette": "paletteMedspirationIndexed"}, | ||
{"id":"sses_bias","title":"SSES bias","units":"K","min":"-1.25","max":"1.25","palette": "paletteMedspirationIndexed"}, | ||
{"id":"sses_standard_deviation","title":"SSES standard deviation","units":"K","min":"-0.5","max":"2","palette": "paletteMedspirationIndexed"}, | ||
{"id":"diurnal_amplitude","title":"estimated diurnal variability","units":"K","min":"-1.5","max":"3.5","palette": "paletteMedspirationIndexed"}, | ||
{"id":"cool_skin","title":"cool skin","units":"K","min":"-2.25","max":"1.25","palette": "paletteMedspirationIndexed"}, | ||
{"id":"wind_speed","title": "Wind Speed", "units": "m s-1", "min": "0", "max": "30","palette": "paletteMedspirationIndexed"}, | ||
{"id":"dt_analysis","title":"deviation from sst reference climatology","units":"K","min":"-12.5","max":"12.5","palette": "paletteMedspirationIndexed"}, | ||
{"id":"quality_level","title":"quality_level","units":"","min":"1","max":"5" ,"palette": "paletteMedspirationIndexed"} | ||
], | ||
"image":{ | ||
"ppd":4, | ||
"res":8 | ||
}, | ||
"variables":["lat","lon","time","sea_surface_temperature","sst_dtime","dt_analysis","sses_bias","sses_standard_deviation","l2p_flags","quality_level","wind_speed","diurnal_amplitude","cool_skin","water_vapor","cloud_liquid_water","rain_rate"] | ||
} | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": false, | ||
"tiles": { | ||
"steps": [ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint": { | ||
"findValid": true, | ||
"strategy": "periodic", | ||
"b": "*:*,0:*", | ||
"s2": "0:*,*:*", | ||
"t": "0:0,0:*", | ||
"s1": "0:*,0:0" | ||
}, | ||
"imgVariables": [ | ||
{ | ||
"id": "sea_surface_temperature", | ||
"title": "sea surface sub-skin temperature", | ||
"units": "K", | ||
"min": "275", | ||
"max": "305", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_bias", | ||
"title": "SSES bias", | ||
"units": "K", | ||
"min": "-1.25", | ||
"max": "1.25", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "sses_standard_deviation", | ||
"title": "SSES standard deviation", | ||
"units": "K", | ||
"min": "-0.5", | ||
"max": "2", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "diurnal_amplitude", | ||
"title": "estimated diurnal variability", | ||
"units": "K", | ||
"min": "-1.5", | ||
"max": "3.5", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "cool_skin", | ||
"title": "cool skin", | ||
"units": "K", | ||
"min": "-2.25", | ||
"max": "1.25", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "wind_speed", | ||
"title": "Wind Speed", | ||
"units": "m s-1", | ||
"min": "0", | ||
"max": "30", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "dt_analysis", | ||
"title": "deviation from sst reference climatology", | ||
"units": "K", | ||
"min": "-12.5", | ||
"max": "12.5", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality_level", | ||
"units": "", | ||
"min": "1", | ||
"max": "5", | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 4, | ||
"res": 8 | ||
} | ||
} |
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 |
---|---|---|
@@ -1,60 +1,42 @@ | ||
{ | ||
"latVar":"lat", | ||
"lonVar":"lon", | ||
"timeVar":"time", | ||
"is360":false, | ||
"tiles":{ | ||
"steps":[ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint":{ | ||
"findValid":true, | ||
"strategy":"periodic", | ||
"b":"*:*,0:*", | ||
"s2":"0:*,*:*", | ||
"t":"0:0,0:*", | ||
"s1":"0:*,0:0" | ||
}, | ||
"imgVariables":[ | ||
{ | ||
"id":"sea_surface_temperature", | ||
"title":"sea surface sub-skin temperature", | ||
"units":"K", | ||
"min":"275", | ||
"max":"305", | ||
"palette":"paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id":"quality_level", | ||
"title":"quality_level", | ||
"units":"", | ||
"min":"1", | ||
"max":"5", | ||
"palette":"paletteMedspirationIndexed" | ||
} | ||
], | ||
"image":{ | ||
"ppd":4, | ||
"res":8 | ||
}, | ||
"variables":[ | ||
"lat", | ||
"lon", | ||
"time", | ||
"sea_surface_temperature", | ||
"sst_dtime", | ||
"dt_analysis", | ||
"sses_bias", | ||
"sses_standard_deviation", | ||
"l2p_flags", | ||
"quality_level", | ||
"wind_speed", | ||
"diurnal_amplitude", | ||
"cool_skin", | ||
"water_vapor", | ||
"cloud_liquid_water", | ||
"rain_rate" | ||
] | ||
"latVar": "lat", | ||
"lonVar": "lon", | ||
"timeVar": "time", | ||
"is360": false, | ||
"tiles": { | ||
"steps": [ | ||
30, | ||
14 | ||
] | ||
}, | ||
"footprint": { | ||
"findValid": true, | ||
"strategy": "periodic", | ||
"b": "*:*,0:*", | ||
"s2": "0:*,*:*", | ||
"t": "0:0,0:*", | ||
"s1": "0:*,0:0" | ||
}, | ||
"imgVariables": [ | ||
{ | ||
"id": "sea_surface_temperature", | ||
"title": "sea surface sub-skin temperature", | ||
"units": "K", | ||
"min": "275", | ||
"max": "305", | ||
"palette": "paletteMedspirationIndexed" | ||
}, | ||
{ | ||
"id": "quality_level", | ||
"title": "quality_level", | ||
"units": "", | ||
"min": "1", | ||
"max": "5", | ||
"palette": "paletteMedspirationIndexed" | ||
} | ||
], | ||
"image": { | ||
"ppd": 4, | ||
"res": 8 | ||
} | ||
} |
Oops, something went wrong.