Hello
Currently I am editing the data for the hydrological model by trying to replace the part of evapotranspiration data with my observed data.
The original data that my hydrological model accepted is .uci.
Originally I opened and manually entered the number with notepad and excel (they can be opened as txt or csv but they file will be corrupted) to edit it but it corrupted and I could not use it for modeling. Then, I tried to find program to open and edit but can't.
Therefore now I attempted to open the file with R. I used the read.delim and read.csv function but neither worked.
Please let me what kind of order I should give so that I can open the file.