Skip to content

Commit

Permalink
revert changes as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
Man Zhang authored and Man Zhang committed Jun 14, 2022
1 parent 206e94f commit 1de4a35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion physics/radlw_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ module rrtmg_lw

! --- public accessable subprograms

public rrtmg_lw_run, rlwinit
public rrtmg_lw_run, rrtmg_lw_finalize, rlwinit


! ================
Expand Down Expand Up @@ -1303,6 +1303,8 @@ subroutine rrtmg_lw_run &
!...................................
end subroutine rrtmg_lw_run
!-----------------------------------
subroutine rrtmg_lw_finalize ()
end subroutine rrtmg_lw_finalize

!> \ingroup module_radlw_main
!> \brief This subroutine performs calculations necessary for the initialization
Expand Down
5 changes: 4 additions & 1 deletion physics/radsw_main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ module rrtmg_sw

! --- public accessable subprograms

public rrtmg_sw_run, rswinit
public rrtmg_sw_run, rrtmg_sw_finalize, rswinit

! =================
contains
Expand Down Expand Up @@ -1381,6 +1381,9 @@ subroutine rrtmg_sw_run &
end subroutine rrtmg_sw_run
!-----------------------------------

subroutine rrtmg_sw_finalize ()
end subroutine rrtmg_sw_finalize

!>\ingroup module_radsw_main
!> This subroutine initializes non-varying module variables, conversion
!! factors, and look-up tables.
Expand Down

0 comments on commit 1de4a35

Please sign in to comment.