11 IfstreamCs press_data(test_data_dir() +
"/in/meteorology/pressure_in");
13 blitz::Array<double, 1> pressure_array;
16 press_data >> pressure_array;
17 psurf_val = pressure_array(pressure_array.rows()-1);
22 pressure.reset(
new PressureSigma(pressure_array, psurf_val,
false));
This class maintains the pressure portion of the state.
This class reads and writes a HDF5 file.
Apply value function to a blitz array.
This class implements and example Meteorological reader that reads data from an HDF file with dataset...
It can be convenient to allow comments in a text data file that are ignored by the program reading it...
Contains classes to abstract away details in various Spurr Radiative Transfer software.