Skip to content

Commit

Permalink
Merge pull request #168 from NCAR/develop
Browse files Browse the repository at this point in the history
Sync with Develop for urban bug fix
  • Loading branch information
cenlinhe authored Mar 13, 2024
2 parents d4b583d + 472e051 commit 087f1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urban/wrf/module_sf_urban.F
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ SUBROUTINE urban(LSOLAR, & ! L
RB2=EPSB*( (1.-EPSG)*VFWG*VFGS*RX &
+(1.-EPSG)*EPSB*VFGW*VFWG*SIG*(TBP**4.)/60. &
+(1.-EPSB)*VFWS*(1.-2.*VFWS)*RX &
+(1.-EPSB)*VFWG*(1.-2.*VFWS)*EPSG*SIG*EPSG*TGP**4./60. &
+(1.-EPSB)*VFWG*(1.-2.*VFWS)*EPSG*SIG*TGP**4./60. &
+EPSB*(1.-EPSB)*(1.-2.*VFWS)*(1.-2.*VFWS)*SIG*TBP**4./60. )
RG=RG1+RG2
Expand Down Expand Up @@ -1416,7 +1416,7 @@ SUBROUTINE urban(LSOLAR, & ! L
RB2=EPSB*( (1.-EPSG)*VFWG*VFGS*RX &
+(1.-EPSG)*EPSB*VFGW*VFWG*SIG*(TBP**4.)/60. &
+(1.-EPSB)*VFWS*(1.-2.*VFWS)*RX &
+(1.-EPSB)*VFWG*(1.-2.*VFWS)*EPSG*SIG*EPSG*TGP**4./60. &
+(1.-EPSB)*VFWG*(1.-2.*VFWS)*EPSG*SIG*TGP**4./60. &
+EPSB*(1.-EPSB)*(1.-2.*VFWS)*(1.-2.*VFWS)*SIG*TBP**4./60. )
RG=RG1+RG2
Expand Down

0 comments on commit 087f1fd

Please sign in to comment.