We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following are defined for all autotrophs, but are only needed for calcifiers:
lname = trim(autotrophs(n)%lname) // ' Ca13CO3 Formation' sname = 'CISO_' // trim(autotrophs(n)%sname) // '_Ca13CO3_form' lname = trim(autotrophs(n)%lname) // ' Ca13CO3 Formation Vertical Integral' sname = 'CISO_' // trim(autotrophs(n)%sname) // '_Ca13CO3_form_zint' lname = trim(autotrophs(n)%lname) // ' Ca14CO3 Formation' sname = 'CISO_' // trim(autotrophs(n)%sname) // '_Ca14CO3_form' lname = trim(autotrophs(n)%lname) // ' Ca14CO3 Formation Vertical Integral' sname = 'CISO_' // trim(autotrophs(n)%sname) // '_Ca14CO3_form_zint' lname = trim(autotrophs(n)%lname) // ' d13C of CaCO3' sname = 'CISO_autotrophCaCO3_d13C_' // trim(autotrophs(n)%sname) lname = trim(autotrophs(n)%lname) // ' d14C of CaCO3' sname = 'CISO_autotrophCaCO3_d14C_' // trim(autotrophs(n)%sname)
The text was updated successfully, but these errors were encountered:
Fixed in marbl0.26.0
Sorry, something went wrong.
mnlevy1981
No branches or pull requests
The following are defined for all autotrophs, but are only needed for calcifiers:
The text was updated successfully, but these errors were encountered: