Dear Kevin,
Many thanks for the quick reply.
I am continuing to run the model as suggested. The expected results are computed but I noticed that there is a warning in the processing, e.g., "Ndg: WARNING Gages are apparently missing from the nudgingParams.nc file". I don't find problems on the nudgingParams.nc file. The nudgingParams.nc file is also attached for double check.
The nudgingDA might be not working as expected. I am not sure about this. Do you have any comments? I am also wondering to know why there is a warning for nudgingParams.nc. THANKS!
Thanks,
YM
* nudgingParams.nc
netcdf nudgingParams {
dimensions:
stationIdStrLen = 15 ;
stationIdInd = UNLIMITED ; // (3 currently)
threshInd = 1 ;
monthInd = 12 ;
threshCatInd = 2 ;
variables:
char stationId(stationIdInd, stationIdStrLen) ;
stationId:units = "-" ;
stationId:long_name = "USGS station identifer" ;
float R(stationIdInd) ;
R:units = "meters" ;
R:long_name = "Radius of influence in meters" ;
float G(stationIdInd) ;
G:units = "-" ;
G:long_name = "Amplitude of nudging" ;
float tau(stationIdInd) ;
tau:units = "minutes" ;
tau:long_name = "Time tapering parameter half window size in minutes" ;
float qThresh(stationIdInd, monthInd, threshInd) ;
qThresh:units = "m^3/s" ;
qThresh:long_name = "Discharge threshold category" ;
float expCoeff(stationIdInd, monthInd, threshCatInd) ;
expCoeff:units = "minutes" ;
expCoeff:long_name = "Coefficient b in denominator e^(-dt/b)" ;
data:
stationId =
" 5101",
" 5125",
" 11164500" ;
R = 0.25, 0.25, 0.25 ;
G = 1, 1, 1 ;
tau = 15, 15, 15 ;
qThresh =
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100,
-100 ;
expCoeff =
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120,
120, 120 ;
}
On Friday, August 2, 2019 at 4:13:18 PM UTC-6
, Kevin wrote: