Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPaskin committed Oct 10, 2024
1 parent bf3281d commit a4fbdfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/suews/src/suews_ctrl_const.f95
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ MODULE allocateArray
ncolumnsDataOutRSL = 30*4 + 5 + 13 + 2, &
ncolumnsDataOutDebug = 5 + 103 + 14 + 5 + 4 + 3 + 1, &
ncolumnsDataOutSPARTACUS = 5 + 7 + 4*15 + 3 + 6*15 + 2*15 + 4, &
ncolumnsDataOutSTEBBS = 5 + 6
ncolumnsDataOutSTEBBS = 5 + 7

! ---- Define input file headers ---------------------------------------------------------------
CHARACTER(len=20), DIMENSION(ncolumnsSiteSelect) :: HeaderSiteSelect_File !Header for SiteSelect.txt
Expand Down
2 changes: 1 addition & 1 deletion src/suews/src/suews_ctrl_output.f95
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ MODULE ctrl_output
varAttr('QS', 'W m-2', f104, 'Storage heat flux', aA, 'STEBBS', 0), &
varAttr('QEC', 'W m-2', f104, 'Energy Consumption (TEMP)', aA, 'STEBBS', 0), &
varAttr('QWaste', 'W m-2', f104, 'Waste heat flux (TEMP)', aA, 'STEBBS', 0), &
! varAttr('Qsw_abs_wr', 'W m-2', f104, 'TEMP', aA, 'STEBBS', 0), &
varAttr('Qsw_abs_wr', 'W m-2', f104, 'TEMP', aA, 'STEBBS', 0), &
varAttr('Textwallroof', 'degC', f104, 'TEMP', aA, 'STEBBS', 0) &
/

Expand Down
2 changes: 1 addition & 1 deletion src/suews/src/suews_phys_stebbs.f95
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ SUBROUTINE stebbsonlinecouple( &
! !
flginit = 1

dataOutLineSTEBBS = [QStar, QH, QS, QEC, QWaste, Qsw_absorbed_wallroof]
dataOutLineSTEBBS = [QStar, QH, QS, QEC, QWaste, Qsw_absorbed_wallroof, Textwallroof]
RETURN
! !
END ASSOCIATE
Expand Down

0 comments on commit a4fbdfd

Please sign in to comment.