You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have simply downloaded the standalone GCAM release Source code then you will have to go to Hector page on Git hub and download the branch gcam-integrationv3. You can then unpack and move into place hector:
cd <GCAM Workspace>/cvs/objects/climate/source
unzip gcam-integrationv3.zip
mv hector-gcam-integration hector
The zipped source download has an empty directory .../objects/climate/source/hector which must be removed (or renamed) before the mv command above to avoid moving hector-gcam-integration into that directory, rather than replacing it. So it should read:
cd <GCAM Workspace>/cvs/objects/climate/source
unzip gcam-integrationv3.zip
rmdir hector
mv hector-gcam-integration hector
The text was updated successfully, but these errors were encountered:
The build instructions say:
If you have simply downloaded the standalone GCAM release Source code then you will have to go to Hector page on Git hub and download the branch gcam-integrationv3. You can then unpack and move into place hector:
The zipped source download has an empty directory
.../objects/climate/source/hector
which must be removed (or renamed) before themv
command above to avoid movinghector-gcam-integration
into that directory, rather than replacing it. So it should read:The text was updated successfully, but these errors were encountered: