Skip to content

Commit

Permalink
end of day save
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jan 23, 2024
1 parent 4d8923a commit cc16be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parm/land/prep/fims.nml.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
&fIMS_nml
idim = {{ CASE[1:] }},
jdim = {{ CASE[1:] }},
otype = "{{ CASE }}_oro_data",
otype = "{{ CASE }}.mx{{ OCNRES }}_oro_data",
jdate = "{{ current_cycle | to_julian }}",
yyyymmddhh = "{{ current_cycle | to_YMD }}.{{ current_cycle.strftime('%H') }}",
imsformat = 2,
Expand Down
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]
- [$(COM_OBS)/$(OPREFIX)IMS4km_to_FV3_mapping.{{ CASE }}.mx{{ OCNRES }}_oro_data.nc, $(DATA)/obs/IMS4km_to_FV3_mapping.{{ CASE }}.mx{{ OCNRES }}_oro_data.nc]
ims2ioda:
copy:
- [$(DATA)/ims_snow_{{ current_cycle | to_YMDH }}.nc4, $(DATA)/obs/$(OPREFIX)ims_snow.nc4]
Expand Down

0 comments on commit cc16be4

Please sign in to comment.