Skip to content

Commit

Permalink
Update ufs_model.fd and ufs_utils.fd pointers.
Browse files Browse the repository at this point in the history
Add shal_cnv back to config.fcst.
  • Loading branch information
kayeekayee committed Sep 26, 2024
1 parent a85fe16 commit e53f429
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "sorc/ufs_model.fd"]
path = sorc/ufs_model.fd
url = https://github.com/kayeekayee/ufs-weather-model.git
branch = 2024jul19_c127601
url = https://github.com/NOAA-GSL/ufs-weather-model
ignore = dirty
[submodule "sorc/wxflow"]
path = sorc/wxflow
url = https://github.com/NOAA-EMC/wxflow
Expand All @@ -10,8 +10,7 @@
url = https://github.com/NOAA-EMC/gfs-utils
[submodule "sorc/ufs_utils.fd"]
path = sorc/ufs_utils.fd
url = https://github.com/kayeekayee/UFS_UTILS.git
branch = 2024aug4_3ef2e6b
url = https://github.com/NOAA-GSL/UFS_UTILS.git
[submodule "sorc/verif-global.fd"]
path = sorc/verif-global.fd
url = https://github.com/NOAA-EMC/EMC_verif-global.git
Expand Down
8 changes: 6 additions & 2 deletions parm/config/gfs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export d2_bg_k2=0.04
export dz_min=6
export n_sponge=42

# PBL/turbulance schemes
# PBL/turbulence schemes
export hybedmf=".false."
if [[ "${CCPP_SUITE}" == "FV3_global_nest"* ]]; then
export satmedmf=".false."
Expand All @@ -149,7 +149,7 @@ export isatmedmf=1
if [[ "$CCPP_SUITE" == "FV3_GFS_v17_p8_ugwpv1_mynn" || "$CCPP_SUITE" == "FV3_GFS_v17_p8_ugwpv1_c3_mynn" || "$CCPP_SUITE" == "FV3_GFS_v17_p8_mynn" || "$CCPP_SUITE" == "FV3_GFS_v17_p8_c3_mynn" ]] ; then
export satmedmf=".false."
export isatmedmf=0
export CPP
export shal_cnv=".false."
export do_mynnedmf=".true."
export do_mynnsfclay=".false."
export icloud_bl=1
Expand Down Expand Up @@ -214,6 +214,10 @@ else
fi
fi
#JKH
#Convection schemes ### JKH - affects field table name
tbp=""
if [ "$progsigma" = ".true." ]; then tbp="_progsigma" ; fi


# Microphysics configuration
export dnats=0
Expand Down

0 comments on commit e53f429

Please sign in to comment.