Skip to content

Commit

Permalink
Merge branch 'develop' into feature/marine-obs-reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres authored Jan 26, 2024
2 parents 90029b4 + 32ce3f5 commit e74d135
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 e74d135

Please sign in to comment.