jaredec18

Untitled

Sep 19th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. 1) Highest air temperature = San Diego, CA
  2.  
  3. 2) Highest dew point temperature = Miami, FL
  4.  
  5. Explanation- These two are clearly visible from the given data.
  6.  
  7. Now,
  8.  
  9. Saturation vapour pressure = 6.11 × e^((17.67×T)/(243.5+T))
  10.  
  11. Here, T= Temperature in Celsius
  12.  
  13. Temp in C = 5(Temp in F-32)/9
  14.  
  15. 3) Highest saturation vapour pressure = San Diego, CA
  16.  
  17. Temp in Celsius = 5 ( 87-32)/9 = 30.55 degrees
  18.  
  19. Saturation vapour pressure = 43.81718
  20.  
  21. Now,
  22.  
  23. Vapour pressure = 6.11 × e^((17.67×Td)/(243.5+Td))
  24.  
  25. 4) Highest vapour pressure = Miami, FL
  26.  
  27. Vapour pressure = 29.624
  28.  
  29. Now,
  30.  
  31. Td = T - (100 - RH)/5
  32.  
  33. => RH = 100 - (5×(T - Td))
  34.  
  35. 5) Highest relative humidity = Fargo, ND
  36.  
  37. Relative humidity(%) = 100 - (5×(5.55-3.33)) = 88.9
  38.  
  39. 6) Lowest air temperature = Fargo, ND
  40.  
  41. 7)Lowest dew point temperature= Fargo, ND
  42.  
  43. 8) Lowest saturation vapour pressure = Fargo, ND
  44.  
  45. Saturation vapour pressure = 9.061
  46.  
  47. 9) Lowest vapour pressure = Fargo, ND
  48.  
  49. Vapour pressure = 7.7566
  50.  
  51. 10) Lowest relative humidity = San Diego, CA
  52.  
  53. Relative humidity(%) = 100 - 5×(30.55-10.55) = 0
  54.  
  55. All the temperatures were converted to Celcius during calculations.
Advertisement
Add Comment
Please, Sign In to add comment