Skip to content

Commit 3dc2557

Browse files
committed
Add stub files for .model.magpie
1 parent 43ce610 commit 3dc2557

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

doc/model/magpie.rst

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
MESSAGEix-MAgPIE
2+
****************
3+
4+
.. warning:: This documentation describes code that is **in development**.
5+
The code may not be generally usable outside the exact case(s) described on this and linked pages.
6+
7+
**MESSAGEix-MAgPIE** refers to a models that use `MAgPIE <https://www.pik-potsdam.de/en/institute/departments/activities/land-use-modelling/magpie>`__ to model land use in combination with MESSAGE.
8+
This arrangement is roughly analysis to the relationship between MESSAGE and GLOBIOM in the :doc:`/global/index`.
9+
10+
Usage
11+
=====
12+
13+
.. todo:: Describe how the MESSAGE-MAgPIE linked models are built, solved and reported.

message_ix_models/model/magpie.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""MESSAGE-MAgPIE integration."""
2+
# NB If the code requires multiple sub-modules, this file will be moved to
3+
# /model/magpie/__init__.py

message_ix_models/tests/model/test_magpie.py

Whitespace-only changes.

0 commit comments

Comments
 (0)