Skip to content

Commit

Permalink
Make changes to include 'OCNRES' in the orography filenames. (NOAA-EM…
Browse files Browse the repository at this point in the history
…C#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
NOAA-EMC/global-workflow#2232.
  • Loading branch information
jiaruidong2017 committed Jan 22, 2024
1 parent 3652d9c commit 4d8923a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parm/land/letkfoi/apply_incr_nml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/
2 changes: 1 addition & 1 deletion parm/land/letkfoi/letkfoi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit 4d8923a

Please sign in to comment.