-
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
Find out and document what waveHybridCA
does
#5
Comments
Currently, usage of both the simpleWave and waveHybridCA result in dominance of the light green facies, and 100 % stratigraphic completeness. This effect (1) is present in both attached and isolated carbonate platforms and (2) vanishes as soon as sea level fluctuations are present. |
The effect is absent under productionCA (produces a mound geometry) and waveCA (drowns) when starting from the simple isolated platform bathymetry (isolated_platform.txt) |
Can you pop an image of the output in here for me to have a look at? Also, can you check and tell me the grid size for this model e.g. 200 x10 or perhaps 200x20 would be a typical size. Also, perhaps pop me the paramter input files in an e-mail and I can run it on my version of CarboCAT lite and see what happens... |
Image sent via email. |
We changed the wave energy tolerance parameters to be 0 (minimum) and 1 (maximum) for all factories, making them effectively independent of wave energy (which is effectively removing any environmental niche). This lead to the following results:
|
wave hybrid: first calculate wavesimple: if multiple facies fit in, just choose the one has the smallest WaveEnergyImbalance. If no facies has been found in this process, i.e., wave energy selection does not work, run CA and production. This is why wavehybridCA looks so similar to simplewave: the wave (niche) is calculated first. |
If you check Burgess (2013) it explains how the CA rotates the facies checking order to avoid the first choice bias. This snippet of code from the basic CA function could be popped into waveHybridCA too, of course, to cover for the sitations where the wave energy and water depth ranges do not determine which facies to choose. Or perhaps just turn wave energy calculation off and use the basic CA? Depends on the philosophy behind the triangle experiment - what EXACTLY are we trying to test with the triangle? I know in general, but perhaps some more specific thought is required to decide on the final CarboCAT formulation to use; one of my PhD examiners said to me "Model less, think more" and they definitely had a point ;-) |
No description provided.
The text was updated successfully, but these errors were encountered: