Skip to content

Instantly share code, notes, and snippets.

@ccarouge
Last active November 12, 2019 05:01
Show Gist options
  • Save ccarouge/c3e958cb00e8719a8e1b78f76cd69c54 to your computer and use it in GitHub Desktop.
Save ccarouge/c3e958cb00e8719a8e1b78f76cd69c54 to your computer and use it in GitHub Desktop.
Compare models on different calendars
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ccarouge
Copy link
Author

Note, you see how I created a list of DataArrays and then concatenate them into 1 DataArray? You could have your loop to read in the data and save the arr in a list. Then concatenate those in 1 DataArray. I believe after the rest of your code would work with little differences except it doesn't need to be on a loop on the models, it would apply to both models at once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment