swb2
swb2 copied to clipboard
SWB 2.0: a refactored version of the Soil-Water-Balance code
Certain netCDF files found in the wild, perhaps written/munged by the Python xarray package, end up with time being encoded as a 64-bit integer. Not sure what the use case...
Somewhere along the way, 'L-shift' was introduced as a parameter in order to allow parameter estimation to take place by 'shifting' the Kcb curve relative to the planting date. While...
A user writes: > When I run the model if I do not have a column in the irrigation lookup table that specifies the 'fraction of irrigation from groundwater' it...
A recently encountered netCDF file revealed a weakness in the algorithm used to tie row and column numbers to real-world coordinates. The original code was from the days before netCDF...
The program will continue to process a single-point weather data file even if the required header labels are not found. This results in phantom data values being fed into SWB,...
Glen Champion writes: Based on what I can tell, I don’t think there are differences in the routing between different versions of SWB2. I think there is the same bug...
``` --------------------------------------------------------------------------------- USGS Soil-Water-Balance Code version 2.3.1, build compiled on : Sep 29 2022 12:18:53 compiled with : Intel Fortran, Version 2021.6.0 Build 20220226_000000 compiled for : Windows-10.0.19044 git hash...
A user reports: > I would like to use the Horton interception method, but for some reason more water is added to the system when I use this method. When...
A user writes: > About the table vs grid, I also tried PERCENT_PERVIOUS_COVER TABLE and PERCENT_PERVIOUS_COVER_METHOD TABLE > while supplying the info with the lookup table. (Column: Percent_Pervious_Cover), but none...