File:Vapor pressure difference ice supercooled water.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 565 × 330 pixels, file size: 46 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description
English: Difference of the saturation pressure of water vapor with respect to ice and supercooled liquid water, in the range of -50°C to 0°C.
Date
Source

Own work

Formulae (7) and (10) from D. M. Murphy and T. Koop: "Review of the vapour pressures of ice and supercooled water for atmospheric applications", Q. J. R. Meteorol. Soc. 131 (2005), pp. 1539–1565, doi:10.1256/qj.04.94
Author Földhegy
Other versions
Saturation vapour pressure with respect to water and ice, respectively
SVG development
InfoField
 
The source code of this SVG is invalid due to an error.
 
This W3C-invalid chart was created with Matplotlib.
Source code
InfoField

Python code

import numpy as np
import matplotlib.pyplot as plt
# Vapor pressure of ice and supercooled water (Temperature T in K)
def p_ice(T):
    return np.exp(9.550426-5723.265/T+3.53068*np.log(T)-0.00728332*T)
def p_liq(T):
    ln_p_liq=54.842763-6763.22/T-4.210*np.log(T)+0.000367*T+np.tanh(0.0415*(T-218.8))*(53.878-1331.22/T-9.44523*np.log(T)+0.014025*T)
    return np.exp(ln_p_liq)

T1=-50
T2=0
ls=np.linspace(T1,T2,500)
fig,ax=plt.subplots(figsize=(7,4))
ax.plot(ls,p_ice(ls+273.15)-p_liq(ls+273.15),'C9-',label=r'$p_{ice}-p_{liquid}$')

ax.legend(loc='lower left')
ax.minorticks_on()
ax.grid(alpha=0.3)
ax.set(xlim=(T1,T2))

ax.set_ylabel('Partial pressure of water vapor [Pa]',fontsize=12)
ax.set_xlabel('Temperature [°C]',fontsize=12)
fig.savefig('Vapor_pressure_difference_ice_supercooled_water.svg', format='svg', bbox_inches='tight')

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current11:59, 2 February 2020Thumbnail for version as of 11:59, 2 February 2020565 × 330 (46 KB)Földhegy (talk | contribs)== {{int:filedesc}} == {{Information |description ={{en|1=Difference of the {{w|Vapor pressure|saturation pressure}} of water vapor with respect to ice and supercooled liquid water, in the range of -50°C to 0°C.}} |date =2020-01-02 |source ={{own}} |other_versions=200px|thumb|left|Saturation vapour pressure with respect to water and ice, respectively |author ={{u|Földhegy}} }} == {{int:license-header}} == {{self|cc-by...

The following page uses this file:

Metadata