vbr-calc / vbr

The Very Broadband Rheology Calculator (VBRc): for fitting experimental data and measured properties in the Earth's upper mantle!
MIT License
20 stars 15 forks source link

Electrical Conductivity Implementations take2 #92

Open sammykojo opened 3 months ago

chrishavlin commented 3 months ago

This is a clean replacement of #73 !

chrishavlin commented 3 weeks ago

@sammykojo , a couple quick organizational notes:

  1. LoadSerp.m and ec_LUT.m shouldn't be at the top level of the repository. Not sure where you're using those functions, so not sure where you should move them :) either in Projects/ or somewhere in the vbr/vbrCore?
  2. Do you mind moving all the new ec_ functions to their own directory within vbr/vbrCore/functions/electric ? The vbr_init will recursively add paths, so you should be able to move them and everything should still work without modification.

Let me know when this is at a good for me to really dig in. Thanks for all your work on this!