-
Notifications
You must be signed in to change notification settings - Fork 313
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
Make surface dataset and landuse dataset consistent for singlept script #935
Labels
closed: wontfix
We won't fix this issue, because it would be too difficult and/or isn't important enough to fix
enhancement
new capability or improved behavior of existing capability
Comments
ekluzek
added
next
this should get some attention in the next week or two. Normally each Thursday SE meeting.
tag: support tools only
labels
Feb 24, 2020
billsacks
added
enhancement
new capability or improved behavior of existing capability
and removed
next
this should get some attention in the next week or two. Normally each Thursday SE meeting.
labels
Feb 25, 2020
ekluzek
added
the
branch tag: release
Changes go on release branch as well as master
label
Mar 26, 2020
OK, I can see what to do here, but will take a bit to make sure it's correct. |
ekluzek
added a commit
to ekluzek/CTSM
that referenced
this issue
Apr 7, 2020
fritzt
pushed a commit
to CESM-GC/CTSM
that referenced
this issue
May 19, 2021
should be closed (again) with #1606 |
ekluzek
added
closed: wontfix
We won't fix this issue, because it would be too difficult and/or isn't important enough to fix
and removed
branch tag: release
Changes go on release branch as well as master
labels
Feb 2, 2022
I had put the release label on this, but the release-clm5.0 is old enough now that I'd recommend people use the latest development version of the code rather than this one. And actually as subset_data now supersedes the contrib/singlept script I'm closing this as a WONTFIX. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed: wontfix
We won't fix this issue, because it would be too difficult and/or isn't important enough to fix
enhancement
new capability or improved behavior of existing capability
In the tool/contrib/singlept script, the user can specify a few changes to the surface data file that may be more appropriate for a site, e.g.
overwrite_single_pft = True
dominant_pft = 7 #BETr
zero_nonveg_pfts = True
uniform_snowpack = True
no_saturation_excess = True
However, these modifications are not performed for the landuse file, and where appropriate should also be made in order to keep the files consistent. An additional issue is that the 'zero_nonveg_pfts' variable should probably be renamed 'zero_nonveg_landunits'
The text was updated successfully, but these errors were encountered: