Instance Requirements:
r5a.4xlarge
(for full capabilities) with 45GB
of disk spacem5a.2xlarge
(for build capabilities only)Turn on instance and ssh
into instance.
git clone https://github.com/ecwood/GCAM-CDR-modeling.git
cd GCAM-CDR-modeling
screen -S setup_gcam
./setup_gcam.sh > ~/setup_gcam.log 2>&1
Ctrl-A, Ctrl-D
Important GCAM Repositories:
Runtimes:
modeltime.xml
, theoretically, but I haven't gotten it to work, giving errors like this:
ERROR:Invalid year: 2060 passed to Modeltime::getyr_to_per.
ERROR:Invalid year: 2065 passed to Modeltime::getyr_to_per.
ERROR:Invalid year: 2070 passed to Modeltime::getyr_to_per.
ERROR:Invalid year: 2075 passed to Modeltime::getyr_to_per.
ERROR:Invalid year: 2080 passed to Modeltime::getyr_to_per.
ERROR:Invalid year: 2085 passed to Modeltime::getyr_to_per.
ERROR:Invalid year: 2090 passed to Modeltime::getyr_to_per.
ERROR:Invalid year: 2095 passed to Modeltime::getyr_to_per.
ERROR:Invalid year: 2100 passed to Modeltime::getyr_to_per.
Things I've tried:
carbon_tax_20_5.xml
in the policy
spot (didn't do anything)Adding these lines to the configuration file and reverting
- <Value name="policy-target-file">../input/policy/carbon_tax_20_5.xml</Value>
+ <Value name="policy-target-file">../input/policy/forcing_target_4p5.xml</Value>
...
<Value name = "indenergy_emiss_USA">../input/gcamdata/xml/indenergy_emissions_USA.xml</Value>
<Value name = "elc_emiss_USA">../input/gcamdata/xml/elc_emissions_USA.xml</Value>
<Value name = "transport_emiss_USA">../input/gcamdata/xml/transport_emissions_USA.xml</Value>
<Value name = "prc_usa">../input/gcamdata/xml/ind_urb_processing_sectors_USA.xml</Value>
<Value name = "process_emiss_USA">../input/gcamdata/xml/ind_urb_proc_emissions_USA.xml</Value>
<Value name = "refining_emiss_USA">../input/gcamdata/xml/refinery_emissions_USA.xml</Value>
<Value name = "solver">../input/solution/cal_broyden_config.xml</Value>
<Value name = "dac">../input/gcamdata/xml/dac_ssp2.xml</Value>
<Value name = "dac_usa">../input/gcamdata/xml/dac_USA_ssp2.xml</Value>
(Didn't do anything)
- What is a dispatch?
Period 19: 2090 Model solved normally. Iterations period 19: 176. Total iterations: 15148
Period 20: 2095 Model solved normally. Iterations period 20: 283. Total iterations: 15431
Period 21: 2100 Model solved normally. Iterations period 21: 158. Total iterations: 15589
All model periods solved correctly. Model run completed. Policy Target Runner: scenario dispatch #3
Starting a model run. Running period 21 Model run beginning. Period 6: 2025 Model solved normally. Iterations period 6: 558. Total iterations: 16146