-
Notifications
You must be signed in to change notification settings - Fork 4
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
Landlab Landslide Model Testing #31
Comments
What I was thinking of task is to:
|
Think we could do this with an array to flatten from the bottom left up to top right: array=np.array([[6, 7, 8], [3, 4, 5], [0, 1, 2]]) [0 1 2 3 4 5 6 7 8] |
This is the file to continue coding. |
March 20, 2020 Update
from here I sorted out these four outputs that are arrays the length of the nodes. I'm running it on both her netcdf built from the ascii AND the flipped version of my netcdf, and we can compare. [ one line with xarray or 100 lines with me hacking it...let's go with xarray]. The second block is how we will build the dictionary for the lognormal forcing. Look good? We can query and compare the two to be sure it gets flattened to an array as expected.
|
Notebook 1.0 performs the following Hydrologic (DHSVM data) processing functions to create Landlab model inputs with Visualizations that illustrate Methods:
Use next Slippery Future Paper (Notebook 2.0) to Process Multiple Models:Version 1: multiple hyd. models with various climate forcings and lognormal spatial landslides for SCL domain
Landlab Landslide (Notebook 3.0) for running multiple Landlab landslide model instances (uniform, lognormal, lognormal-spatial, data-driven spatial)Notebook 3.1 Synthetic domain run historic climate data with four Landslide models Notebook 3.2 SCL domain Lognormal Spatial Climate Forcing Comparison (1-7 model instances):
Use next Slippery Future Paper (Notebook 4.0) to Visualize Hydro + Landslides:
|
use code in .py to create mean and std from a netcdf and save the pickle
test the code inside 20191206_netcdf_DataDriven_spatial_Depth_Synthetic_LandlabLandslide.ipynb save the output
upload the pickle into the lognormal spatial synthetic notebook. and input the pickle instead of the random input data
The text was updated successfully, but these errors were encountered: