Skip to content

Commit

Permalink
[GH Actions] fprettify source code
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed Mar 25, 2024
1 parent 1c8704f commit d7492d5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/suews/src/suews_ctrl_driver.f95
Original file line number Diff line number Diff line change
Expand Up @@ -9569,22 +9569,22 @@ SUBROUTINE EHC_update_outputLine( &
REAL(it, KIND(1D0)), REAL(imin, KIND(1D0)), dectime]
!Define the overall output matrix to be printed out step by step
dataoutlineEHC = [ &
tsfc_out_surf, qs_surf, & !output
fill_result_x(tsfc_out_roof, n_fill), &
fill_result_x(Qn_roof, n_fill), &
fill_result_x(QS_roof, n_fill), &
fill_result_x(QE_roof, n_fill), &
fill_result_x(QH_roof, n_fill), &
fill_result_x(state_roof, n_fill), &
fill_result_x(soilstore_roof, n_fill), &
fill_result_x(tsfc_out_wall, n_fill), &
fill_result_x(Qn_wall, n_fill), &
fill_result_x(QS_wall, n_fill), &
fill_result_x(QE_wall, n_fill), &
fill_result_x(QH_wall, n_fill), &
fill_result_x(state_wall, n_fill), &
fill_result_x(soilstore_wall, n_fill) &
]
tsfc_out_surf, qs_surf, & !output
fill_result_x(tsfc_out_roof, n_fill), &
fill_result_x(Qn_roof, n_fill), &
fill_result_x(QS_roof, n_fill), &
fill_result_x(QE_roof, n_fill), &
fill_result_x(QH_roof, n_fill), &
fill_result_x(state_roof, n_fill), &
fill_result_x(soilstore_roof, n_fill), &
fill_result_x(tsfc_out_wall, n_fill), &
fill_result_x(Qn_wall, n_fill), &
fill_result_x(QS_wall, n_fill), &
fill_result_x(QE_wall, n_fill), &
fill_result_x(QH_wall, n_fill), &
fill_result_x(state_wall, n_fill), &
fill_result_x(soilstore_wall, n_fill) &
]
! set invalid values to NAN
! dataOutLineSUEWS = set_nan(dataOutLineSUEWS)

Expand Down

0 comments on commit d7492d5

Please sign in to comment.