ACCESS-NRI / dev_coupling

0 stars 0 forks source link

Move UM code and suite to github. #20

Open MartinDix opened 2 months ago

MartinDix commented 2 months ago

Follow CABLE AM3 development and move to a private github repo.

MartinDix commented 2 months ago

dev_coupling_um and dev_coupling_suite?

MartinDix commented 2 months ago

To get a git version starting at vn13.0 git svn clone -r 111272:HEAD --branches=branches/dev/kieranricardo/vn13.0_nuopc file:///g/data/ki32/mosrs/um/main

MartinDix commented 1 month ago

Is there a way to put just the UM configuration in a private repo and have the rest public?

aidanheerdegen commented 1 month ago

Is there a way to put just the UM configuration in a private repo and have the rest public?

Yes this is possible with git submodules.

The private repo will not be publicly visible, just the url/hash that it points to

https://stackoverflow.com/a/37638473