-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dissolution, physical erosion and emperical denudation impletement #26
Conversation
extract files from a private database and download it to local files. Still need an url, which makes mass pruduction of data less easy
Hi @jhidding , we met a problem:
This basically says the defination of Facies is still in the old version, while the Facies I am now using is new version (i.e., with reactivesurface, density and infiltration co-eff). We know it's gonna be solved in DSL branch but what sbould we do right now? |
Are you importing it from |
yes |
Different question:
Dissolution from DissolutionMod , it seems each struct needs to be imported individually in a separate line. Is there a clever way of doing this?
|
That I don't understand: all the relevant structs are exported in |
|
@xyl96 I assume that was an accident? |
if only using |
That's not behaviour I can reproduce. The relevant structs are explicitly exported in
|
Yes I know, we have exported from Denudation.jl, but when trying to run it, it just says ```Dissolution not defined''' |
Ok, a little bit on communication here: when you're claiming something doesn't work, be very precise: what are you running and what is the exact error you're getting? Don't be lazy here. |
src/Burgess2013/Config.jl
Outdated
# maximum_growth_rate = 100u"m/Myr", | ||
# extinction_coefficient = 0.005u"m^-1", | ||
# saturation_intensity = 60u"W/m^2") | ||
# ] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't do this kind of SHIT!
Adding new features including chemical dissolution, physical erosion and emperical denudation into the main branch. Unit test is not included and will be included afterwards. Please check it and we can discuss whether these codes meet the goals set in the documentation.