Skip to content

Commit

Permalink
add country code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jun 27, 2024
1 parent b1c01d0 commit 9ec29a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ogzaf/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def __init__(
p.T,
0,
99,
country_id="710",
initial_data_year=p.start_year - 1,
final_data_year=p.start_year + 1,
GraphDiag=False,
Expand All @@ -77,6 +78,7 @@ def __init__(
p.T,
0,
99,
country_id="710",
initial_data_year=p.start_year - 1,
final_data_year=p.start_year + 1,
GraphDiag=False,
Expand Down

0 comments on commit 9ec29a0

Please sign in to comment.