File tree 14 files changed +49
-22
lines changed
14 files changed +49
-22
lines changed Original file line number Diff line number Diff line change 1
- # (C) Copyright 2023 European Centre for Medium-Range Weather Forecasts.
1
+ # (C) Copyright 2024 Anemoi contributors.
2
+ #
2
3
# This software is licensed under the terms of the Apache Licence Version 2.0
3
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
4
6
# In applying this licence, ECMWF does not waive the privileges and immunities
5
7
# granted to it by virtue of its status as an intergovernmental organisation
6
8
# nor does it submit to any jurisdiction.
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
2
- # (C) Copyright 2024 ECMWF.
1
+ # (C) Copyright 2024 Anemoi contributors.
3
2
#
4
3
# This software is licensed under the terms of the Apache Licence Version 2.0
5
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
6
6
# In applying this licence, ECMWF does not waive the privileges and immunities
7
7
# granted to it by virtue of its status as an intergovernmental organisation
8
8
# nor does it submit to any jurisdiction.
9
- #
10
9
11
10
from anemoi .utils .cli import cli_main
12
11
from anemoi .utils .cli import make_parser
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
2
- # (C) Copyright 2024 ECMWF.
1
+ # (C) Copyright 2024 Anemoi contributors.
3
2
#
4
3
# This software is licensed under the terms of the Apache Licence Version 2.0
5
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
6
6
# In applying this licence, ECMWF does not waive the privileges and immunities
7
7
# granted to it by virtue of its status as an intergovernmental organisation
8
8
# nor does it submit to any jurisdiction.
9
- #
10
9
11
10
import os
12
11
Original file line number Diff line number Diff line change
1
+ # (C) Copyright 2024 Anemoi contributors.
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
+ #
6
+ # In applying this licence, ECMWF does not waive the privileges and immunities
7
+ # granted to it by virtue of its status as an intergovernmental organisation
8
+ # nor does it submit to any jurisdiction.
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2023 ECMWF .
1
+ # (C) Copyright 2024 Anemoi contributors .
2
2
#
3
3
# This software is licensed under the terms of the Apache Licence Version 2.0
4
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
5
6
# In applying this licence, ECMWF does not waive the privileges and immunities
6
7
# granted to it by virtue of its status as an intergovernmental organisation
7
8
# nor does it submit to any jurisdiction.
8
- #
9
9
10
10
import datetime
11
11
import json
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2020 ECMWF .
1
+ # (C) Copyright 2024 Anemoi contributors .
2
2
#
3
3
# This software is licensed under the terms of the Apache Licence Version 2.0
4
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
5
6
# In applying this licence, ECMWF does not waive the privileges and immunities
6
7
# granted to it by virtue of its status as an intergovernmental organisation
7
8
# nor does it submit to any jurisdiction.
8
- #
9
9
10
10
11
11
import importlib
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2024 ECMWF.
1
+ # (C) Copyright 2024 Anemoi contributors.
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
+ #
6
+ # In applying this licence, ECMWF does not waive the privileges and immunities
7
+ # granted to it by virtue of its status as an intergovernmental organisation
8
+ # nor does it submit to any jurisdiction.
2
9
#
3
10
# This software is licensed under the terms of the Apache Licence Version 2.0
4
11
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2024 ECMWF .
1
+ # (C) Copyright 2024 Anemoi contributors .
2
2
#
3
3
# This software is licensed under the terms of the Apache Licence Version 2.0
4
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
5
6
# In applying this licence, ECMWF does not waive the privileges and immunities
6
7
# granted to it by virtue of its status as an intergovernmental organisation
7
8
# nor does it submit to any jurisdiction.
8
- #
9
9
10
10
import glob
11
11
import logging
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2024 ECMWF .
1
+ # (C) Copyright 2024 Anemoi contributors .
2
2
#
3
3
# This software is licensed under the terms of the Apache Licence Version 2.0
4
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
5
6
# In applying this licence, ECMWF does not waive the privileges and immunities
6
7
# granted to it by virtue of its status as an intergovernmental organisation
7
8
# nor does it submit to any jurisdiction.
8
- #
9
9
10
10
import logging
11
11
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2023 ECMWF .
1
+ # (C) Copyright 2024 Anemoi contributors .
2
2
#
3
3
# This software is licensed under the terms of the Apache Licence Version 2.0
4
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
5
6
# In applying this licence, ECMWF does not waive the privileges and immunities
6
7
# granted to it by virtue of its status as an intergovernmental organisation
7
8
# nor does it submit to any jurisdiction.
8
- #
9
9
10
10
import logging
11
11
from copy import deepcopy
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2024 ECMWF .
1
+ # (C) Copyright 2024 Anemoi contributors .
2
2
#
3
3
# This software is licensed under the terms of the Apache Licence Version 2.0
4
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
5
6
# In applying this licence, ECMWF does not waive the privileges and immunities
6
7
# granted to it by virtue of its status as an intergovernmental organisation
7
8
# nor does it submit to any jurisdiction.
8
- #
9
9
import datetime
10
10
import glob
11
11
import hashlib
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2023 European Centre for Medium-Range Weather Forecasts.
1
+ # (C) Copyright 2024 Anemoi contributors.
2
+ #
2
3
# This software is licensed under the terms of the Apache Licence Version 2.0
3
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
4
6
# In applying this licence, ECMWF does not waive the privileges and immunities
5
7
# granted to it by virtue of its status as an intergovernmental organisation
6
8
# nor does it submit to any jurisdiction.
Original file line number Diff line number Diff line change 1
- # (C) Copyright 2023 European Centre for Medium-Range Weather Forecasts.
1
+ # (C) Copyright 2024 Anemoi contributors.
2
+ #
2
3
# This software is licensed under the terms of the Apache Licence Version 2.0
3
4
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5
+ #
4
6
# In applying this licence, ECMWF does not waive the privileges and immunities
5
7
# granted to it by virtue of its status as an intergovernmental organisation
6
8
# nor does it submit to any jurisdiction.
Original file line number Diff line number Diff line change
1
+ # (C) Copyright 2024 Anemoi contributors.
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
+ #
6
+ # In applying this licence, ECMWF does not waive the privileges and immunities
7
+ # granted to it by virtue of its status as an intergovernmental organisation
8
+ # nor does it submit to any jurisdiction.
You can’t perform that action at this time.
0 commit comments