Skip to content

Commit

Permalink
Removing unused module variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jun 28, 2024
1 parent 883eb38 commit 4b06174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physics/simple/tj2016_cam.F90
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ subroutine Thatcher_Jablonowski_precip_tend(state, ptend, ztodt, pbuf)
!-----------------------------------------------------------------------
use physics_types, only: physics_state, physics_ptend
use physics_types, only: physics_ptend_init
use physconst, only: gravit, cappa, latvap, rh2o, epsilo, rhoh2o
use physconst, only: gravit, latvap, rh2o, epsilo, rhoh2o
use hycoef, only: ps0, etamid
use air_composition, only: cpairv, rairv
use TJ2016_precip, only: tj2016_precip_run
Expand Down

0 comments on commit 4b06174

Please sign in to comment.