Skip to content

Commit

Permalink
Move python code to parm/gdas/snow/ directory to aviod extra copy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaruidong2017 committed Nov 13, 2024
1 parent aee4dc2 commit 0c02522
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion parm/snow/obs/config/bufr2ioda_mapping.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ mkdir:
- '{{ DATA }}/obs'
copy:
- ['{{PARMgfs}}/gdas/snow/obs/config/bufr_sfcsno_mapping.yaml', '{{ DATA }}/obs/']
- ['{{PARMgfs}}/gdas/snow/obs/config/ioda_bufr_python_encoder.py', '{{ DATA }}']
2 changes: 1 addition & 1 deletion parm/snow/obs/config/sfcsno_snow.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
obsdatain:
engine:
type: script
script file: "{{ DATA }}/ioda_bufr_python_encoder.py"
script file: "{{ PARMgfs }}/gdas/snow/ioda_bufr_python_encoder.py"
args:
input_path: '{{ DATA }}/obs/{{ OPREFIX }}sfcsno.tm00.bufr_d'
obsfile: '{{ DATA }}/obs/{{ OPREFIX }}sfcsno.tm00.bufr_d'
Expand Down

0 comments on commit 0c02522

Please sign in to comment.