Skip to content

Commit

Permalink
Replace a ntill_stages_max with ntill_intensities_max.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Dec 29, 2023
1 parent d566b6d commit 693750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soilbiogeochem/TillageMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ subroutine readParams_netcdf(ncid)
end select

! Read off of netcdf file
allocate(tempr(ntill_stages_max,ndecomp_pools_max,ntill_stages_max))
allocate(tempr(ntill_intensities_max,ndecomp_pools_max,ntill_stages_max))
call ncd_io(trim(tString), tempr, 'read', ncid, readvar = readv, posNOTonfile = .true.)
if (.not. readv) then
call endrun(msg=trim(errCode)//trim(tString)//errMsg(__FILE__, __LINE__))
Expand Down

0 comments on commit 693750c

Please sign in to comment.