From 4d8923a5847e3a9a3c6fed17a2a64a06e712462d Mon Sep 17 00:00:00 2001 From: Jiarui Dong Date: Mon, 22 Jan 2024 16:09:24 -0500 Subject: [PATCH] Make changes to include 'OCNRES' in the orography filenames. (#864) This PR is to address the recent filename changes of the orography data from `$(CASE)_oro_data.nc` to `$(CASE).mx$(OCNRES)_oro_data.nc` in the global-workflow. This PR is a prerequisite to support https://github.com/NOAA-EMC/global-workflow/pull/2232. --- parm/land/letkfoi/apply_incr_nml.j2 | 2 +- parm/land/letkfoi/letkfoi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parm/land/letkfoi/apply_incr_nml.j2 b/parm/land/letkfoi/apply_incr_nml.j2 index 39765a5d3..d12b00150 100644 --- a/parm/land/letkfoi/apply_incr_nml.j2 +++ b/parm/land/letkfoi/apply_incr_nml.j2 @@ -6,5 +6,5 @@ rst_path = "{{ DATA }}/anl", inc_path = "{{ DATA }}/anl", orog_path = "{{ HOMEgfs }}/fix/orog/{{ CASE }}", - otype = "{{ CASE }}_oro_data" + otype = "{{ CASE }}.mx{{ OCNRES }}_oro_data" / diff --git a/parm/land/letkfoi/letkfoi.yaml b/parm/land/letkfoi/letkfoi.yaml index da2540852..26ee0e009 100644 --- a/parm/land/letkfoi/letkfoi.yaml +++ b/parm/land/letkfoi/letkfoi.yaml @@ -17,7 +17,7 @@ geometry: skip coupler file: true state variables: [orog_filt] datapath: $(FIXgfs)/orog/${CASE}/ - filename_orog: $(CASE)_oro_data.nc + filename_orog: $(CASE).mx$(OCNRES)_oro_data.nc time window: begin: '{{ LAND_WINDOW_BEGIN | to_isotime }}'