NCAR / hrldas

HRLDAS (High Resolution Land Data Assimilation System)
Other
50 stars 53 forks source link

replace tabs with spaces and use print() in ERA5-land python code #96

Closed CharlesZheZhang closed 1 year ago

CharlesZheZhang commented 1 year ago

Previous python codes mixed tabs with spaces and will create indentation error. Replace all tabs with spaces in this pull request. Also change to print() function in all ERA5-Land pre-processing python code.