Skip to content

Commit

Permalink
Move IMS remapping files from COM_OBS to FIXgdas (NOAA-EMC#2322)
Browse files Browse the repository at this point in the history
* Add in IMS obs fix directory and update submodule for gdas
  • Loading branch information
CoryMartin-NOAA committed Feb 15, 2024
1 parent d465ea0 commit 094e3b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions parm/config/gfs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export FIXcice="${FIXgfs}/cice"
export FIXmom="${FIXgfs}/mom6"
export FIXreg2grb2="${FIXgfs}/reg2grb2"
export FIXugwd="${FIXgfs}/ugwd"
export FIXgdas="${FIXgfs}/gdas"

########################################################################

Expand Down
2 changes: 1 addition & 1 deletion sorc/gdas.cd
2 changes: 1 addition & 1 deletion sorc/link_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ if [[ -d "${HOMEgfs}/sorc/gdas.cd" ]]; then
cd "${HOMEgfs}/fix" || exit 1
[[ ! -d gdas ]] && mkdir -p gdas
cd gdas || exit 1
for gdas_sub in fv3jedi gsibec; do
for gdas_sub in fv3jedi gsibec obs; do
if [[ -d "${gdas_sub}" ]]; then
rm -rf "${gdas_sub}"
fi
Expand Down
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/land_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def prepare_IMS(self) -> None:
# create a temporary dict of all keys needed in this method
localconf = AttrDict()
keys = ['DATA', 'current_cycle', 'COM_OBS', 'COM_ATMOS_RESTART_PREV',
'OPREFIX', 'CASE', 'OCNRES', 'ntiles']
'OPREFIX', 'CASE', 'OCNRES', 'ntiles', 'FIXgdas']
for key in keys:
localconf[key] = self.task_config[key]

Expand Down
1 change: 1 addition & 0 deletions versions/fix.ver
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export datm_ver=20220805
export gdas_crtm_ver=20220805
export gdas_fv3jedi_ver=20220805
export gdas_gsibec_ver=20221031
export gdas_obs_ver=20240213
export glwu_ver=20220805
export gsi_ver=20230911
export lut_ver=20220805
Expand Down

0 comments on commit 094e3b8

Please sign in to comment.