Skip to content

Instantly share code, notes, and snippets.

@barronh
Last active March 17, 2023 17:48
Show Gist options
  • Select an option

  • Save barronh/97633470997ca77b4bb949df20d9a0a3 to your computer and use it in GitHub Desktop.

Select an option

Save barronh/97633470997ca77b4bb949df20d9a0a3 to your computer and use it in GitHub Desktop.
MICS to CMAQ
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.
@barronh

barronh commented Apr 7, 2022

Copy link
Copy Markdown
Author

I'm glad you figured it out.

You're right about the layers. When it was first made, I think that L was the index. In this version, however, the index is a zero-based value. You should change all of those to layerfractions.loc[0, '...'] = 1. I updated the notebook.

@Gwang-Jin

Copy link
Copy Markdown

Thank you for response.

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