File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -823,16 +823,12 @@ export const domains: Array<Domain> = [
823
823
'precipitation' ,
824
824
'pressure_msl' ,
825
825
'relative_humidity_2m' ,
826
+ 'shortwave_radiation' ,
827
+ 'sunshine_duration' ,
826
828
'temperature_2m' ,
827
- 'temperature_80m' ,
828
- 'temperature_120m' ,
829
- 'temperature_180m' ,
830
829
'visibility' ,
831
830
'weather_code' ,
832
831
'wind_10m' ,
833
- 'wind_80m' ,
834
- 'wind_120m' ,
835
- 'wind_180m' ,
836
832
'wind_gusts_10m'
837
833
] ,
838
834
windUVComponents : true
@@ -866,16 +862,12 @@ export const domains: Array<Domain> = [
866
862
'precipitation' ,
867
863
'pressure_msl' ,
868
864
'relative_humidity_2m' ,
865
+ 'shortwave_radiation' ,
866
+ 'sunshine_duration' ,
869
867
'temperature_2m' ,
870
- 'temperature_80m' ,
871
- 'temperature_120m' ,
872
- 'temperature_180m' ,
873
868
'visibility' ,
874
869
'weather_code' ,
875
870
'wind_10m' ,
876
- 'wind_80m' ,
877
- 'wind_120m' ,
878
- 'wind_180m' ,
879
871
'wind_gusts_10m'
880
872
] ,
881
873
windUVComponents : true
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ export const variables = [
10
10
11
11
{ value : 'shortwave_radiation' , label : 'Shortwave Solar Radiation' } ,
12
12
13
+ { value : 'sunshine_duration' , label : 'Sunshine Duration' } ,
14
+
13
15
{ value : 'temperature_2m' , label : 'Temperature 2m' } ,
14
16
{ value : 'temperature_50m' , label : 'Temperature 50m' } ,
15
17
{ value : 'temperature_80m' , label : 'Temperature 80m' } ,
You can’t perform that action at this time.
0 commit comments