Exemple #1
0
    def test_atmosphere_one_station(self):
        "Model 'weather_station'"

        model = PISM.AtmosphereWeatherStation(self.grid)

        model.init(self.geometry)

        model.update(self.geometry, 0, 1)

        check_model(model,
                    P=self.P,
                    T=self.T,
                    ts=[0.5],
                    Ts=[self.T],
                    Ps=[self.P])