Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
170 changes: 170 additions & 0 deletions tutorial/Note0_Download&Compile.ipynb

Large diffs are not rendered by default.

229 changes: 229 additions & 0 deletions tutorial/Note1_Single_Point.ipynb

Large diffs are not rendered by default.

303 changes: 303 additions & 0 deletions tutorial/Note2_2D_NLDAS2_domain.ipynb

Large diffs are not rendered by default.

359 changes: 359 additions & 0 deletions tutorial/Note3_Output_Additional_Variables.ipynb

Large diffs are not rendered by default.

274 changes: 274 additions & 0 deletions tutorial/Note4_Code_Development_GitHub_Pull_Request.ipynb

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# HRLDAS/Noah-MP model tutorial material

The tutorial materials are prepared mainly by Dr. Zhe Zhang (NCAR). If users have any questions, please contact Cenlin he (cenlinhe@ucar.edu) and Zhe Zhang (zhezhang@ucar.edu).

This folder archives the tutorial material for running the offline HRLDAS/Noah-MP models.
Note that Noah-MP code (https://github.com/NCAR/noahmp) needs to be run in a host model frame such as HRLDAS, WRF, MPAS, UFS, LIS, etc.


## Tutorial datasets

The tutorial datasets involved in these materials are here: https://drive.google.com/drive/folders/1ZghXJ2NApdFPdkOC-DKpSj_p7AT_yQ_0


## Tutorial documents

This folder currently includes 5 main tutorial contents for running HRLDAS/Noah-MP offline simulations.

1. Model code downloading and compile: Note0_Download&Compile.ipynb

2. Single point model setup and run: Note1_Single_Point.ipynb

3. 2-D regional model setup and run: Note2_2D_NLDAS2_domain.ipynb

4. Adding output variables in the refactored (version 5) model framework: Note3_Output_Additional_Variables.ipynb

5. Steps to contribute code updates through GitHub Pull Request (PR): Note4_Code_Development_GitHub_Pull_Request.ipynb


**More tutorial materials will be provided in the near future**