Skip to content

Commit

Permalink
Merge pull request #357 from UMEP-dev/vlavor/issue338
Browse files Browse the repository at this point in the history
including calculation of psihat at building height level
  • Loading branch information
sunt05 authored Feb 4, 2025
2 parents 1fa88eb + 452be35 commit e888040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/suews/src/suews_phys_rslprof.f95
Original file line number Diff line number Diff line change
Expand Up @@ -1062,9 +1062,11 @@ SUBROUTINE RSLProfile_DTS( &
! Step 0: Calculate grid-cell dependent constants and Beta (crucial for H&F method)
CALL RSL_cal_prms( &
StabilityMethod, & !input
nz_above, zarray(nz_can + 1:nz), & !input
!nz_above, zarray(nz_can + 1: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 + 1:nz), psihath_z(nz_can + 1:nz), & !output
psihatm_z(nz_can:nz), psihath_z(nz_can:nz), & !output
zH_RSL, L_MOD_RSL, & ! output
Lc, beta, zd_RSL, z0_RSL, elm, Scc, fx)

Expand Down
Binary file modified test/data_test/sample_output.pkl
Binary file not shown.

0 comments on commit e888040

Please sign in to comment.