-
Notifications
You must be signed in to change notification settings - Fork 10
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 high resolution clm data artifact #1007
base: main
Are you sure you want to change the base?
Conversation
This commit also modifies the `lm_data_folder_path` function to accept a new keyword argument: `lowres`, which determines if the normal (old) artifact or highres artifact path is returned. This is also added to the `clm_canopy_parameters` function.
09b5088
to
477838c
Compare
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.
The highres artifact is only 2 MB. I think we can just switch to using it all the time.
51ae294
to
058042a
Compare
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.
looks great! Thanks!
Looks good. Can we just be more precise in terms of the resolution. High vs low res is relative. Can we call it 0.125 instead? |
The name is now changed to "clm_data_0.125" |
Purpose
Along with the accompanying ClimaArtifacts PR, this
closes #999
Content
Adds the new artifact to Artifacts.toml.
This commit also modifies theclm_data_folder_path
function to accept a new keyword argument:lowres
, which determines if the normal (old) artifact or highres artifact path is returned. This is also added to theclm_canopy_parameters
function.This PR replaces the
clm_data
artifact with theclm_data_highres
artifact