Skip to content

Commit

Permalink
GFSv16.3.5[6] GSI updates (#1404)
Browse files Browse the repository at this point in the history
* Update GSI hash to 31b8b29
* Remove temporary hack that forced GSI to build with crtm/2.4.0
* Remove G18 ABI from exglobal_atmos_analysis.sh
* Remove GMI from processing in the GSI

Refs #1322, #1321
  • Loading branch information
KateFriedman-NOAA authored Mar 28, 2023
1 parent 222f055 commit 809b33b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protocol = git
required = True

[GSI-EnKF]
hash = 48d8676
hash = 31b8b29
local_path = sorc/gsi_enkf.fd
repo_url = https://github.com/NOAA-EMC/GSI.git
protocol = git
Expand Down
5 changes: 2 additions & 3 deletions scripts/exglobal_atmos_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ ESIASI=${ESIASI:-${COMIN_OBS}/${OPREFIX}esiasi.tm00.bufr_d${OSUFFIX}}
IASIDB=${IASIDB:-${COMIN_OBS}/${OPREFIX}iasidb.tm00.bufr_d${OSUFFIX}}
AMSREBF=${AMSREBF:-${COMIN_OBS}/${OPREFIX}amsre.tm00.bufr_d${OSUFFIX}}
AMSR2BF=${AMSR2BF:-${COMIN_OBS}/${OPREFIX}amsr2.tm00.bufr_d${OSUFFIX}}
GMI1CRBF=${GMI1CRBF:-${COMIN_OBS}/${OPREFIX}gmi1cr.tm00.bufr_d${OSUFFIX}}
GMI1CRBF=${GMI1CRBF:-${COMIN_OBS}/${OPREFIX}gmi1cr.tm00.bufr_d${OSUFFIX}} # GMI temporarily disabled due to array overflow.
SAPHIRBF=${SAPHIRBF:-${COMIN_OBS}/${OPREFIX}saphir.tm00.bufr_d${OSUFFIX}}
SEVIRIBF=${SEVIRIBF:-${COMIN_OBS}/${OPREFIX}sevcsr.tm00.bufr_d${OSUFFIX}}
AHIBF=${AHIBF:-${COMIN_OBS}/${OPREFIX}ahicsr.tm00.bufr_d${OSUFFIX}}
Expand Down Expand Up @@ -466,7 +466,7 @@ ${NLN} ${ESIASI} iasibufrears
${NLN} ${IASIDB} iasibufr_db
${NLN} ${AMSREBF} amsrebufr
${NLN} ${AMSR2BF} amsr2bufr
${NLN} ${GMI1CRBF} gmibufr
#${NLN} ${GMI1CRBF} gmibufr # GMI temporarily disabled due to array overflow.
${NLN} ${SAPHIRBF} saphirbufr
${NLN} ${SEVIRIBF} seviribufr
${NLN} ${CRISBF} crisbufr
Expand Down Expand Up @@ -866,7 +866,6 @@ OBS_INPUT::
iasibufr iasi metop-c iasi_metop-c 0.0 1 1
sstviirs viirs-m npp viirs-m_npp 0.0 4 0
sstviirs viirs-m j1 viirs-m_j1 0.0 4 0
abibufr abi g18 abi_g18 0.0 1 0
ahibufr ahi himawari9 ahi_himawari9 0.0 1 0
atmsbufr atms n21 atms_n21 0.0 1 1
crisfsbufr cris-fsr n21 cris-fsr_n21 0.0 1 0
Expand Down
3 changes: 0 additions & 3 deletions sorc/build_gsi_enkf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ while getopts ":dov" option; do
done
shift $((OPTIND-1))

# Temporary crtm version setting
export crtm_ver="2.4.0"

BUILD_TYPE=${BUILD_TYPE:-"Release"} \
BUILD_VERBOSE=${BUILD_VERBOSE:-"NO"} \
GSI_MODE=GFS \
Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ checkout "ufs_model.fd" "https://github.com/ufs-community/ufs-weather-model"
checkout "verif-global.fd" "https://github.com/NOAA-EMC/EMC_verif-global.git" "c267780" ; errs=$((errs + $?))

if [[ ${checkout_gsi} == "YES" ]]; then
checkout "gsi_enkf.fd" "https://github.com/NOAA-EMC/GSI.git" "48d8676" "NO"; errs=$((errs + $?))
checkout "gsi_enkf.fd" "https://github.com/NOAA-EMC/GSI.git" "31b8b29" "NO"; errs=$((errs + $?))
fi

if [[ ${checkout_gdas} == "YES" ]]; then
Expand Down

0 comments on commit 809b33b

Please sign in to comment.