diff --git a/src/Model/GroundWaterFlow/gwf-uzf.f90 b/src/Model/GroundWaterFlow/gwf-uzf.f90 index 38796164a4e..e7eca787f77 100644 --- a/src/Model/GroundWaterFlow/gwf-uzf.f90 +++ b/src/Model/GroundWaterFlow/gwf-uzf.f90 @@ -2650,7 +2650,7 @@ subroutine uzf_allocate_scalars(this) call mem_allocate(this%ibudgetout, 'IBUDGETOUT', this%memoryPath) call mem_allocate(this%ibudcsv, 'IBUDCSV', this%memoryPath) call mem_allocate(this%ipakcsv, 'IPAKCSV', this%memoryPath) - call mem_allocate(this%ntrail_pvar, 'NTRAIL', this%memoryPath) + call mem_allocate(this%ntrail_pvar, 'NTRAIL_PVAR', this%memoryPath) call mem_allocate(this%nsets, 'NSETS', this%memoryPath) call mem_allocate(this%nodes, 'NODES', this%memoryPath) call mem_allocate(this%istocb, 'ISTOCB', this%memoryPath)