Skip to content

Commit

Permalink
[GH Actions] fprettify source code
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorlavor committed Feb 4, 2025
1 parent d28627b commit 73a73f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suews/src/suews_phys_rslprof.f95
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ SUBROUTINE RSLProfile_DTS( &
CALL RSL_cal_prms( &
StabilityMethod, & !input
!nz_above, zarray(nz_can + 1:nz), & !input
nz_above+1, zarray(nz_can:nz), & !input
nz_above + 1, zarray(nz_can:nz), & !input
zh, L_MOD, sfr_surf, FAI, PAI, & !input
!psihatm_z(nz_can + 1:nz), psihath_z(nz_can + 1:nz), & !output
psihatm_z(nz_can:nz), psihath_z(nz_can:nz), & !output
Expand Down

0 comments on commit 73a73f4

Please sign in to comment.