-
Notifications
You must be signed in to change notification settings - Fork 1
/
website-notebooks.json
114 lines (114 loc) · 7.38 KB
/
website-notebooks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"section": "parflow_conus1",
"category": "parflow_conus1",
"title": "ParFlow CONUS1.0",
"list": [
{
"name": "Subset CONUS1 and run ParFlow",
"description": "Subsets data from the CONUS1 modeling domain and climate forcing (ParFlow fully coupled to the climate model) to perform a simulation with ParFlow-CLM.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=subsettools/conus1_subsetting_transient.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/subsettools/conus1_subsetting_transient.ipynb"
},
{
"name": "Subset CONUS1 and do a ParFlow Spinup",
"description": "Subsets all static inputs from a CONUS1 run stored in HydroData and performs a spinup simulation (without forcing).",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=subsettools/conus1_subsetting_spinup.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/subsettools/conus1_subsetting_spinup.ipynb"
}
]
},
{
"section": "parflow_conus2",
"category": "parflow_conus2",
"title": "ParFlow CONUS2.0",
"list": [
{
"name": "Subset CONUS2 and run ParFlow",
"description": "Subsets data from the CONUS2 modeling domain and climate forcing (ParFlow fully coupled to the climate model) to perform a simulation with ParFlow-CLM.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=subsettools/conus2_subsetting_transient.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/subsettools/conus2_subsetting_transient.ipynb"
}
]
},
{
"section": "hf_hydrodata",
"category": "point_observations",
"title": "Point Observation Notebooks",
"list": [
{
"name": "Access and cite point observations data",
"description": "Walk through some example functionality for accessing and citing point observations.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=hf_hydrodata/point/example_get_data.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/hf_hydrodata/point/example_get_data.ipynb"
},
{
"name": "Explore point data availability",
"description": "Walk through how to explore what data is available.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=hf_hydrodata/point/example_explore_data.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/hf_hydrodata/point/example_explore_data.ipynb"
},
{
"name": "Plotting returned point data",
"description": "Walk through some examples for how to plot data returned from get_point_data.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=hf_hydrodata/point/example_plot_data.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/hf_hydrodata/point/example_plot_data.ipynb"
},
{
"name": "Filter sites by USGS HUC boundaries",
"description": "Walk through how to download a HUC boundary shapefile from the USGS and filter observations to only sites within that HUC.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=hf_hydrodata/point/example_shapefile.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/hf_hydrodata/point/example_shapefile.ipynb"
},
{
"name": "Filter sites by pre-defined site networks",
"description": "Walk through how to filter point observations data to only sites within pre-defined networks such as GAGES-II or CAMELS.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=hf_hydrodata/point/example_site_networks.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/hf_hydrodata/point/example_site_networks.ipynb"
},
{
"name": "Save and wrangle point observations data",
"description": "Explore some basic features of pandas DataFrames.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=hf_hydrodata/point/example_pandas.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/hf_hydrodata/point/example_pandas.ipynb"
}
]
},
{
"section": "subsettools",
"category": "subset_tools_conus1",
"title": "CONUS1 SubsetTools",
"list": [
{
"name": "Define a subset domain area",
"description": "Illustrates three different ways to define a subset domain.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=subsettools/definte_subset.ipynb.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/subsettools/definte_subset.ipynb"
},
{
"name": "Subset gridded static inputs",
"description": "Two different approaches for subseting static input variables and working with the data.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=subsettools/subset_static_inputs.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/subsettools/subset_static_inputs.ipynb"
},
{
"name": "Subset gridded forcing data",
"description": "Two different approaches for subseting meteorological forcing variables and working with the data.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=subsettools/subset_forcing_data.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/subsettools/subset_forcing_data.ipynb"
},
{
"name": "Configure CLM inputs from template",
"description": "Configure the CLM model for a coupled ParFlow-CLM run in a subset domain.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=subsettools/configure_clm_from_template.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/subsettools/configure_clm_from_template.ipynb"
},
{
"name": "Build a ParFlow run from a template",
"description": "How to customize a ParFlow template run script file for running in a subset domain.",
"execlink": "https://mybinder.org/v2/gh/hydroframe/subsettools-binder/HEAD?labpath=subsettools/build_run_from_template.ipynb",
"codelink": "https://github.com/hydroframe/subsettools-binder/blob/main/subsettools/build_run_from_template.ipynb"
}
]
}
]