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

Add firn air content (FAC) and surface mass balance (SMB) to SNOPWACK *.smet output #15

Open
EricKeenan opened this issue Dec 1, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@EricKeenan
Copy link
Collaborator

To make analysis easier, it would be nice to have FAC and SMB built into SNOWPACK output. This way we don't have to calculate it ourselves (and possibly screw it up)!

SMB would look something like this (right?)

smet['SMB'] = smet['MS_Snow'] - smet['MS_Wind'] + smet['rainfall'] + smet['sublimation'] + smet['evap'] + smet['runoff']

Firn air content could be calculated by vertically integrating element air content.

@EricKeenan EricKeenan added the enhancement New feature or request label Dec 1, 2020
@EricKeenan
Copy link
Collaborator Author

Per @nwever smb should be

smet['SMB'] = smet['MS_Snow'] - smet['MS_Wind'] + smet['rainfall'] + smet['sublimation'] + smet['evap'] + smet['runoff']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant