-
Notifications
You must be signed in to change notification settings - Fork 27
NGEE Arctic options and ERA5 as a CB data stream #18
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
Open
rfiorella
wants to merge
132
commits into
dmricciuto:master
Choose a base branch
from
rfiorella:rfiorella/era5-cleanup
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
A few changes made to try to fix issues we were seeing in the topounit runs: a) removes the --topounit flag entirely, as it is not an option that needs to be explicitly turned on; b) changes some of the internal logic turning on namelist flags in response to changes from a; c) raddownscaling had been added to both files, but flag was not being passed from site_fullrun to runcase.
Adds polygonal tundra options to OLMT. ALso fixes a bug with topounit argument flags.
Adds script for running IM1 test cases as well as alternate version of lnd_import_export to read gswp3/daymet4 files
Also makes daily runoff output available to spinup files to be able to assess their impact.
Adds the IM2 arctic hillslope hydrology option to python scripts.
To enable: add --dailyvars AND --arctic_topounit_output to site_fullrun calls. @ctrotterlanl and @kebennett additional variables can be added at L. 1270 of runcase.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds NGEE Arctic options as well as options to use ERA5 as a data stream in the coupler bypass.
Opened this PR to OLMT "classic" since it seems the structure of the run scripts has changed quite a bit.
It would seem longer term given the new OLMT format, it might be a better option to:
I'm happy to work on these and commit them to the new structure if I've got the overall steps right here from glancing at the new repo.