Skip to content

Commit

Permalink
remove test for MYNN SFC when using MYNN EDMF in noahmpdrv.F90; remov…
Browse files Browse the repository at this point in the history
…e Dom and add Dustin in CMakeLists.txt authors
  • Loading branch information
grantfirl committed Mar 21, 2023
1 parent 7728773 commit ffccfc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(ccpp_physics

#------------------------------------------------------------------------------
set(PACKAGE "ccpp-physics")
set(AUTHORS "Grant Firl" "Dom Heinzeller" "Man Zhang" "Mike Kavulich" "Chunxi Zhang")
set(AUTHORS "Grant Firl" "Dustin Swales" "Man Zhang" "Mike Kavulich" )

#------------------------------------------------------------------------------
# Set OpenMP flags for C/C++/Fortran
Expand Down
7 changes: 0 additions & 7 deletions physics/noahmpdrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ subroutine noahmpdrv_init(lsm, lsm_noahmp, me, isot, ivegsrc, &
return
end if

if (.not. do_mynnsfclay .and. do_mynnedmf) then
errmsg = 'Problem : do_mynnsfclay = .false.' // &
'but mynnpbl is .true.. Exiting ...'
errflg = 1
return
end if

if ( do_mynnsfclay .and. .not. do_mynnedmf) then
errmsg = 'Problem : do_mynnsfclay = .true.' // &
'but mynnpbl is .false.. Exiting ...'
Expand Down

0 comments on commit ffccfc8

Please sign in to comment.