Skip to content

Commit

Permalink
Merge pull request #56 from jdebacker/country_code
Browse files Browse the repository at this point in the history
Add country code
  • Loading branch information
jdebacker authored Jun 28, 2024
2 parents b1c01d0 + 9ec29a0 commit e8e0fcb
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 e8e0fcb

Please sign in to comment.