Skip to content

Commit

Permalink
Move LSM vegetation lookup tables into CCPP, clean up RUC snow cover …
Browse files Browse the repository at this point in the history
…on ice initialization
  • Loading branch information
climbfuji committed Feb 4, 2021
1 parent c2fc3de commit 2e991c5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 512 deletions.
7 changes: 0 additions & 7 deletions ccpp/driver/GFS_init.F90
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@ subroutine GFS_initialize (Model, Statein, Stateout, Sfcprop, &
!--- populate the grid components
call GFS_grid_populate (Grid, Init_parm%xlon, Init_parm%xlat, Init_parm%area)

! DH* TODO - MOVE TO CCPP
! sfc_drv.f/lsm_noah_init and sfc_noahmp_drv.f/noahmpdrv_init; Note: This is
! automatically called during the CCPP physics initialization stage.
!--- initialize soil vegetation
call set_soilveg(Model%me, Model%isot, Model%ivegsrc, Model%nlunit)
! *DH

end subroutine GFS_initialize

!------------------
Expand Down
2 changes: 1 addition & 1 deletion ccpp/physics
2 changes: 0 additions & 2 deletions gfsphysics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ if(32BIT)
endif()

set(CCPP_SOURCES
physics/namelist_soilveg.f
physics/set_soilveg.f
physics/noahmp_tables.f90
)

Expand Down
49 changes: 0 additions & 49 deletions gfsphysics/physics/namelist_soilveg.f

This file was deleted.

Loading

0 comments on commit 2e991c5

Please sign in to comment.