Skip to content

Commit

Permalink
adding for running on wcoss2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilBarton-NOAA committed Feb 15, 2024
1 parent f20fc3e commit 4623684
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions parm/config/gefs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ string="--fv3 ${CASE}"
# shellcheck disable=SC2086
source "${EXPDIR}/config.ufs" ${string}

# Turn on the use of wildfire emissions bleneded to climatology
export BLENDED_WILDFIRE_EMISSIONS=T

# Get task specific resources
source "${EXPDIR}/config.resources" fcst
Expand Down
2 changes: 1 addition & 1 deletion ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ GOCART_postdet() {
if [[ ${BLENDED_WILDFIRE_EMISSIONS} == T ]]; then
local EMISSION_DIR=${AERO_INPUTS_DIR}/nexus/GBBEPx/v4/climMean
local fhmax_day=$(( ${FHMAX_GFS} / 24 ))
local fire_in="${AERO_INPUTES_DIR}/nexus/QFED/${vdate:0:4}/${vdate:4:2}/qfed2.emis_*.${PDY}.nc4"
local fire_in="${AERO_INPUTS_DIR}/nexus/QFED/${vdate:0:4}/${vdate:4:2}/qfed2.emis_*.${PDY}.nc4"
fire_out="${COM_TOP}/mem000/model_data/chem/input/QFED_Blended_${PDY}_${fhmax_day}.nc"
if [[ ! -f ${fire_out} ]]; then
mkdir -p $(dirname ${fire_out})
Expand Down
1 change: 1 addition & 0 deletions ush/load_ufswm_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if [[ "${MACHINE_ID}" != "noaacloud" ]]; then
module load libjpeg
module load craype-network-ucx
module load cray-mpich-ucx
module load python/3.8.6
else
export UTILROOT=${prod_util_ROOT}
fi
Expand Down

0 comments on commit 4623684

Please sign in to comment.