Skip to content
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

Un-necessary CISO diagnostics #226

Closed
mnlevy1981 opened this issue Jan 29, 2018 · 1 comment
Closed

Un-necessary CISO diagnostics #226

mnlevy1981 opened this issue Jan 29, 2018 · 1 comment
Assignees
Milestone

Comments

@mnlevy1981
Copy link
Collaborator

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)
@mnlevy1981
Copy link
Collaborator Author

Fixed in marbl0.26.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant