Skip to content

Commit

Permalink
Doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Nov 21, 2024
1 parent 96e5198 commit 7496933
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions physics/MP/GFDL/v3_2022/gfdl_cloud_microphys_v3.F90
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ subroutine gfdl_cloud_microphys_v3_run(
reset, effr_in, rew, rei, rer, res, reg, &
cplchm, pfi_lsan, pfl_lsan, errmsg, errflg)

use machine, only: kind_phys, kind_dyn
use machine, only: kind_phys, kind_dyn, kind_dbl_prec

implicit none

Expand Down Expand Up @@ -183,7 +183,8 @@ subroutine gfdl_cloud_microphys_v3_run(
real(kind=kind_phys), dimension(1:im,1,1:levs) :: pfils, pflls
real(kind=kind_phys), dimension(1:im,1,1:levs) :: adj_vmr, te
real(kind=kind_phys), dimension(1:im,1:levs) :: prefluxw, prefluxr, prefluxi, prefluxs, prefluxg
real(kind=kind_phys), dimension(1:im) :: dte, hs, gsize
real(kind=kind_phys), dimension(1:im) :: hs, gsize
real(kind=kind_dbl_prec), dimension(1:im) :: dte
!real(kind=kind_phys), dimension(:,:), allocatable :: den
real(kind=kind_phys), dimension(1:im) :: water0
real(kind=kind_phys) :: onebg
Expand Down

0 comments on commit 7496933

Please sign in to comment.