netcdf nudgingParams { dimensions: stationIdInd = UNLIMITED ; // (58 currently) monthInd = 12 ; threshCatInd = 2 ; threshInd = 1 ; stationIdStrLen = 15 ; variables: float G(stationIdInd) ; G:units = "-" ; G:long_name = "Amplitude of nudging" ; float R(stationIdInd) ; R:units = "meters" ; R:long_name = "Radius of influence in meters" ; float expCoeff(stationIdInd, monthInd, threshCatInd) ; expCoeff:units = "minutes" ; expCoeff:long_name = "Coefficient b in denominator e^(-dt/b)" ; float qThresh(stationIdInd, monthInd, threshInd) ; qThresh:units = "m^3/s" ; qThresh:long_name = "Discharge threshold category" ; char stationId(stationIdInd, stationIdStrLen) ; stationId:units = "-" ; stationId:long_name = "USGS station identifier" ; float tau(stationIdInd) ; tau:units = "minutes" ; tau:long_name = "Time tapering parameter hald window size in minutes" ; // global attributes: :history = "Fri May 20 17:03:03 2022: ncks -O -d stationIdInd,1,58 /share/appdata/output/7636b0d4d40ff300fe306bd16a62be944b349232/nudgingParams.nc /share/appdata/output/7636b0d4d40ff300fe306bd16a62be944b349232/nudgingParams.nc" ; :NCO = "netCDF Operators version 5.0.3 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)" ; }