Skip to content

Commit

Permalink
Feature/landda ci (#839)
Browse files Browse the repository at this point in the history
This PR is prepared for
NOAA-EMC/global-workflow#2199
  • Loading branch information
jiaruidong2017 authored Jan 5, 2024
1 parent a4a3f45 commit 69b1eb4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion parm/land/obs/config/adpsfc_snow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ obs prior filters:
- filter: Domain Check
where:
- variable:
name: MetaData/height
name: MetaData/stationElevation
minvalue: -999.0
- filter: Domain Check # land only
where:
Expand Down
2 changes: 1 addition & 1 deletion parm/land/obs/config/snocvr_snow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ obs prior filters:
- filter: Domain Check
where:
- variable:
name: MetaData/height
name: MetaData/stationElevation
minvalue: -999.0
- filter: Domain Check # land only
where:
Expand Down
3 changes: 0 additions & 3 deletions parm/land/prep/prep_gts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ gtsbufr:
- $(DATA)/obs
copy:
- [{{ COM_OBS }}/{{ OPREFIX }}adpsfc.tm00.bufr_d, {{ DATA }}/obs/]
- [{{ COM_OBS }}/{{ OPREFIX }}snocvr.tm00.bufr_d, {{ DATA }}/obs/]
gtsioda:
copy:
- [{{ DATA }}/{{ OPREFIX }}adpsfc_snow.nc4, {{ COM_OBS }}/{{ OPREFIX }}adpsfc_snow.nc4]
- [{{ DATA }}/{{ OPREFIX }}snocvr_snow.nc4, {{ COM_OBS }}/{{ OPREFIX }}snocvr_snow.nc4]
bufr2ioda:
adpsfc: {{ HOMEgfs }}/sorc/gdas.cd/test/testinput/bufr_adpsfc_snow.yaml
snocvr: {{ HOMEgfs }}/sorc/gdas.cd/test/testinput/bufr_snocvr_snow.yaml
6 changes: 3 additions & 3 deletions test/testinput/bufr_adpsfc_snow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ observations:
stationIdentification:
query: "*/RPID"

height:
stationElevation:
query: "[*/SELV, */HSMSL]"

# ObsValue
Expand Down Expand Up @@ -64,9 +64,9 @@ observations:
units: "degree_east"
range: [-180, 180]

- name: "MetaData/height"
- name: "MetaData/stationElevation"
coordinates: "longitude latitude"
source: variables/height
source: variables/stationElevation
longName: "Height of Station"

- name: "MetaData/stationIdentification"
Expand Down
6 changes: 3 additions & 3 deletions test/testinput/bufr_snocvr_snow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ observations:
stationIdentification:
query: "*/WGOSLID"

height:
stationElevation:
query: "[*/SELV, */HSMSL]"

# ObsValue
Expand Down Expand Up @@ -64,9 +64,9 @@ observations:
units: "degree_east"
range: [-180, 180]

- name: "MetaData/height"
- name: "MetaData/stationElevation"
coordinates: "longitude latitude"
source: variables/height
source: variables/stationElevation
longName: "Height of Station"

- name: "MetaData/stationIdentification"
Expand Down

0 comments on commit 69b1eb4

Please sign in to comment.