Changeset 1709 for trunk/src/STAtmosphere.h
- Timestamp:
- 03/17/10 14:24:21 (16 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/STAtmosphere.h (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/STAtmosphere.hr1708 r1709 121 121 size_t nLayers() const; 122 122 123 /** 124 * Determine the saturation pressure of water vapour for the given temperature. 125 * 126 * Reference: 127 * Waters, Refraction effects in the neutral atmosphere. Methods of 128 * Experimental Physics, vol 12B, p 186-200 (1976). 129 * 130 * @param[in] temperature temperature in K 131 * @return vapour saturation pressure (Pascals) 132 **/ 133 static double wvSaturationPressure(double temperature); 134 123 135 private: 124 136 … … 143 155 144 156 // ground level pressure (Pascals) 145 double its Pressure;157 double itsGndPressure; 146 158 147 159 // ground level humidity (fraction) 148 double its Humidity;160 double itsGndHumidity; 149 161 150 162 // lapse rate (K/m) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
