Skip to content

Commit

Permalink
Add L_m to model.md and tweak other *_m matrix descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
WesIngwersen committed Aug 2, 2024
1 parent d24d37c commit f6bf6f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions format_specs/Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ sectors | |
+-------+
```

The related `L_d` matrix provides direct + indirect sector inputs per dollar output that are only from the US.
The related `L_d` matrix provides direct + indirect sector inputs per dollar output for inputs that are from the US.
The related `L_m` matrix provides direct + indirect sector inputs per dollar output for inputs that are international imports if a model is built with [ExternalImportFactors](ModelSpecification.md).

#### B
The satellite matrix `B` is a `flow x sector` matrix and contains in
Expand Down Expand Up @@ -387,7 +388,7 @@ flows | |
```

The related `M_d` matrix provides direct + indirect emissions and resources per dollar output that are only from the US.
While the `M_m` matrix provides direct + indirect emissions and resources per dollar of imported goods if a model is built with [ExternalImportFactors](ModelSpecification.md).
The related `M_m` matrix provides direct + indirect emissions and resources per dollar of imported goods if a model is built with [ExternalImportFactors](ModelSpecification.md).

#### N
The matrix `N` is a `indicator x sector` matrix and contains in each column
Expand All @@ -402,4 +403,4 @@ indicators | |
```

The related `N_d` matrix provides direct + indirect impact results per dollar output that are only from the US.
While the `N_m` matrix provides direct + indirect impact results per dollar of imported goods if a model is built with [ExternalImportFactors](ModelSpecification.md).
The related `N_m` matrix provides direct + indirect impact results per dollar of imported goods if a model is built with [ExternalImportFactors](ModelSpecification.md).

0 comments on commit f6bf6f9

Please sign in to comment.