Skip to content

Commit

Permalink
Specify posNOTonfile=.true. in call of ncd_io() for till_decompk_mult…
Browse files Browse the repository at this point in the history
…ipliers.
  • Loading branch information
samsrabin committed Dec 29, 2023
1 parent d1f08a7 commit d566b6d
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 @@ -146,7 +146,7 @@ subroutine readParams_netcdf(ncid)

! Read off of netcdf file
allocate(tempr(ntill_stages_max,ndecomp_pools_max,ntill_stages_max))
call ncd_io(trim(tString), tempr, 'read', ncid, readvar = readv)
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__))
end if
Expand Down

0 comments on commit d566b6d

Please sign in to comment.