Skip to content

Commit

Permalink
Remove extra use call and artifacts from merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Feb 11, 2025
1 parent 5977198 commit 13cfc2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/physics/cam7/physpkg.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,7 @@ subroutine tphysac (ztodt, cam_in, &
ifld = pbuf_get_index('AST')
call pbuf_get_field(pbuf, ifld, ast, start=(/1,1,itim_old/), kount=(/pcols,pver,1/) )

call cnst_get_ind('Q', ixq)
call cnst_get_ind('CLDLIQ', ixcldliq)
call cnst_get_ind('CLDICE', ixcldice)

Expand Down
1 change: 0 additions & 1 deletion src/physics/simple/physpkg.F90
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ subroutine phys_init( phys_state, phys_tend, pbuf2d, cam_in, cam_out )
use constituents, only: cnst_get_ind


use constituents, only: cnst_get_ind
use ccpp_constituent_prop_mod, only: ccpp_const_props_init

! Input/output arguments
Expand Down

0 comments on commit 13cfc2a

Please sign in to comment.