Skip to content

Commit

Permalink
fix initiation of sedfluxb (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik authored Sep 13, 2024
1 parent 1a333a3 commit 0b45bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hamocc/mo_carbch.F90
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ subroutine alloc_mem_carbch(kpie,kpje,kpke)
endif
allocate (sedfluxb(kpie,kpje,nsedtra),stat=errstat)
if(errstat.ne.0) stop 'not enough memory sedfluxb'
sedfluxo(:,:,:) = 0.0
sedfluxb(:,:,:) = 0.0

if (mnproc.eq.1) then
write(io_stdo_bgc,*)'Memory allocation for variable satn2o ...'
Expand Down

0 comments on commit 0b45bd7

Please sign in to comment.