Skip to content

Commit

Permalink
fprettify
Browse files Browse the repository at this point in the history
  • Loading branch information
emorway-usgs committed Jan 26, 2024
1 parent dff7833 commit af792f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions src/Model/GroundWaterEnergy/gwe1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -788,12 +788,12 @@ subroutine package_create(this, filtyp, ipakid, ipaknum, pakname, mempath, &
!
! -- This part creates the package object
select case (filtyp)
case ('CTP6')
call ctp_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%depvartype, mempath)
case ('ESL6')
call esl_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%gwecommon)
case ('CTP6')
call ctp_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%depvartype, mempath)
case ('ESL6')
call esl_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
pakname, this%gwecommon)
!case ('LKE6')
! call lke_create(packobj, ipakid, ipaknum, inunit, iout, this%name, &
! pakname, this%fmi, this%tsplab, this%eqnsclfac, &
Expand Down Expand Up @@ -961,13 +961,13 @@ subroutine create_gwe_packages(this, indis)
!
! -- create dis package as it is a prerequisite for other packages
select case (pkgtype)
case ('EST6')
this%inest = inunit
case ('CND6')
this%incnd = 1
mempathcnd = mempath
case ('CTP6', 'ESL6', 'LKE6', 'SFE6', &
'MWE6', 'UZE6', 'API6')
case ('EST6')
this%inest = inunit
case ('CND6')
this%incnd = 1
mempathcnd = mempath
case ('CTP6', 'ESL6', 'LKE6', 'SFE6', &
'MWE6', 'UZE6', 'API6')
call expandarray(bndpkgs)
bndpkgs(size(bndpkgs)) = n
case default
Expand Down
4 changes: 2 additions & 2 deletions src/Model/GroundWaterEnergy/gwe1esl1.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module GweEslModule
procedure, public :: bnd_df_obs => esl_df_obs
! -- methods for time series
procedure, public :: bnd_rp_ts => esl_rp_ts

end type GweEslType

contains
Expand Down Expand Up @@ -223,7 +223,7 @@ subroutine define_listlabel(this)
end subroutine define_listlabel

! -- Procedures related to observations

!> @brief Support function for specified energy source loading observations
!!
!! This function:
Expand Down

0 comments on commit af792f5

Please sign in to comment.