Skip to content

Commit

Permalink
udpate ccpp/physics, revert .gitmodules, and submit a tested bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Oct 5, 2023
1 parent c984e70 commit 06b0a2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
branch = main
[submodule "ccpp-physics"]
path = ccpp/physics
#url = https://github.com/NCAR/ccpp-physics
#branch = main
url = https://github.com/grantfirl/ccpp-physics
branch = ufs-dev-PR78
url = https://github.com/NCAR/ccpp-physics
branch = main
[submodule "CMakeModules"]
path = CMakeModules
url = https://github.com/noaa-emc/CMakeModules
Expand Down
2 changes: 1 addition & 1 deletion scm/src/scm_input.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@ subroutine get_case_init_DEPHY(scm_state, scm_input)
scm_input%input_T_surf = input_force_ts(:)
scm_state%surface_thermo_control = 2
end if
else if (input_surfaceForcingTemp == 'surface_flux') then
else if (input_surfaceForcingTemp == 'kinematic') then
!overwrite sfc_flux_spec
scm_state%sfc_flux_spec = .true.
scm_state%surface_thermo_control = 0
Expand Down

0 comments on commit 06b0a2b

Please sign in to comment.