Skip to content
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

eto_ratios_name = 'ETrRatiosMon.txt' is hard coded in crop_et_data.py #37

Open
cpearson1 opened this issue Apr 20, 2018 · 1 comment
Open

Comments

@cpearson1
Copy link
Collaborator

Line 475
if original:
eto_ratios_name = 'ETrRatiosMon.txt'
self.refet_ratios_path = os.path.join(self.static_folder, eto_ratios_name)
if not os.path.isfile(self.refet_ratios_path):
logging.error('Warning: ETo Ratios file set to None')
self.refet_ratios_path = None
self.eto_ratios_delimiter = '\t'
self.eto_ratios_ws = ''
self.eto_ratios_header_lines = 1
self.eto_ratios_names_line = 1
self.eto_ratios_id_field = 'Met Node ID'
self.eto_ratios_name_field = 'Met Node Name'
self.eto_ratios_month_field = 'Month'
self.eto_ratios_ratio_field = 'ratio'

@cpearson1
Copy link
Collaborator Author

eto naming convention should be removed. USE et_ratios_path

cpearson1 added a commit that referenced this issue Apr 20, 2018
eto_ratio_name  and month variables names are currently hard-coded for
the Upper Colorado run.

#38
#37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant