Skip to content

Commit

Permalink
Change IMS prep path to point to GDAS fix directory (#920)
Browse files Browse the repository at this point in the history
The IMS remapping files should not be in COM_OBS but in FIXgdas, now
that they are stored there and maintained by the global-workflow team.
This PR has the workflow copy these files from that place now instead.

Note, this is one in many PRs in the next few weeks to refactor the
snow/land DA.
  • Loading branch information
CoryMartin-NOAA authored Feb 15, 2024
1 parent 831b08a commit b37680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/land/prep/prep_ims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ calcfims:
- {{ 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]
- [{{ FIXgdas }}/obs/ims/IMS_4km_to_{{ CASE }}.mx{{ OCNRES }}.nc, {{ DATA }}/obs/IMS4km_to_FV3_mapping.{{ CASE }}_oro_data.nc]
ims2ioda:
copy:
- [{{ DATA }}/ims_snow_{{ current_cycle | to_YMDH }}.nc4, {{ COM_OBS }}/{{ OPREFIX }}ims_snow.nc4]
Expand Down

0 comments on commit b37680b

Please sign in to comment.