USDA-ARS-NWRC / smrf

SMRF was designed to increase the flexibility of taking measured weather data, or atmospheric models, and distributing the data across a watershed.
Other
12 stars 4 forks source link

apply default behavior for inicheck #86

Closed micah-prime closed 4 years ago

micah-prime commented 5 years ago

https://github.com/USDA-ARS-NWRC/smrf/blob/dc3282391a4a37ff348db092e611c60f9c4fa9a3/smrf/framework/recipes.ini#L22

Does this syntax work?

I could get check_colocation = default to work, but not apply_defaults = check_colocation

micahjohnson150 commented 5 years ago

The only examples I can find right now are showing apply defaults is meant for a whole section. And is set to true when that is desired.

e.g.

[all_recipe]

trigger: has_section = data data: apply_defaults = True

scotthavens commented 4 years ago

The config option for check_colocation was removed in #126. While this may have been a more general question, may be better issue for inicheck.