Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions driver/UFSDriver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ MODULE UFSDriver
#endif
#ifdef FRONT_LM4
use FRONT_LM4, only: LM4_SS => SetServices
#endif
#endif
#ifdef FRONT_NOAHMP
use FRONT_NOAHMP, only: NOAHMP_SS => SetServices
#endif
Expand Down Expand Up @@ -477,7 +477,7 @@ subroutine SetModelServices(driver, rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
found_comp = .true.
end if
#endif
#endif
#ifdef FRONT_NOAHMP
if (trim(model) == "noahmp") then
call NUOPC_DriverAddComp(driver, trim(prefix), NOAHMP_SS, &
Expand Down Expand Up @@ -811,7 +811,7 @@ function IsRestart(gcomp, config, rc)

!TODO: this is hard-wired to CIME start/continue types in terms of gcomp
IsRestart = .false.
if (trim(start_type) == trim(start_type_cont) .or. trim(start_type) == trim(start_type_brnch)) then
if (trim(start_type) == trim(start_type_cont)) then
IsRestart = .true.
end if
else
Expand Down
Loading
Loading