-
Notifications
You must be signed in to change notification settings - Fork 54
Adds capability to read fractional land use file in MAM4 dry deposition #3050
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
Merged
bartgol
merged 17 commits into
E3SM-Project:master
from
eagles-project:singhbalwinder/read-frac-land-use-file
Oct 25, 2024
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
99dd8cc
Init for frational land use file works
singhbalwinder 6606106
Creates new files and move the file reading functions in those files
singhbalwinder efd0478
All functionality till update_timestate in run_impl works
singhbalwinder 1104dbc
Reading file and interpolations works
singhbalwinder eb5ab1e
Fractional landuse read from the file is used
singhbalwinder 649b0f1
The code works but we need to rmove time interpolation as this field …
singhbalwinder c877245
Removed extra vars that were not needed and simplified the code
singhbalwinder 01c3e35
Adds capability to automatically pick the init file and removes init …
singhbalwinder 237febc
Removes a print statement and adds extra space to print number in F90…
singhbalwinder b5f19c7
Stores data object in a variable, fixes a spa typo, moves a work arra…
singhbalwinder a4e6f07
Adds missing frac land use file in the namelist for multi-process tests
singhbalwinder 70357fb
Replaced data structures with a simple 2d view to point to the file d…
singhbalwinder 73379e7
Removed some unused vars and other cleanup to address comments
singhbalwinder 3b13dac
Forgot to save some changes in the file in previous commit
singhbalwinder e9897fb
Removes a debug print statement
singhbalwinder 934846f
Minor fixes after rebase
singhbalwinder 0b91276
clang format
singhbalwinder 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
This block is not removed. It is just moved below so that the xml parser can choose the right files for the specified resolution. The parser expects the files in a particular order.