File tree Expand file tree Collapse file tree 4 files changed +51
-0
lines changed
src/earthkit/meteo/vertical Expand file tree Collapse file tree 4 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ # (C) Copyright 2021 ECMWF.
2+ #
3+ # This software is licensed under the terms of the Apache Licence Version 2.0
4+ # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+ # In applying this licence, ECMWF does not waive the privileges and immunities
6+ # granted to it by virtue of its status as an intergovernmental organisation
7+ # nor does it submit to any jurisdiction.
8+ #
9+
10+ """
11+ Vertical computation functions.
12+
13+ The API is split into two levels. The low level functions are in the ``array`` submodule and they
14+ can be used to operate on numpy arrays. The high level functions are still to be developed and
15+ planned to work with objects like *earthkit.data FieldLists* or *xarray DataSets*.
16+ """
17+
18+
19+ from .vertical import * # noqa
Original file line number Diff line number Diff line change 1+ # (C) Copyright 2021 ECMWF.
2+ #
3+ # This software is licensed under the terms of the Apache Licence Version 2.0
4+ # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+ # In applying this licence, ECMWF does not waive the privileges and immunities
6+ # granted to it by virtue of its status as an intergovernmental organisation
7+ # nor does it submit to any jurisdiction.
8+ #
9+
10+ """
11+ Vertical computation functions operating on numpy arrays.
12+ """
13+
14+ from .vertical import * # noqa
Original file line number Diff line number Diff line change 1+ # (C) Copyright 2021 ECMWF.
2+ #
3+ # This software is licensed under the terms of the Apache Licence Version 2.0
4+ # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+ # In applying this licence, ECMWF does not waive the privileges and immunities
6+ # granted to it by virtue of its status as an intergovernmental organisation
7+ # nor does it submit to any jurisdiction.
8+ #
Original file line number Diff line number Diff line change 1+ # (C) Copyright 2021 ECMWF.
2+ #
3+ # This software is licensed under the terms of the Apache Licence Version 2.0
4+ # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5+ # In applying this licence, ECMWF does not waive the privileges and immunities
6+ # granted to it by virtue of its status as an intergovernmental organisation
7+ # nor does it submit to any jurisdiction.
8+ #
9+
10+ # from . import array
You can’t perform that action at this time.
0 commit comments