-
Notifications
You must be signed in to change notification settings - Fork 317
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
Add a list of real parameters as part of what CLM build-namelist does #148
Comments
Erik Kluzek < erik > - 2016-11-01 16:07:19 -0600 Here's what an initial list looks like: This includes things used for mksurfdata ! Visible and Near-infrared albedo's for glacier ice |
Erik Kluzek < erik > - 2016-11-09 14:31:45 -0700 I have this started as part of clm4_5_12_r200. It doesn't happen automatically though. |
There is the option to turn this on if desired. So closing. |
Revert PR ESCOMP#123 ### Description of changes PR ESCOMP#123 (solar zenith angle correction) led to exact restart failures in some situations: see ESCOMP#144. This PR backs out the changes from ESCOMP#123 . ### Specific notes Contributors other than yourself, if any: CDEPS Issues Fixed (include github issue #): Temporarily deals with ESCOMP#144. Are there dependencies on other component PRs (if so list): no Are changes expected to change answers (bfb, different to roundoff, more substantial): more substantial. I have verified that this brings answers back to being bfb with those in cdeps0.12.35 (i.e., prior to ESCOMP#123) via a run of the aux_clm test suite. Any User Interface Changes (namelist or namelist defaults changes): no Testing performed (e.g. aux_cdeps, CESM prealpha, etc): aux_clm Hashes used for testing: billsacks/ctsm@3fd7f6fbf
Erik Kluzek < erik > - 2016-11-01 13:24:05 -0600
Bugzilla Id: 2367
Bugzilla CC: rfisher,
Not all real parameters are added to the default namelist. For Rosie's parameter estimation work, we thought it would be useful to output a file that lists all of the real parameters as well as the default value (if any) and a comment with a description of what they are. This might make it easier for people to create a user_nl_clm for their parameter estimation experiments.
I'm proposing the filename be "user_nl_clm_real_parameters" and it list all real parameters that are in a namelist. A problem is that right now it might list parameters that might not be able to be set for a given configuration. And it won't have a default value for all parameters.
In the future we could add more meta-data for things like the min and max expected range for example. We can easily add any needed metadata to the XML file keeping track of namelist items, and anything added there can be easily output as well.
The text was updated successfully, but these errors were encountered: