Skip to content

Commit

Permalink
Revising noahowp_type subtype Init calls
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyREvenson committed Aug 31, 2023
1 parent 4ac6201 commit 7f29ff4
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions src/RunModule.f90
Original file line number Diff line number Diff line change
Expand Up @@ -349,22 +349,15 @@ SUBROUTINE solve_noahowp_grid(noahowpgrid)
#endif

!---------------------------------------------------------------------
! Initialize noahowp_type variables and transfer values for spatial constants
! Initialize noahowp_type subtypes
!---------------------------------------------------------------------
call levels%Init(namelist)
call levels%InitTransfer(levelsgrid)
call domain%Init(namelist)
call domain%InitTransfer(domaingrid)
call options%Init(namelist)
call options%InitTransfer(optionsgrid)
call parameters%Init(namelist)
call parameters%InitTransfer(parametersgrid)
call forcing%Init(namelist)
call forcing%InitTransfer(forcinggrid)
call energy%Init(namelist)
call energy%InitTransfer(energygrid)
call water%Init(namelist)
call water%InitTransfer(watergrid)
call levels%Init (namelist, levelsgrid )
call domain%Init (namelist, domaingrid )
call options%Init (namelist, optionsgrid )
call parameters%Init (namelist, parametersgrid)
call forcing%Init (namelist, forcinggrid )
call energy%Init (namelist, energygrid )
call water%Init (namelist, watergrid )

!---------------------------------------------------------------------
! Iterate over x and y dimensions
Expand Down

0 comments on commit 7f29ff4

Please sign in to comment.