-
Notifications
You must be signed in to change notification settings - Fork 318
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
Some soil decomposition history fields have the pool number rather than a description in their name #1392
Comments
I also wonder if we should add some tests that output these fields. |
@slevisconsulting let's talk about this after the CESM workshop. This is related to concerns @ekluzek raised about readability of the code. Maybe we can just add long names that are more descriptive for each model (e.g. when to define lit-met vs. lit-struc for mimcs vs. lit-met, lit-cel, lit-lig for century)? Similarly soils should be 'available', 'chemically protected' and 'physically protected' in mimics vs. active, slow & passive for century |
@ekluzek I understand you concern but have two thoughts in advance of our call. Currently the soil model uses numbering for LIT and SOIL pools
can MIMICS use the same approach here, by defining LIT_1 as METABOLIC and LIT_2 as STRUCTURAL, but then just using the numbered pools in the code? Maybe I'm not completely understanding your concern? |
Yes, I am just talking about the name on the history files, and NOT what's in the code. The code would continue to have it as a numbered pool, but the name of the history variable would include the pool description (so you don't have to look up the meaning of each numbered pool). The idea is to just make this easier for scientists who are running the model and looking at the history fields. In our discussion you suggested using a short descriptor of 3 or 4 characters, and just have it longer in the long_name. |
@ekluzek and I talked more about this and I agree with him that on the name on history fields would be more instructive and helpful for scientists looking at output. For the current BGC these should be:
Second, as it would be fine to bring this in with #1400, but the CWD work is important for the PPE branch and should be prioritized. This can go in with another bfb tag. |
This is a change in ctsm5.1.dev043. Some soil decomposition history fields now have the pool number in their name rather than description. Previously they had LIT, CEL, or MET in the name and now they have a number 1,2, or 3. I think it will be easier for people to have the description in the name rather than a number where they have to examine the code to figure out which pool it refers to.
These fields are default inactive:
DWT_FROOTN_TO_LITR_N
C13_DWT_FROOTC_TO_LITRC
C14_DWT_FROOTC_TO_LITR*_C
@wwieder
The text was updated successfully, but these errors were encountered: