9 press_level = config_pressure_level_input;
13 statev->add_observer(*atm);
16 atm->attach_children_to_sv(*statev);
18 statev->update_state(config_initial_guess->initial_guess());
24 atm->set_surface_pressure_for_testing(x);
boost::shared_ptr< AtmosphereOco > clone() const
This clones a Atmosphere object.
Apply value function to a blitz array.
void set_surface_pressure(double x)
Set the surface pressure of the atmosphere.
This handles informing a set of interested objects when the state vector has updated.
Contains classes to abstract away details in various Spurr Radiative Transfer software.
This class maintains the atmosphere portion of the state, and uses this to set up the atmosphere and ...