cboisvenue / spadesCBM

A Carbon Budget family of modules for SpaDES - logic from CBM-CFS3
2 stars 2 forks source link

some data files for the default example (SK) do not get copied when repo is cloned #36

Open cboisvenue opened 3 years ago

cboisvenue commented 3 years ago

Files in individual modules that are necessary to run the example simulations for SK are not copied. These include:

All these are available on this google drive: https://drive.google.com/drive/folders/1OBDTp1v_3b3D3Yvg1pHLiW6A_GRklgpD?usp=sharing

.inputsObject needs to be changed to read these files in off the cloud.

achubaty commented 3 years ago

This is by design. GitHub is not the appropriate place to store large data files, so we rely on downloading those necessary file during simInit (specifically when running .inputObjects). I'll double check to ensure that all necessary files have the correct URLs provided.

cboisvenue commented 3 years ago

None of these files currently have a functional URL in the .input object. Yes, I understand that this is by design and agree with this. So this issue is really "make the URLs work for these files".