Skip to content

Commit

Permalink
advanced packages need eqnsclfac parameter, updated docstrings in adv…
Browse files Browse the repository at this point in the history
…anced transport packages
  • Loading branch information
emorway-usgs committed Nov 6, 2023
1 parent 58ba334 commit 47a360b
Show file tree
Hide file tree
Showing 6 changed files with 362 additions and 622 deletions.
8 changes: 4 additions & 4 deletions src/Model/GroundWaterTransport/gwt1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -793,16 +793,16 @@ subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, &
call src_create(packobj, ipakid, ipaknum, inunit, iout, this%name, pakname)
case ('LKT6')
call lkt_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%fmi)
pakname, this%fmi, this%eqnsclfac)
case ('SFT6')
call sft_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%fmi)
pakname, this%fmi, this%eqnsclfac)
case ('MWT6')
call mwt_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%fmi)
pakname, this%fmi, this%eqnsclfac)
case ('UZT6')
call uzt_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%fmi)
pakname, this%fmi, this%eqnsclfac)
case ('IST6')
call ist_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%fmi, this%mst)
Expand Down
Loading

0 comments on commit 47a360b

Please sign in to comment.