Skip to content

Commit 6b81e77

Browse files
authored
Merge branch 'develop' into feature/prep_emis_rework
2 parents 1d3a60e + d14d284 commit 6b81e77

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

sorc/build_upp.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ shift $((OPTIND-1))
2626

2727
source "${HOMEgfs_}/ush/detect_machine.sh"
2828

29-
if [[ "${MACHINE_ID}" == "gaeac6" ]]; then
30-
# The UPP does not recognise gaeac6 as a valid machine, so we need to set it to "gaea"
31-
# TODO: remove this stop-gap fix when UPP#1308 is addressed and that hash is brought into the GW.
32-
export MACHINE_ID="gaea"
33-
fi
34-
3529
cd "${HOMEgfs_}/sorc/ufs_model.fd/UFSATM/upp/tests"
3630
# shellcheck disable=SC2086
3731
BUILD_JOBS=${BUILD_JOBS:-8} bash -x "${HOMEgfs_}/sorc/ufs_model.fd/UFSATM/upp/tests/compile_upp.sh" ${_opts}

sorc/ufs_model.fd

Submodule ufs_model.fd updated 53 files

ush/parsing_model_configure_FV3.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ local IMO=${LONB_IMO}
5555
local JMO=${LATB_JMO}
5656
local OUTPUT_FH=${FV3_OUTPUT_FH_NML}
5757
local IAU_OFFSET=${IAU_OFFSET:-0}
58+
local USE_FV3_ROUTEHANDLES=.false.
5859

5960
#set FV3 output directory:
6061
local FV3ATM_OUTPUT_DIR="./FV3ATM_OUTPUT"

ush/parsing_namelists_FV3.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,9 @@ local LSOIL_INCR=${LSOIL_INCR:-2}
476476
local LAND_IAU_FILTER_INC=".false."
477477
local LAND_IAU_UPD_STC=".true."
478478
local LAND_IAU_UPD_SLC=".true."
479-
local LAND_IAU_DP_STCSMC_ADJ=".true."
479+
local LAND_IAU_DO_STCSMC_ADJ=".true."
480480
local LAND_IAU_MIN_T_INC=0.0001
481+
local LAND_IAU_MIN_SLC_INC=0.000001
481482

482483
# Check will need to be modified in the future
483484
# once GW is ready to add in land IAU

ush/parsing_namelists_MOM6.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if [[ "${DO_OCN_PERT_EPBL}" == "YES" ]]; then
5959
else
6060
local PERT_EPBL="False"
6161
fi
62+
local MOM6_HFREEZE=20.0
6263
# Ensure the template exists
6364
local template=${MOM6_INPUT_TEMPLATE:-"${PARMgfs}/ufs/MOM_input_${OCNRES}.IN"}
6465
if [[ ! -f "${template}" ]]; then

0 commit comments

Comments
 (0)