SGL-UT / GPSTk

ATTENTION: This repository has been moved and is for archival purposes only. GPSTk toolkit has been renamed to GNSSTK and has been split into two new separate repositories. GNSSTK now only contains libraries while the other repository GNSSTK-APPS contains only applications. The rename and split into libraries and applications started with version v12.0.0 on September 2021. GPSTk --> GNSSTK at https://gitlab.com/sgl-ut/gnsstk --> GNSSTK-APPS at https://gitlab.com/sgl-ut/gnsstk-apps
Other
339 stars 182 forks source link

SaasTropModel Humidity Confusion #74

Open sailvssea opened 3 years ago

sailvssea commented 3 years ago

]The setWeather function in SaasTropModel tried to transform relative humidity into actual water vapor pressure and set the value to "humid" value. [LINE 371] However, in the wet_zenith_delay function, the computation of pwv tried to use "humid" value, which did not actually represent the relative humidity. This is confused me about the calculation of ZWD in the saastamoinen model.