-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarify readmes & break down into more specific readme for each section
- Loading branch information
1 parent
52c4d2f
commit 0c2ab18
Showing
7 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Use the notebooks in this section to run a global case. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
These tutorials are intended to be used to support users in having additional tools in their toolbox that will contribute to larger projects such as those in ProjectExamples. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
These notebooks are the building blocks for all additional notebooks. | ||
- 1_NEON_Simulation_Tutorial.ipynb : This notebook shows how to run a NEON simulation | ||
- 2_NEON_Simulation_Visualization.ipynb : This notebook shows how to visualize NEON simulation output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
These notebooks are project-specific and build upon the GettingStarted notebooks. They reference skills learned through the BuildingBlocks Notebooks. | ||
- Basic_CTSM-NEON_Plots.ipynb : This notebook shows how to create plots from NEON data, as well as perform time averaging, etc | ||
- CTSMsp_NEON_fromScratch.ipynb : This notebook focuses on using CTSM with satellite phenology | ||
- Clone_Case.ipynb : This notebook shares how to clone a case | ||
- FATES_NEON_fromScratch.ipynb : This notebook works on creating a FATES case from scratch with NEON | ||
- Plot_flux_climatology.ipynb : This notebook provides climatology plotting examples | ||
- QuickPlot_CTSM-FATESsp.ipynb : This notebook provides plotting tools for use with FATES run with satellite phenology | ||
- QuickPlot_CTSM_h0.ipynb : This plots monthly CTSM data | ||
- QuickPlot_CTSM_spinup.ipynb : This plots CTSM cases that have been spun up | ||
- customizeCase_PRISM.ipynb : This customizes a case to use PRISM precipitation input data | ||
- customizeCase_modelFeatures.ipynb : This customizes various model features | ||
- customizeCase_parameterModifications.ipynb : This notebook provides tools for parameter modifications and takes input that is generated from modifyParameterFile.ipynb | ||
- modifyParameterFile.ipynb : This notebook modifies a parameter file that can then be used by customizeCase_parameterModifications.ipynb | ||
- modifySurfdataFile.ipynb : This notebook modifies a surface data file that can then be used by customizeCase_modelFeatures.ipynb |