CIRDLES / Squid

Squid3 is being developed by the Cyber Infrastructure Research and Development Lab for the Earth Sciences (CIRDLES.org) at the College of Charleston, Charleston, SC and Geoscience Australia as a re-implementation in Java of Ken Ludwig's Squid 2.5. - please contribute your expertise!
http://cirdles.org/projects/squid/
Apache License 2.0
12 stars 24 forks source link

Reference Material Models #347

Closed cwmagee closed 4 years ago

cwmagee commented 5 years ago

Is there an easy way to organize a library of RM and CRM models so that we know what people have made, what remains to be done, and which ones are buggy?

ryanickert commented 5 years ago

Sounds like you’re describing a GitHub repo.

On Fri, Jun 28, 2019 at 5:24 AM Chuck Magee notifications@github.com wrote:

Is there an easy way to organize a library or RM and CRM models so that we know what people have made, what remains to be done, and which ones are buggy?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CIRDLES/Squid/issues/347?email_source=notifications&email_token=AB22FEB6L3MNW3DCETXZWJTP4WG77A5CNFSM4H4B75AKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G4HIGSA, or mute the thread https://github.com/notifications/unsubscribe-auth/AB22FEAXPZB7FSVYDFT6CC3P4WG77ANCNFSM4H4B75AA .

-- Ryan Ickert

bowring commented 4 years ago

The models can be easily exported in xml format from Squid3 parameter manager and then managed as suggested by @ryanickert, for example. Each copy of Squid3 maintains copies of the models it is using or has used. The versioning mechanism in the models should help with keeping track of them. It would seem this is a community task?