Skip to content
Merged
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
4 changes: 0 additions & 4 deletions physics/GFS_PBL_generic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,6 @@ subroutine GFS_PBL_generic_post_run (im, levs, nvdiff, ntrac,
dkt_cpl(1:im,1:levs-1) = dkt(1:im,1:levs-1)
endif

if(cplflx)then
write(*,*)'Fatal error: CCPP is not ready for cplflx=true!!'
stop
endif

! --- ... coupling insertion

Expand Down
4 changes: 0 additions & 4 deletions physics/GFS_surface_generic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ subroutine GFS_surface_generic_pre_run (im, levs, vfrac, islmsk, isot, ivegsrc,
! + max(zero, min(Tbd%phy_f2d(i,Model%num_p2d), 30.0)), one)
end do

if(cplflx)then
write(*,*)'Fatal error: CCPP is not ready for cplflx=true!!'
stop
endif

if (cplflx) then
do i=1,im
Expand Down
4 changes: 0 additions & 4 deletions physics/sfc_sice.f
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ subroutine sfc_sice_run &
errmsg = ''
errflg = 0

if(cplflx)then
write(*,*)'Fatal error: CCPP not been tested with cplflx=true!'
stop
endif

if (cplflx) then
where (flag_cice)
Expand Down