alphabetize names, standardize symbols for parametric types #907
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Addresses a comment from review of PR #834
To-do
This is currently failing because it switches the order so that the canopy model updates aux, boundary fluxes, etc first. However, in global runs, the soil albedo is updated in the soil cache in soil update aux. and therefore it is not available to the canopy (still set to zero, un-initialized) and this leads to NaNs (there is a divide by alpha_soil in the canopy two stream).
This is a bigger issue because the soil albedo needs to be the same everywhere it is used within a timestep to conserve energy.
We need to move the canopy RT (and therefore also GPP...etc) to update boundary fluxes, I think?
Content
Alphabetizes the fields of the integrated land models, and uses the same symbols for their parametric types