Skip to content

Commit

Permalink
Prepare snow depth observations for land DA. (#472)
Browse files Browse the repository at this point in the history
* add files for preparing IMS data

* updates for preplandobs

* updates for snow depth obs
  • Loading branch information
aerorahul committed May 12, 2023
1 parent 8c2706e commit fa8a260
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions parm/land/prep/fims.nml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
&fIMS_nml
idim = {{ CASE[1:] }},
jdim = {{ CASE[1:] }},
otype = "{{ CASE }}_oro_data",
jdate = "{{ current_cycle | to_julian }}",
yyyymmddhh = "{{ current_cycle | to_YMD }}.{{ current_cycle.strftime('%H') }}",
imsformat = 2,
imsversion = "1.3",
fcst_path = "{{ DATA }}/bkg/"
IMS_OBS_PATH = "{{ DATA }}/obs/",
IMS_IND_PATH = "{{ DATA }}/obs/"
/
10 changes: 10 additions & 0 deletions parm/land/prep/prep_ims.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
calcfims:
mkdir:
- $(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]
ims2ioda:
copy:
- [$(DATA)/ims_snow_{{ current_cycle | to_YMDH }}.nc4, $(COM_OBS)/$(OPREFIX)ims_snow.nc4]

0 comments on commit fa8a260

Please sign in to comment.