-
Notifications
You must be signed in to change notification settings - Fork 322
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
Enable the mksurfdata_map to generate landuse_timeseries for dynamic urban and lake #1579
Merged
billsacks
merged 18 commits into
ESCOMP:dynurb_mksurf_part2
from
keerzhang1:dynurb_mksurf
Dec 29, 2021
Merged
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fa89274
add PCT_URBAN in landuse.timeseries data
keerzhang1 5c69e8c
changed a txt file name
keerzhang1 71318fa
Add PCT_NATVEG for testing purpose
keerzhang1 88f822a
Delete variable PCT_NATVEG in landuse.timeseries file
keerzhang1 87b5fbd
Add hasurban
keerzhang1 f506bc9
Fix type (double--int)
keerzhang1 64abee1
fix syntax error
keerzhang1 b3a6e5a
Delete PCT_URBAN_MAX
keerzhang1 0dc8ca4
fixed a wrong indentation
keerzhang1 f57a3e4
Declare hasurban as a double variable
keerzhang1 da08140
Change HASURBAN type as integer
keerzhang1 5316eb5
Add some comments to emphasize hard coding
keerzhang1 b3d654a
Change the pcturb_max threshold for HASURBAN
keerzhang1 6f87e1c
Delete HASURBAN
keerzhang1 b51b3b9
Delete pcturb_orig
keerzhang1 09b35c5
Merge #1073 with this PR #1579(Add dynamic lake variables)
keerzhang1 fc7119d
Correct copy and paste error
keerzhang1 7ba893e
Merge remote-tracking branch 'origin/ctsm5.2.mksurfdata' into dynurb_…
olyson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I've corrected it.