Lokendra singh rathore
Lokendra singh rathore
Hi, You can change the minimum or maximum sub daily steps for meteorological forcing file by editing the `vic_def.h` file. You can find that file in folder named `vic_run`.
The Lohman routing model does not provide discharge on an hourly basis, you can only get the daily discharge values.
The grid cell 103725 is given in soil parameter file but not in vegetation parameter file, either remove that cell from soil file or put it in vegetation file.
I am having the same issue while working on the HPC cluster, however it works fine on the local computer. My setup- python 3.6.5 netCDF4 1.5.3 h5py 2.10.0 ``` import...
@hydronow I was getting the error because my netcdf file was incomplete when I transferred it to the cluster. My issue got resolved when I transferred the file again.
The following is running fine on my system, can you run the script again: `Start = '2005-01-01'` `Start2 = '2005-02-01'` `#personal data` `user = "***"` `password = "***"` `#url` `url="https://e4ftl01.cr.usgs.gov/"`...
Or it might be because you don't have sufficient memory in the drive.
> @siddharthfcb Hello. I've got the same problem and found an ad-hoc approach to solve it. Hope this would be helpful. > > The issue seems to arise due to...
I just wanted to clarify that the discharge, calculated using lohmann routing model, considering OUT_RUNOFF and OUT_BASEFLOW is the total discharge. Or do I have to rout again with OUT_SNOW_MELT...
@ya-stack were you able to resolve this? I am getting the same error while trying to use GPUTreeExplainer. I am using shap version 0.46.0. Is it because shap installation could...