Skip to content

Commit

Permalink
Merge pull request #21 from climbfuji/gnu_bugfix_update_ca
Browse files Browse the repository at this point in the history
update_ca.F90: bugfix for GNU compiler
  • Loading branch information
pjpegion authored May 11, 2020
2 parents dfae403 + 012d41c commit 847aae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_ca.F90
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ subroutine update_cells_sgs(kstep,nca,nxc,nyc,nxch,nych,nlon,nlat,CA,ca_plumes,i
incj=incj+ncells
ENDDO

if(nca_plumes == .true.) then
if(nca_plumes) then
!COMPUTE NUMBER OF CLUSTERS (CONVECTIVE PLUMES) IN EACH CA-CELL
!Note, at the moment we only use the count of the plumes found in a grid-cell
!In the future the routine "plumes" can also be used to give the size of
Expand Down

0 comments on commit 847aae1

Please sign in to comment.