Skip to content

Commit 094e3b8

Browse files
Move IMS remapping files from COM_OBS to FIXgdas (NOAA-EMC#2322)
* Add in IMS obs fix directory and update submodule for gdas
1 parent d465ea0 commit 094e3b8

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

parm/config/gfs/config.base.emc.dyn

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export FIXcice="${FIXgfs}/cice"
3939
export FIXmom="${FIXgfs}/mom6"
4040
export FIXreg2grb2="${FIXgfs}/reg2grb2"
4141
export FIXugwd="${FIXgfs}/ugwd"
42+
export FIXgdas="${FIXgfs}/gdas"
4243

4344
########################################################################
4445

sorc/gdas.cd

sorc/link_workflow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ if [[ -d "${HOMEgfs}/sorc/gdas.cd" ]]; then
190190
cd "${HOMEgfs}/fix" || exit 1
191191
[[ ! -d gdas ]] && mkdir -p gdas
192192
cd gdas || exit 1
193-
for gdas_sub in fv3jedi gsibec; do
193+
for gdas_sub in fv3jedi gsibec obs; do
194194
if [[ -d "${gdas_sub}" ]]; then
195195
rm -rf "${gdas_sub}"
196196
fi

ush/python/pygfs/task/land_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def prepare_IMS(self) -> None:
153153
# create a temporary dict of all keys needed in this method
154154
localconf = AttrDict()
155155
keys = ['DATA', 'current_cycle', 'COM_OBS', 'COM_ATMOS_RESTART_PREV',
156-
'OPREFIX', 'CASE', 'OCNRES', 'ntiles']
156+
'OPREFIX', 'CASE', 'OCNRES', 'ntiles', 'FIXgdas']
157157
for key in keys:
158158
localconf[key] = self.task_config[key]
159159

versions/fix.ver

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export datm_ver=20220805
1010
export gdas_crtm_ver=20220805
1111
export gdas_fv3jedi_ver=20220805
1212
export gdas_gsibec_ver=20221031
13+
export gdas_obs_ver=20240213
1314
export glwu_ver=20220805
1415
export gsi_ver=20230911
1516
export lut_ver=20220805

0 commit comments

Comments
 (0)