How to run PyGEM on a watershed scale? #100
Unanswered
cullenkate
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
We're working on updating datasets to enable the use of RGI 7.0; however, we're not there (no global model is yet) because of all the datasets that need to be converted first. Hopefully by the end of this summer. Regarding the config.yaml file, @btobers should be able to provide some guidance (I'm heading out onto the glacier tomorrow and will be offline), but you appear to be using it correctly. Are you sure it's not running the correct glaciers? If not, then it could be an RGIv7 issue that's not considered. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello PyGEM community and David @drounce !
What is the best way to run PyGEM on an individual watershed scale? Currently I am running it with RGI 7.0, specifying in config.yaml to run in my region, subregion, and for the specific RGI IDs that I identified in my basin (list of 354 glacier IDs). However, I keep running into various bugs and have tried various configurations and iterations of this without avail. So, I wonder if there's an easier and established way to do this? Alternatively, I could run it for my full subregion and clip the outputs to my watershed. Thanks for your insight on the best way forward!
code I'm using in config.yaml:
#===== GLACIER SELECTION ====
setup:
rgi_region01:
[-] 17 #dash in brackets here bc the word processor creates a bulleted list
rgi_region02: "02"
rgi_glac_number_fn: maipo_glaciers_rgi7.txt # file I created using geopandas with the list of RGI glacier IDs in my basin to run
Beta Was this translation helpful? Give feedback.
All reactions