Fixed a constant in module_sf_urban.F (#1928)
commit531925eefb718c364d5425c22dbd54cc90629390
authorDan Li <47722078+DanLi-BU@users.noreply.github.com>
Thu, 7 Dec 2023 01:33:04 +0000 (6 20:33 -0500)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 01:33:04 +0000 (6 18:33 -0700)
treeec257f5bc1609b17ede621e0016e25bc0d4e7a1d
parent3557d207b5a465fcea30cf38570078ff8c17b0b3
Fixed a constant in module_sf_urban.F (#1928)

TYPE: bug fix

KEYWORDS: single-layer urban canopy model, saturated specific humidity for ground

SOURCE: Dan Li (Boston University)

DESCRIPTION OF CHANGES:
Problem:
When computing the derivative of the saturated specific humidity with respect to surface temperature for the ground in single-layer urban canopy model, the equation had a typo which involved a coefficient. It should be 0.622 (as in for example the same calculations for roof and wall) instead of 0.22.

Solution:
Change the coefficient from 0.22 to 0.622.

LIST OF MODIFIED FILES:
M    phys/module_sf_urban.F

TESTS CONDUCTED:
1. case study.
2. The Jenkins tests are all passing.

RELEASE NOTE: Fix a typo in the constant used in computing the saturated specific humidity in the single-layer urban canopy model. The effect is likely small due to the calculation is relevant only in the case of rain and on impervious surfaces when using default evaporation scheme (which is set in URBPARM.TBL).
phys/module_sf_urban.F