Skip to content

Commit

Permalink
fix: Update example config files
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed May 3, 2024
1 parent cfa631b commit 5cac70e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 79 deletions.
17 changes: 2 additions & 15 deletions examples/example_config_cmip.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,11 @@
"name": "zos",
"x": "i",
"y": "j",
"t": "time",
"t_index": 0
},
"data_slices": {
"j": [
0,
290,
1
],
"i": [
0,
359,
1
]
"t": "time"
},
"ui": {
"main_drawer": true,
"axis_drawer": true,
"expanded_coordinates": []
}
}
}
20 changes: 1 addition & 19 deletions examples/example_config_esgf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,7 @@
"name": "sfcWind",
"x": "lon",
"y": "lat",
"t": "time",
"t_index": 0
},
"data_slices": {
"time": [
"Apr 01 2000 12:00",
"May 30 2001 12:00",
1
],
"lat": [
-89.72,
89.72,
1
],
"lon": [
0.42,
359.58,
1
]
"z": "time"
},
"ui": {
"main_drawer": false,
Expand Down
12 changes: 6 additions & 6 deletions examples/example_config_noaa.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"data_slices": {
"lat": [
-90,
90,
20
0,
500,
5
],
"lon": [
-180,
180,
20
0,
500,
5
]
},
"ui": {
Expand Down
22 changes: 0 additions & 22 deletions examples/example_config_pangeo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,6 @@
"t": "time",
"t_index": 0
},
"data_slices": {
"time": [
142560000,
171072000,
1
],
"Z": [
-2912.67,
-0.5,
1
],
"YC": [
1000,
1999000,
1
],
"XC": [
1000,
999000,
1
]
},
"ui": {
"main_drawer": false,
"axis_drawer": false,
Expand Down
17 changes: 0 additions & 17 deletions examples/example_config_xarray.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,6 @@
"t": "month",
"t_index": 0
},
"data_slices": {
"level": [
200,
850,
1
],
"latitude": [
-90,
0,
10
],
"longitude": [
-180,
0,
10
]
},
"ui": {
"main_drawer": true,
"axis_drawer": true,
Expand Down

0 comments on commit 5cac70e

Please sign in to comment.