Skip to content

Commit 69b1eb4

Browse files
Feature/landda ci (#839)
This PR is prepared for NOAA-EMC/global-workflow#2199
1 parent a4a3f45 commit 69b1eb4

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

parm/land/obs/config/adpsfc_snow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ obs prior filters:
5252
- filter: Domain Check
5353
where:
5454
- variable:
55-
name: MetaData/height
55+
name: MetaData/stationElevation
5656
minvalue: -999.0
5757
- filter: Domain Check # land only
5858
where:

parm/land/obs/config/snocvr_snow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ obs prior filters:
5252
- filter: Domain Check
5353
where:
5454
- variable:
55-
name: MetaData/height
55+
name: MetaData/stationElevation
5656
minvalue: -999.0
5757
- filter: Domain Check # land only
5858
where:

parm/land/prep/prep_gts.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ gtsbufr:
33
- $(DATA)/obs
44
copy:
55
- [{{ COM_OBS }}/{{ OPREFIX }}adpsfc.tm00.bufr_d, {{ DATA }}/obs/]
6-
- [{{ COM_OBS }}/{{ OPREFIX }}snocvr.tm00.bufr_d, {{ DATA }}/obs/]
76
gtsioda:
87
copy:
98
- [{{ DATA }}/{{ OPREFIX }}adpsfc_snow.nc4, {{ COM_OBS }}/{{ OPREFIX }}adpsfc_snow.nc4]
10-
- [{{ DATA }}/{{ OPREFIX }}snocvr_snow.nc4, {{ COM_OBS }}/{{ OPREFIX }}snocvr_snow.nc4]
119
bufr2ioda:
1210
adpsfc: {{ HOMEgfs }}/sorc/gdas.cd/test/testinput/bufr_adpsfc_snow.yaml
13-
snocvr: {{ HOMEgfs }}/sorc/gdas.cd/test/testinput/bufr_snocvr_snow.yaml

test/testinput/bufr_adpsfc_snow.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ observations:
2424
stationIdentification:
2525
query: "*/RPID"
2626

27-
height:
27+
stationElevation:
2828
query: "[*/SELV, */HSMSL]"
2929

3030
# ObsValue
@@ -64,9 +64,9 @@ observations:
6464
units: "degree_east"
6565
range: [-180, 180]
6666

67-
- name: "MetaData/height"
67+
- name: "MetaData/stationElevation"
6868
coordinates: "longitude latitude"
69-
source: variables/height
69+
source: variables/stationElevation
7070
longName: "Height of Station"
7171

7272
- name: "MetaData/stationIdentification"

test/testinput/bufr_snocvr_snow.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ observations:
2424
stationIdentification:
2525
query: "*/WGOSLID"
2626

27-
height:
27+
stationElevation:
2828
query: "[*/SELV, */HSMSL]"
2929

3030
# ObsValue
@@ -64,9 +64,9 @@ observations:
6464
units: "degree_east"
6565
range: [-180, 180]
6666

67-
- name: "MetaData/height"
67+
- name: "MetaData/stationElevation"
6868
coordinates: "longitude latitude"
69-
source: variables/height
69+
source: variables/stationElevation
7070
longName: "Height of Station"
7171

7272
- name: "MetaData/stationIdentification"

0 commit comments

Comments
 (0)