-
Notifications
You must be signed in to change notification settings - Fork 12
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
Identify and load additional maps #65
Comments
Here is an example of how you can compute the average of a variable over time. For the CLM TotLivBiom.nc. Install NCO and do:
|
@hmb1 I have a few questions:
I've been trying to compute the annual sums like
however the TotLivBiom variable is a float ...? If I use
and is there a way to fix it (memory settings)? |
This is now covered by #86. Closing this issue. |
These look like remnants of previous design decisions, we don't actually use the workflows anywhere. Later, if we do introduce saving, configuration, etc. we can re-introduce the database, models, and migrations For now, this will make deployment easier and lightens up the code to allow us to focus on the issues at hand Closes #69 by removing dependency Supports #65 by removing the models, views, w/ `rails destroy scaffold Foo` Supports #66 by updating the README and removing complexity
Maps that we have already identified as potentially interesting include the following:
The text was updated successfully, but these errors were encountered: