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.
These are the 2 R parameter files to run CLM or fates for PEcAn.
Description
I changed Shawns original write_params-clm.R file so that there are 2 files: 1) is write_params-clm.R, which only deals with CLM parameter variables, and 2) write_params-fates.R, which only deals with FATES parameter variables. Both R files use the same general parameter variable name for consistency, but call the specific model parameter name. e.g. Ratio of new fine root : new leaf carbon allocations is "froot_leaf", while the specific clm and fates variable name is froot_leaf and fates_allom_l2fr, respectively.
Motivation and Context
We're trying to get the CLM coupled with PEcAn!!!!
There needs to be discussion about additional variables/parameters that we would like to add to these scripts for future CLM/FATES work, but for now these are the most important variables as stated in : https://docs.google.com/document/d/12XWb7DmmOuvRAOEDviBt-x2uCUWIRDASZA2T9u_fbY0/edit#
Review Time Estimate
Types of changes
Checklist: