Exemple #1
0
    def test_atmosphere_searise_greenland(self):
        "Model 'searise_greenland'"

        model = PISM.AtmosphereSeaRISEGreenland(self.grid)

        model.init(self.geometry)

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

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