Skip to content
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

added support for merit_conus_v3.0 #21

Merged
merged 2 commits into from
Apr 18, 2024
Merged

added support for merit_conus_v3.0 #21

merged 2 commits into from
Apr 18, 2024

Conversation

taddyb
Copy link
Owner

@taddyb taddyb commented Apr 18, 2024

Added:

  • Added a version support for the latest merit conus data
    # Different merit forwards have different save outputs. Specifying here to handle the different versions
    version = int(cfg.create_streamflow.version.lower().split("_v")[1][0]) # getting the version number
    if version >= 3:
        ...
    
    else:
        ...

This will make sure any properly versioned merit_conus or merit_global code is properly formatted

@taddyb taddyb merged commit cb484a2 into master Apr 18, 2024
4 checks passed
@taddyb taddyb deleted the new_merit_version branch April 18, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant