Skip to content

Commit

Permalink
mmm_physics: fixes to make merge of main into mmm_phy branch build
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Feb 26, 2024
1 parent 76862a5 commit d0583b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
14 changes: 1 addition & 13 deletions scm/src/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1232,13 +1232,8 @@ module GFS_typedefs
real(kind=kind_phys) :: bl_mynn_closure !< flag to determine closure level of MYNN
logical :: sfclay_compute_flux!< flag for thermal roughness lengths over water in mynnsfclay
logical :: sfclay_compute_diag!< flag for computing surface diagnostics in mynnsfclay
<<<<<<< HEAD
integer :: isftcflx !< flag for thermal roughness lengths over water in mynnsfclay
integer :: iz0tlnd !< flag for thermal roughness lengths over land in mynnsfclay
=======
integer :: isftcflx !< flag for thermal roughness lengths over water in mynnsfclay and mmm sfclayrev
integer :: iz0tlnd !< flag for thermal roughness lengths over land in mynnsfclay and mmm sfclayrev
>>>>>>> weiwei/mmm_phy
real(kind=kind_phys) :: var_ric
real(kind=kind_phys) :: coef_ric_l
real(kind=kind_phys) :: coef_ric_s
Expand Down Expand Up @@ -4008,14 +4003,8 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
do_ugwp_v1, do_ugwp_v1_orog_only, do_ugwp_v1_w_gsldrag, &
ugwp_seq_update, var_ric, coef_ric_l, coef_ric_s, hurr_pbl, &
do_myjsfc, do_myjpbl, &
<<<<<<< HEAD
hwrf_samfdeep, hwrf_samfshal,progsigma,betascu,betamcu, &
betadcu,h2o_phys, pdfcld, shcnvcw, redrag, hybedmf, satmedmf,&
shinhong, do_ysu, dspheat, lheatstrg, lseaspray, cnvcld, &
random_clds, shal_cnv, imfshalcnv, imfdeepcnv, isatmedmf, &
do_deep, jcap, &
=======
hwrf_samfdeep, hwrf_samfshal,progsigma, &
betascu, betamcu, betadcu, &
h2o_phys, pdfcld, shcnvcw, redrag, hybedmf, satmedmf, &
shinhong, do_ysu, do_ysu_cldliq, do_ysu_cldice, ysu_add_bep, &
ysu_topdown_pblmix, ysu_timesplit, &
Expand All @@ -4025,7 +4014,6 @@ subroutine control_initialize (Model, nlunit, fn_nml, me, master, &
acm, dspheat, lheatstrg, &
lseaspray, cnvcld, random_clds, shal_cnv, imfshalcnv, &
imfdeepcnv, isatmedmf, do_deep, jcap, &
>>>>>>> weiwei/mmm_phy
cs_parm, flgmin, cgwf, ccwf, cdmbgwd, sup, ctei_rm, crtrh, &
dlqf, rbcr, shoc_parm, psauras, prauras, wminras, &
do_sppt, do_shum, do_skeb, &
Expand Down
1 change: 1 addition & 0 deletions scm/src/scm_physical_constants.F90
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module scm_physical_constants
real(kind=dp),parameter:: con_eps =con_rd/con_rv
real(kind=dp),parameter:: con_epsm1 =con_rd/con_rv - 1._dp
real(kind=dp),parameter:: con_1ovg =1._dp/con_g
real(kind=dp),parameter:: con_1ograv =con_1ovg

real(kind=dp),parameter:: karman = 0.4_dp

Expand Down

0 comments on commit d0583b7

Please sign in to comment.