Skip to content

Commit

Permalink
Changes to get snow DA test working (#875)
Browse files Browse the repository at this point in the history
This is to get the first snow DA global-workflow test working.
Subsequent PRs will be needed when the test is updated but this gets a
test started.
  • Loading branch information
CoryMartin-NOAA authored Jan 25, 2024
1 parent ac8bd9c commit 32ce3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parm/land/prep/prep_ims.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
calcfims:
mkdir:
- $(DATA)/obs
- {{ DATA }}/obs
copy:
- [$(COM_OBS)/$(OPREFIX)ims{{ current_cycle | to_julian }}_4km_v1.3.nc, $(DATA)/obs/ims{{ current_cycle | to_julian }}_4km_v1.3.nc]
- [$(COM_OBS)/$(OPREFIX)IMS4km_to_FV3_mapping.$(CASE)_oro_data.nc, $(DATA)/obs/IMS4km_to_FV3_mapping.$(CASE)_oro_data.nc]
- [{{ COM_OBS }}/{{ OPREFIX }}ims{{ current_cycle | to_julian }}_4km_v1.3.nc, {{ DATA }}/obs/ims{{ current_cycle | to_julian }}_4km_v1.3.nc]
- [{{ COM_OBS }}/{{ OPREFIX }}IMS4km_to_FV3_mapping.{{ CASE }}_oro_data.nc, {{ DATA }}/obs/IMS4km_to_FV3_mapping.{{ CASE }}_oro_data.nc]
ims2ioda:
copy:
- [$(DATA)/ims_snow_{{ current_cycle | to_YMDH }}.nc4, $(DATA)/obs/$(OPREFIX)ims_snow.nc4]
- [{{ DATA }}/ims_snow_{{ current_cycle | to_YMDH }}.nc4, {{ COM_OBS }}/{{ OPREFIX }}ims_snow.nc4]

0 comments on commit 32ce3f5

Please sign in to comment.