NREL / nsrdb

This repository contains all of the methods for the NSRDB data processing pipeline.
https://nrel.github.io/nsrdb/
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Bnb32/issue46 #47

Closed bnb32 closed 2 years ago

bnb32 commented 2 years ago

Added ability to specify "debug_day" in config_nsrdb.json. If this is null things will run normally. If not null only debug_day will be run and all other jobs in doy_range will only be included in the status file.

bnb32 commented 2 years ago

looks good to me, did you try it out?

Yeah a bunch. The one thing that annoys me is the dummy runs are interpreted as failed so we get a message about that on new submissions. Changing that would require digging in reV though I guess. Otherwise it works well.

grantbuster commented 2 years ago

Thats fine though, its good if those jobs "fail" because then the pipeline wont move past the current step and those jobs will be submitted once you disable the debug feature

bnb32 commented 2 years ago

Thats fine though, its good if those jobs "fail" because then the pipeline wont move past the current step and those jobs will be submitted once you disable the debug feature

Yeah I'd just rather it not move past but not say theyre failed. Just nitpicking though.