File tree 5 files changed +8
-11
lines changed
5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ obs prior filters:
52
52
- filter : Domain Check
53
53
where :
54
54
- variable :
55
- name : MetaData/height
55
+ name : MetaData/stationElevation
56
56
minvalue : -999.0
57
57
- filter : Domain Check # land only
58
58
where :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ obs prior filters:
52
52
- filter : Domain Check
53
53
where :
54
54
- variable :
55
- name : MetaData/height
55
+ name : MetaData/stationElevation
56
56
minvalue : -999.0
57
57
- filter : Domain Check # land only
58
58
where :
Original file line number Diff line number Diff line change @@ -3,11 +3,8 @@ gtsbufr:
3
3
- $(DATA)/obs
4
4
copy :
5
5
- [{{ COM_OBS }}/{{ OPREFIX }}adpsfc.tm00.bufr_d, {{ DATA }}/obs/]
6
- - [{{ COM_OBS }}/{{ OPREFIX }}snocvr.tm00.bufr_d, {{ DATA }}/obs/]
7
6
gtsioda :
8
7
copy :
9
8
- [{{ DATA }}/{{ OPREFIX }}adpsfc_snow.nc4, {{ COM_OBS }}/{{ OPREFIX }}adpsfc_snow.nc4]
10
- - [{{ DATA }}/{{ OPREFIX }}snocvr_snow.nc4, {{ COM_OBS }}/{{ OPREFIX }}snocvr_snow.nc4]
11
9
bufr2ioda :
12
10
adpsfc : {{ HOMEgfs }}/sorc/gdas.cd/test/testinput/bufr_adpsfc_snow.yaml
13
- snocvr : {{ HOMEgfs }}/sorc/gdas.cd/test/testinput/bufr_snocvr_snow.yaml
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ observations:
24
24
stationIdentification :
25
25
query : " */RPID"
26
26
27
- height :
27
+ stationElevation :
28
28
query : " [*/SELV, */HSMSL]"
29
29
30
30
# ObsValue
@@ -64,9 +64,9 @@ observations:
64
64
units : " degree_east"
65
65
range : [-180, 180]
66
66
67
- - name : " MetaData/height "
67
+ - name : " MetaData/stationElevation "
68
68
coordinates : " longitude latitude"
69
- source : variables/height
69
+ source : variables/stationElevation
70
70
longName : " Height of Station"
71
71
72
72
- name : " MetaData/stationIdentification"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ observations:
24
24
stationIdentification :
25
25
query : " */WGOSLID"
26
26
27
- height :
27
+ stationElevation :
28
28
query : " [*/SELV, */HSMSL]"
29
29
30
30
# ObsValue
@@ -64,9 +64,9 @@ observations:
64
64
units : " degree_east"
65
65
range : [-180, 180]
66
66
67
- - name : " MetaData/height "
67
+ - name : " MetaData/stationElevation "
68
68
coordinates : " longitude latitude"
69
- source : variables/height
69
+ source : variables/stationElevation
70
70
longName : " Height of Station"
71
71
72
72
- name : " MetaData/stationIdentification"
You can’t perform that action at this time.
0 commit comments