-
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
Designing maps for gridded precip effect on forcing thresholds #8
Comments
Maps |
Go to the end of config file and find an example like this. Edit for the dates you want water table depth - for example ################ MODEL MAPS #################################################### For each of the variables make a block like the one that follows, varying Map Variable 1 = 503 # 503= water table depth ID of the variable to output |
Try these
|
Steps for converting DHSVM mapping output into a useful visualization
BeginnerChange directory to output folder containing Map.Snow.Iwq.bin
Output prints .asc to the same folder AdvancedLoop through multiple folders using command line
Most AdvancedLoop through multiple folders using a script Execute:
What process_me.scr looks like:#!/bin/csh foreach F(headeroffolders*) mkdir $FULL_BAS_DIR/$F end |
|
After breaking ascii file into individual dates
|
Mapping pipeline
|
Set up pyDHSVM |
9/17/2018 (1) worked on transitioning over to python as my main scripting tool. (2) created a description of the application of the forcing data temporal resolution effect on model ouput paper. (3) began working on converting some of my matlab scripts to python. Make priority list of code tasks and writing tasks for Update pyDHSVM on Github |
9/21/2018 Christina + Jeff Meeting To visualize using PNNL data and OGH, see instructions on the Freshwater Observatory repo |
Data on rain and snow thresholds. Jennings, K. S., Winchell, T. S., Livneh, B., & Molotch, N. P. (2018). Spatial variation of the rain–snow temperature threshold across the Northern Hemisphere. Nature communications, 9(1), 1148. |
Kienzle, S. W. A new temperature based method to separate rain and snow. Hydrol. Process. 22, 5067–5085 (2008). Here is another citation on 50% rain-snow threshold |
review DHSVM spatially variable output options (see link below and suggested three soil related outputs)
make document on setting up config file for printing maps (optional)
review state variable list with erkan (before or after draft results)
talk to Bart Dennis and Mark about copying some documentation from old website - Christina - pyDHSVM
1. run script to myconvert all the files in all the folders (ends with a big long ascii file)
2. postprocessing scripts to python -- see .m code uploaded with example from Chehalis (ends with an ascii file for each date)
3. pseudo code to postprocess from ascii dhsvm output to Landlab or matplotlib (easy visualization - future uses attaching variables to rastermodelgrid)
4. use gridclimdict dataframe as input to Jim's exc prob code in OGH
pyDHSVM unit test
The text was updated successfully, but these errors were encountered: