Go to the source code of this file.
|
| module | saturation_mod |
| | Saturation physics functionality which is used throughout the code.
|
| |
|
| real(kind=default_precision) function, public | saturation_mod::qsaturation (temperature, pressure) |
| | Function to return the saturation mixing ratio over water based on tetans formular QS=3.8/(P*EXP(-17.2693882*(T-273.15)/(T-35.86))-6.109) More...
|
| |
| real(kind=default_precision) function, public | saturation_mod::dqwsatdt (saturation_mixing_ratio, temperature) |
| | Calculated the rate of change with temperature of saturation mixing ratio over liquid water. Based on tetans formular QS=3.8/(P*EXP(-17.2693882*(T-273.15)/(T-35.86))-6.109) More...
|
| |