Skip to content

Commit

Permalink
Number of ground layers can now be changed from configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
VirveKarsisto committed Aug 17, 2023
1 parent 9a70e04 commit cd1afbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Initialization.f90
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ subroutine ground_prop_init(NLayers,ground)
use RoadSurfVariables
implicit none
Integer, intent(IN) :: Nlayers !< Number of ground layers
type(groundVariables), intent(OUT) :: ground !< Variables for ground
type(groundVariables), intent(INOUT) :: ground !< Variables for ground
!< properties

Integer :: j, i
Expand Down Expand Up @@ -219,7 +219,7 @@ Subroutine initDepth(ground, NLayers)
implicit none

integer, intent(IN)::NLayers !< Number of ground layers
type(groundVariables), intent(OUT) :: ground !< Variables for ground
type(groundVariables), intent(INOUT) :: ground !< Variables for ground
!< properties
real(8):: ZAdd
integer ::I
Expand Down

0 comments on commit cd1afbf

Please sign in to comment.