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 e04fa6e commit 92f4e9a
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions config-files/PRIM_SMAP_L2_V1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"shortName": "PRIM_SMAP_L2_V1",
"latVar": "lat",
"lonVar": "lon",
"timeVar": "time",
"is360": true,
"tiles": {
"steps": [
30,
14
]
},
"footprint": {
"strategy": "smap",
"t": "0:0,0:*",
"s1": "0:*,0:0",
"b": "*:*,0:*",
"s2": "0:*,*:*"
},
"imgVariables": [
{
"id": "PRIM_S0",
"title": "Sea surface salinity estimated using PRIM",
"units": "1e-3",
"min": 30.0,
"max": 40.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "PRIM_S1m",
"title": "Salinity at 1 meter depth estimated using RIM",
"units": "1e-3",
"min": 0.0,
"max": 40.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "PRIM_S5m",
"title": "Salinity at 5 meters depth estimated using RIM",
"units": "1e-3",
"min": 0.0,
"max": 40.0,
"palette": "paletteMedspirationIndexed"
},
{
"id": "PSS",
"title": "Probability of Salinity Stratification",
"units": "1",
"min": 0.0,
"max": 1.0,
"palette": "paletteMedspirationIndexed"
}
],
"image": {
"ppd": 16,
"res": 8
},
"variables": [
"time",
"lon",
"lat",
"S_ref",
"rain_rate",
"wind_speed",
"PRIM_S0",
"PRIM_S1m",
"PRIM_S5m",
"PSS",
"Kz"
]
}

0 comments on commit 92f4e9a

Please sign in to comment.