Skip to content

Error in hector install instructions for GCAM source package #199

@rjplevin

Description

@rjplevin

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions